mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +00:00
Merge pull request #271 from Star-Teknolog/dependabot/github_actions/github/codeql-action-2
build(deps): bump github/codeql-action from 1 to 2
This commit is contained in:
commit
a6dbf2561e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/codacy.yml
vendored
2
.github/workflows/codacy.yml
vendored
|
|
@ -55,6 +55,6 @@ jobs:
|
|||
|
||||
# Upload the SARIF file generated in the previous step
|
||||
- name: Upload SARIF results file
|
||||
uses: github/codeql-action/upload-sarif@v1
|
||||
uses: github/codeql-action/upload-sarif@v2
|
||||
with:
|
||||
sarif_file: results.sarif
|
||||
|
|
|
|||
Loading…
Reference in a new issue