Skip to content

Commit 5c05ff0

Browse files
authored
Semgrep: updated versions, added manual start
1 parent 38bca72 commit 5c05ff0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/semgrep.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
pull_request:
1717
# The branches below must be a subset of the branches above
1818
branches: [ "master" ]
19+
workflow_dispatch:
1920
#schedule:
2021
# - cron: '38 5 1 * *'
2122

@@ -32,7 +33,7 @@ jobs:
3233
runs-on: ubuntu-latest
3334
steps:
3435
# Checkout project source
35-
- uses: actions/checkout@v3
36+
- uses: actions/checkout@v4
3637

3738
# Scan code using project's configuration on https://semgrep.dev/manage
3839
- uses: returntocorp/semgrep-action@fcd5ab7459e8d91cb1777481980d1b18b4fc6735
@@ -43,7 +44,7 @@ jobs:
4344

4445
# Upload SARIF file generated in previous step
4546
- name: Upload SARIF file
46-
uses: github/codeql-action/upload-sarif@v2
47+
uses: github/codeql-action/upload-sarif@v3
4748
with:
4849
sarif_file: semgrep.sarif
4950
if: always()

0 commit comments

Comments
 (0)