We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08b1787 + 27ccda6 commit e434ed9Copy full SHA for e434ed9
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