Skip to content

Commit 879948a

Browse files
Pin dependencies
1 parent 148e01f commit 879948a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
timeout-minutes: 5
2121
steps:
22-
- uses: actions/checkout@v6
22+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2323
with:
2424
fetch-depth: 0
2525

.github/workflows/validate-release-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
timeout-minutes: 15
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1717
with:
1818
fetch-depth: 0
1919

@@ -36,7 +36,7 @@ jobs:
3636
# rebuild toolchain to match promptfoo's release job (.nvmrc -> Node 24).
3737
- name: Set up Node.js
3838
if: ${{ startsWith(github.head_ref, 'release/code-scan-action-v') }}
39-
uses: actions/setup-node@v6
39+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
4040
with:
4141
node-version: '24'
4242

0 commit comments

Comments
 (0)