Merge pull request #69 from DeterminateSystems/dependabot/github_actions/actions-6a98abd9ac
Some checks failed
/ Build (push) Failing after 3s
zizmor / zizmor (push) Failing after -4s

This commit is contained in:
Luc Perkins 2026-06-14 14:34:37 -07:00 committed by GitHub
commit 5784b766b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ jobs:
id-token: "write"
contents: "read"
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- uses: ./.

View file

@ -25,7 +25,7 @@ jobs:
shorttag=$(echo "$VERSION" | cut -d'.' -f1)
echo "shorttag=$shorttag" >> "$GITHUB_OUTPUT"
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Create the short tag
env:
SHORTTAG: ${{ steps.check_tag.outputs.shorttag }}

View file

@ -15,7 +15,7 @@ jobs:
actions: read
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false