We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c278685 commit 069e211Copy full SHA for 069e211
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
5
integration-tests:
6
runs-on: ubuntu-latest
7
steps:
8
- - uses: actions/checkout@v4
+ - uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 #v4
9
with:
10
lfs: true
11
@@ -16,7 +16,7 @@ jobs:
16
git lfs install
17
18
- name: Use Node.js 22.11.0
19
- uses: actions/setup-node@v4.0.2
+ uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 #v4.0.2
20
21
node-version: 22.11.0
22
registry-url: https://npm.pkg.github.com/
0 commit comments