We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd958a4 commit c90297aCopy full SHA for c90297a
.github/workflows/codeql.yml
@@ -64,7 +64,7 @@ jobs:
64
65
- name: Use Node.js v18.x
66
if: matrix.language == 'cpp'
67
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
+ uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
68
with:
69
node-version: 18.x
70
.github/workflows/nodejs.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
- name: Use Node.js ${{ matrix.node-version }}
29
30
31
node-version: ${{ matrix.node-version }}
32
- run: npm install -g [email protected]
0 commit comments