Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/update-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Generate GitHub App token via token broker
id: generate_github_token
uses: grafana/shared-workflows/actions/create-github-app-token@create-github-app-token/v0.2.2
uses: grafana/shared-workflows/actions/create-github-app-token@ae92934a14a48b94494dbc06d74a81d47fe08a40 # create-github-app-token/v0.2.2
with:
github_app: terraform-provider-grafana

Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
mysql:
ports:
- 3306:3306
image: mysql:8.3
image: mysql:8.3@sha256:9de9d54fecee6253130e65154b930978b1fcc336bcc86dfd06e89b72a2588ebe
environment:
- MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD:-root}
- MYSQL_DATABASE=${MYSQL_DATABASE:-grafana}
Expand Down Expand Up @@ -52,7 +52,7 @@ services:
- "tls"
depends_on:
- grafana
image: squareup/ghostunnel:v1.5.2
image: squareup/ghostunnel:v1.5.2@sha256:70f4cf270425dee074f49626ec63fc96e6712e9c0eedf127e7254e8132d25063
command: |
server
--listen 0.0.0.0:3001
Expand All @@ -71,7 +71,7 @@ services:
- "proxy"
depends_on:
- grafana
image: nginx:latest
image: nginx:latest@sha256:1beed3ca46acebe9d3fb62e9067f03d05d5bfa97a00f30938a0a3580563272ad
ports:
- 3001:3001
volumes:
Expand Down
Loading