Skip to content

Commit ca39ab1

Browse files
Update github/codeql-action action to v2 (#30)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 9c31558 commit ca39ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: "vendor/bin/psalm --output-format=github --shepherd --taint-analysis --report=results.sarif"
5151

5252
- name: "Upload Security Analysis results to GitHub"
53-
uses: "github/codeql-action/upload-sarif@v1"
53+
uses: github/codeql-action/upload-sarif@v2
5454
with:
5555
sarif_file: results.sarif
5656

0 commit comments

Comments
 (0)