Skip to content

Commit 81ad582

Browse files
committed
Pin github workflows to a commit hash instead of version tag for security purpose
1 parent 34d51c8 commit 81ad582

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
@@ -14,10 +14,10 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/setup-node@v3
17+
- uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
1818
with:
1919
node-version: ${{ env.NODE_VERSION }}
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
2121
- run: |
2222
npm install
2323
npm run typecheck

0 commit comments

Comments
 (0)