We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9922919 commit c29052aCopy full SHA for c29052a
.github/workflows/codeql-analysis.yml
@@ -25,7 +25,7 @@ jobs:
25
26
steps:
27
- name: Checkout repository
28
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
+ uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
29
with:
30
# We must fetch at least the immediate parents so that if this is
31
# a pull request then we can checkout the head.
.github/workflows/nodejs.yml
@@ -17,7 +17,7 @@ jobs:
17
node-version: [12.x, 14.x,16.x]
18
19
20
- - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
+ - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
21
- name: Use Node.js ${{ matrix.node-version }}
22
uses: actions/setup-node@v4
23
0 commit comments