Skip to content

Commit 76ae977

Browse files
chore(deps): update dependencies
Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 2ee3898 commit 76ae977

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/update-schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

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

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
mysql:
44
ports:
55
- 3306:3306
6-
image: mysql:8.3
6+
image: mysql:8.3@sha256:9de9d54fecee6253130e65154b930978b1fcc336bcc86dfd06e89b72a2588ebe
77
environment:
88
- MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD:-root}
99
- MYSQL_DATABASE=${MYSQL_DATABASE:-grafana}
@@ -52,7 +52,7 @@ services:
5252
- "tls"
5353
depends_on:
5454
- grafana
55-
image: squareup/ghostunnel:v1.5.2
55+
image: squareup/ghostunnel:v1.5.2@sha256:70f4cf270425dee074f49626ec63fc96e6712e9c0eedf127e7254e8132d25063
5656
command: |
5757
server
5858
--listen 0.0.0.0:3001
@@ -71,7 +71,7 @@ services:
7171
- "proxy"
7272
depends_on:
7373
- grafana
74-
image: nginx:latest
74+
image: nginx:latest@sha256:1beed3ca46acebe9d3fb62e9067f03d05d5bfa97a00f30938a0a3580563272ad
7575
ports:
7676
- 3001:3001
7777
volumes:

0 commit comments

Comments
 (0)