Skip to content

Commit 069e211

Browse files
added sha commit
1 parent c278685 commit 069e211

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
integration-tests:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v4
8+
- uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 #v4
99
with:
1010
lfs: true
1111

@@ -16,7 +16,7 @@ jobs:
1616
git lfs install
1717
1818
- name: Use Node.js 22.11.0
19-
uses: actions/setup-node@v4.0.2
19+
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 #v4.0.2
2020
with:
2121
node-version: 22.11.0
2222
registry-url: https://npm.pkg.github.com/

0 commit comments

Comments
 (0)