mirror of
https://github.com/DeterminateSystems/determinate-nix-action.git
synced 2026-07-12 19:03:54 +00:00
Apply pinning to GitHub Actions
This commit is contained in:
parent
bafaa638b9
commit
4a4b48b013
4 changed files with 27 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -25,7 +25,9 @@ jobs:
|
|||
shorttag=$(echo "$VERSION" | cut -d'.' -f1)
|
||||
echo "shorttag=$shorttag" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
with:
|
||||
persist-credentials: false
|
||||
- name: Create the short tag
|
||||
env:
|
||||
SHORTTAG: ${{ steps.check_tag.outputs.shorttag }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue