mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-16 10:40:21 +00:00
Merge pull request #549 from nextcloud/dependabot/github_actions/github/codeql-action-2
Bump github/codeql-action from 1 to 2
This commit is contained in:
commit
de6a79ab5c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/psalm-security.yml
vendored
2
.github/workflows/psalm-security.yml
vendored
|
|
@ -20,6 +20,6 @@ jobs:
|
||||||
composer_ignore_platform_reqs: false
|
composer_ignore_platform_reqs: false
|
||||||
report_file: results.sarif
|
report_file: results.sarif
|
||||||
- name: Upload Security Analysis results to GitHub
|
- name: Upload Security Analysis results to GitHub
|
||||||
uses: github/codeql-action/upload-sarif@v1
|
uses: github/codeql-action/upload-sarif@v2
|
||||||
with:
|
with:
|
||||||
sarif_file: php/results.sarif
|
sarif_file: php/results.sarif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue