Skip to content

Commit 6debcec

Browse files
chore(deps): bump github/codeql-action from 1 to 2 (#95)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v1...v2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4510615 commit 6debcec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
run: "./vendor/bin/psalm --taint-analysis --report=build/logs/psalm.sarif"
8888

8989
- name: "Upload security analysis results to GitHub"
90-
uses: "github/codeql-action/upload-sarif@v1"
90+
uses: "github/codeql-action/upload-sarif@v2"
9191
with:
9292
sarif_file: "build/logs/psalm.sarif"
9393

0 commit comments

Comments
 (0)