Skip to content

Commit

Permalink
Merge pull request #42324 from nextcloud/dependabot/github_actions/gi…
Browse files Browse the repository at this point in the history
…thub/codeql-action-3
  • Loading branch information
dependabot[bot] authored Dec 16, 2023
2 parents b049bed + b23ebbe commit 9c44674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static-code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Upload Analysis results to GitHub
if: always()
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif

Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:

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

Expand Down

0 comments on commit 9c44674

Please sign in to comment.