Skip to content

Commit ad60532

Browse files
chore(deps): bump github/codeql-action from 3 to 4
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eb3600c commit ad60532

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-integration.yml

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

9999
- name: "Upload security analysis results to GitHub"
100-
uses: "github/codeql-action/upload-sarif@v3"
100+
uses: "github/codeql-action/upload-sarif@v4"
101101
with:
102102
sarif_file: "build/logs/psalm.sarif"
103103

0 commit comments

Comments
 (0)