We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38bca72 commit 5c05ff0Copy full SHA for 5c05ff0
.github/workflows/semgrep.yml
@@ -16,6 +16,7 @@ on:
16
pull_request:
17
# The branches below must be a subset of the branches above
18
branches: [ "master" ]
19
+ workflow_dispatch:
20
#schedule:
21
# - cron: '38 5 1 * *'
22
@@ -32,7 +33,7 @@ jobs:
32
33
runs-on: ubuntu-latest
34
steps:
35
# Checkout project source
- - uses: actions/checkout@v3
36
+ - uses: actions/checkout@v4
37
38
# Scan code using project's configuration on https://semgrep.dev/manage
39
- uses: returntocorp/semgrep-action@fcd5ab7459e8d91cb1777481980d1b18b4fc6735
@@ -43,7 +44,7 @@ jobs:
43
44
45
# Upload SARIF file generated in previous step
46
- name: Upload SARIF file
- uses: github/codeql-action/upload-sarif@v2
47
+ uses: github/codeql-action/upload-sarif@v3
48
with:
49
sarif_file: semgrep.sarif
50
if: always()
0 commit comments