Skip to content

Commit aaf25c8

Browse files
committed
Pin dependencies
1 parent 62079ea commit aaf25c8

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/check_versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
latestverhash: ${{ steps.latest-version.outputs.latestverhash }}
3535
steps:
3636
- name: Build image
37-
uses: docker/build-push-action@v7.2.0
37+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
3838
with:
3939
push: false
4040
load: true

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
deploy:
4040
name: Deploy without telegraf
41-
uses: sdr-enthusiasts/common-github-workflows/.github/workflows/sdre.yml@main
41+
uses: sdr-enthusiasts/common-github-workflows/.github/workflows/sdre.yml@7e2533c291e2ecc614b06bd20c3a0c5ada779c59 # main
4242
with:
4343
push_enabled: true
4444
push_destinations: ghcr.io
@@ -52,7 +52,7 @@ jobs:
5252
ghcr_token: ${{ secrets.GITHUB_TOKEN }}
5353
deploy_with_telegraf:
5454
name: Deploy with telegraf and healthcheck
55-
uses: sdr-enthusiasts/common-github-workflows/.github/workflows/sdre.yml@main
55+
uses: sdr-enthusiasts/common-github-workflows/.github/workflows/sdre.yml@7e2533c291e2ecc614b06bd20c3a0c5ada779c59 # main
5656
with:
5757
push_enabled: true
5858
push_destinations: ghcr.io

.github/workflows/deploy_trixie.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
if: |
4848
github.event.inputs.build_latest_as_test == 'false' ||
4949
github.event.inputs.build_latest_as_test == ''
50-
uses: sdr-enthusiasts/common-github-workflows/.github/workflows/sdre.yml@main
50+
uses: sdr-enthusiasts/common-github-workflows/.github/workflows/sdre.yml@7e2533c291e2ecc614b06bd20c3a0c5ada779c59 # main
5151
with:
5252
push_enabled: true
5353
push_destinations: ghcr.io
@@ -66,7 +66,7 @@ jobs:
6666
if: |
6767
github.event.inputs.build_latest_as_test == 'false' ||
6868
github.event.inputs.build_latest_as_test == ''
69-
uses: sdr-enthusiasts/common-github-workflows/.github/workflows/sdre.yml@main
69+
uses: sdr-enthusiasts/common-github-workflows/.github/workflows/sdre.yml@7e2533c291e2ecc614b06bd20c3a0c5ada779c59 # main
7070
with:
7171
push_enabled: true
7272
push_destinations: ghcr.io

0 commit comments

Comments
 (0)