There was an error while loading. Please reload this page.
1 parent 72ea540 commit 3dbf1c4Copy full SHA for 3dbf1c4
2 files changed
.github/workflows/codeql-analysis.yml
@@ -38,7 +38,7 @@ jobs:
38
39
steps:
40
- name: Checkout repository
41
- uses: actions/checkout@v3
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
.github/workflows/release.yml
@@ -17,11 +17,11 @@ jobs:
17
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
18
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
19
20
- - uses: actions/checkout@v3
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
21
with:
22
token: ${{ secrets.GH_TOKEN }}
23
- name: Install Node.js
24
- uses: actions/setup-node@v3
+ uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
25
26
node-version: 18
27
- name: Install packages
0 commit comments