We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe5a9f commit c7dc069Copy full SHA for c7dc069
.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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
40
with:
41
persist-credentials: false
42
.github/workflows/semgrep.yml
@@ -23,5 +23,5 @@ jobs:
23
container:
24
image: returntocorp/semgrep@sha256:bacb1190716dab2b1708dc63c5bf11f6014c16511e5117f83592acbc5530087a
25
26
- - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
+ - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
27
- run: semgrep ci
0 commit comments