We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 788dec9 commit 70de1c4Copy full SHA for 70de1c4
1 file changed
.github/workflows/semgrep.yml
@@ -14,7 +14,7 @@ jobs:
14
container:
15
image: returntocorp/semgrep
16
steps:
17
- - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
+ - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
18
- run: semgrep scan --error --config auto
19
env:
20
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
0 commit comments