We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b23d9af commit 72daa10Copy full SHA for 72daa10
.github/workflows/codeql-analysis.yml
@@ -38,7 +38,7 @@ jobs:
38
39
steps:
40
- name: Checkout repository
41
- uses: actions/checkout@v3
+ uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
.github/workflows/semgrep.yml
@@ -18,5 +18,5 @@ jobs:
18
container:
19
image: returntocorp/semgrep
20
21
- - uses: actions/checkout@v3
+ - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
22
- run: semgrep ci
0 commit comments