Skip to content

Commit

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

build(deps): bump github/codeql-action from 2 to 3
  • Loading branch information
Zelldon authored Dec 14, 2023
2 parents 5c831a3 + 86fc41c commit e880505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/detekt-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
)" > ${{ github.workspace }}/detekt.sarif.json
# Uploads results to GitHub repository using the upload-sarif action
- uses: github/codeql-action/upload-sarif@v2
- uses: github/codeql-action/upload-sarif@v3
with:
# Path to SARIF file relative to the root of the repository
sarif_file: ${{ github.workspace }}/detekt.sarif.json
Expand Down

0 comments on commit e880505

Please sign in to comment.