Skip to content

Commit

Permalink
Merge pull request #3 from ericsizemore/renovate/github-codeql-action…
Browse files Browse the repository at this point in the history
…-3.x

Update github/codeql-action action to v3
  • Loading branch information
ericsizemore authored Mar 6, 2024
2 parents a81e7ec + 3d0dfe7 commit f916157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
continue-on-error: true

- name: Upload analysis results to GitHub
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: phpmd-results.sarif
wait-for-processing: true
2 changes: 1 addition & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: psalm/psalm-github-security-scan@master

- 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
wait-for-processing: true

0 comments on commit f916157

Please sign in to comment.