Apply pinning to GitHub Actions

This commit is contained in:
Luc Perkins 2026-05-11 16:54:55 -05:00
parent bafaa638b9
commit 4a4b48b013
No known key found for this signature in database
GPG key ID: 0AC42F39CE1FB90F
4 changed files with 27 additions and 2 deletions

View file

@ -11,7 +11,9 @@ jobs:
id-token: "write"
contents: "read"
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: ./.
- run: nix develop -c typos
if: success() || failure()