Skip to content

Commit 3f8a50a

Browse files
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 4ae25d1 commit 3f8a50a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codacy-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ jobs:
5252

5353
# Upload the SARIF file generated in the previous step
5454
- name: Upload SARIF results file
55-
uses: github/codeql-action/upload-sarif@v3
55+
uses: github/codeql-action/upload-sarif@v4
5656
with:
5757
sarif_file: results.sarif

0 commit comments

Comments
 (0)