Skip to content

Commit

Permalink
Merge pull request #1 from mastir/dependabot/github_actions/github/co…
Browse files Browse the repository at this point in the history
…deql-action-3

Bump github/codeql-action from 2 to 3
  • Loading branch information
mastir authored Aug 30, 2024
2 parents f6aef12 + 9710f6b commit b2f8a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
run: "./vendor/bin/psalm --taint-analysis --report=build/logs/psalm.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: "build/logs/psalm.sarif"

Expand Down

0 comments on commit b2f8a6a

Please sign in to comment.