We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8691cf5 + 98836aa commit ac83949Copy full SHA for ac83949
.github/workflows/scorecards.yml
@@ -32,7 +32,7 @@ jobs:
32
33
steps:
34
- name: "Checkout code"
35
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
+ uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
36
with:
37
persist-credentials: false
38
.github/workflows/shellcheck.yml
@@ -18,7 +18,7 @@ jobs:
18
name: Shellcheck
19
runs-on: ubuntu-latest
20
21
- - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
+ - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
22
- name: Run ShellCheck
23
uses: ludeeus/action-shellcheck@00b27aa7cb85167568cb48a3838b75f4265f2bca # v2.0.0
24
env:
0 commit comments