We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc25fe commit c94297eCopy full SHA for c94297e
.github/workflows/scorecard.yaml
@@ -36,7 +36,7 @@ jobs:
36
37
steps:
38
- name: "Checkout code"
39
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+ uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
40
with:
41
persist-credentials: false
42
.github/workflows/semgrep.yml
@@ -24,5 +24,5 @@ jobs:
24
container:
25
image: returntocorp/semgrep@sha256:bacb1190716dab2b1708dc63c5bf11f6014c16511e5117f83592acbc5530087a
26
27
- - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
+ - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
28
- run: semgrep ci
0 commit comments