We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ecc1346 + e434ed9 commit 10e5680Copy full SHA for 10e5680
1 file changed
.github/workflows/semgrep.yml
@@ -17,7 +17,7 @@ jobs:
17
image: returntocorp/semgrep
18
if: (github.actor != 'dependabot[bot]')
19
steps:
20
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v6
21
22
- run: semgrep ci
23
env:
0 commit comments