Skip to content

Commit a907fe4

Browse files
renovate[bot]scottmckendry
authored andcommitted
ci(github-action): pin dependencies
1 parent 9b462cd commit a907fe4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ jobs:
1212
name: Test
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1616
- name: Set up Node.js
17-
uses: actions/setup-node@v4
17+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
1818
with:
1919
node-version: "22"
2020
- name: Install dependencies
2121
run: npm ci
2222
- name: Run tests
2323
run: npm test
2424
- name: Test summary
25-
uses: test-summary/action@v2
25+
uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2
2626
with:
2727
paths: test-results/results.xml
2828
if: always()

0 commit comments

Comments
 (0)