Skip to content

Commit

Permalink
Merge pull request #86 from hoogi91/dependabot/github_actions/github/…
Browse files Browse the repository at this point in the history
…codeql-action-3

Bump github/codeql-action from 2 to 3
  • Loading branch information
github-actions[bot] authored Jan 1, 2024
2 parents 600d837 + 47f7586 commit 0ba1829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
run: .Build/bin/psalm --output-format=github --taint-analysis --report=results.sarif

- name: "Upload Security Analysis results to GitHub"
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif

0 comments on commit 0ba1829

Please sign in to comment.