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.
2 parents 42a0089 + 14fb9cb commit 138344dCopy full SHA for 138344d
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
+ - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
17
- name: Setup Node
18
uses: actions/setup-node@v3
19
with:
.github/workflows/codeql.yml
@@ -38,7 +38,7 @@ jobs:
38
39
40
- name: Checkout repository
41
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
+ uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
0 commit comments