Skip to content

Commit 5d9d135

Browse files
committed
Pin (and upgrade) immutable-eligible action actions/checkout to their semantic versions
1 parent 39cd4b9 commit 5d9d135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
registry: ${{ env.REGISTRY }}
6161
username: ${{ github.actor }}
6262
password: ${{ secrets.GITHUB_TOKEN }}
63-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
63+
- uses: actions/checkout@4.2.2
6464
- name: Push Docker Image
6565
if: ${{ success() }}
6666
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75

0 commit comments

Comments
 (0)