Skip to content

Commit b24fa4f

Browse files
authored
Merge pull request #1014 from danielcadev/codex/pin-privileged-workflow-actions
ci: pin privileged workflow actions
2 parents cb61a92 + 0bed2ff commit b24fa4f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/update-codex-hash.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
.#checks.x86_64-linux.watchdog-linux-features
3939
.#installer
4040
steps:
41-
- uses: actions/checkout@v7
41+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
4242
with:
4343
fetch-depth: 0
4444
ref: ${{ inputs.expected_main_sha }}
@@ -75,17 +75,17 @@ jobs:
7575
echo "skip_refresh=true" >> "$GITHUB_OUTPUT"
7676
fi
7777
78-
- uses: actions/setup-node@v7
78+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
7979
if: steps.dedupe.outputs.skip_refresh != 'true'
8080
with:
8181
node-version: 24
8282

83-
- uses: cachix/install-nix-action@v31
83+
- uses: cachix/install-nix-action@630ae543ea3a38a9a4166f03376c02c50f408342 # v31
8484
if: steps.dedupe.outputs.skip_refresh != 'true'
8585

8686
- name: Configure Cachix for hash refresh builds
8787
if: steps.dedupe.outputs.skip_refresh != 'true' && env.CACHIX_AUTH_TOKEN != ''
88-
uses: cachix/cachix-action@v17
88+
uses: cachix/cachix-action@5f2d7c5294214f71b873db4b969586b980625e71 # v17
8989
with:
9090
name: ${{ env.CACHIX_CACHE_NAME }}
9191
authToken: ${{ env.CACHIX_AUTH_TOKEN }}

0 commit comments

Comments
 (0)