Skip to content

Commit 3673974

Browse files
chore(deps): pin dependencies (#5)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c22b4de commit 3673974

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/_build-container.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
build:
2525
runs-on: ubuntu-24.04
2626
steps:
27-
- uses: actions/checkout@v6
27+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2828

2929
- name: Lowercase image name
3030
id: image
@@ -34,14 +34,14 @@ jobs:
3434
IMAGE_NAME: ${{ inputs.image_registry }}/${{ inputs.image_name }}
3535

3636
- name: Log in to GHCR
37-
uses: docker/login-action@v4
37+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
3838
with:
3939
registry: ${{ inputs.image_registry }}
4040
username: ${{ github.actor }}
4141
password: ${{ secrets.GITHUB_TOKEN }}
4242

4343
- name: Set up crane
44-
uses: imjasonh/setup-crane@v0.5
44+
uses: imjasonh/setup-crane@6da1ae018866400525525ce74ff892880c099987 # v0.5
4545

4646
- name: Build full image locally
4747
run: |
@@ -100,7 +100,7 @@ jobs:
100100
rm -rf "$work"
101101
102102
- name: Attest container provenance
103-
uses: actions/attest@v4
103+
uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4
104104
with:
105105
subject-name: ${{ steps.image.outputs.name }}
106106
subject-digest: ${{ steps.push.outputs.digest }}

.github/workflows/_upload-scripts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
upload:
2424
runs-on: ubuntu-24.04
2525
steps:
26-
- uses: actions/checkout@v6
26+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2727

2828
- name: Interpolate repo URL in install scripts
2929
env:
@@ -48,7 +48,7 @@ jobs:
4848
--clobber
4949
5050
- name: Attest install script provenance
51-
uses: actions/attest@v4
51+
uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4
5252
with:
5353
subject-path: |
5454
install.sh

.github/workflows/badgesort.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
permissions:
2020
contents: write
2121
steps:
22-
- uses: actions/checkout@v6
22+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2323

2424
- name: Generate badges
2525
uses: docker://ghcr.io/chipwolf/badgesort@sha256:a0b74fd865d8c93040f74c865272421e6ba4cdeb4b882990548f90e2debed04a

.github/workflows/megalinter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-24.04
2525
if: github.event.action != 'closed'
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2828
with:
2929
fetch-depth: 0
3030

0 commit comments

Comments
 (0)