Skip to content

Commit eb9c125

Browse files
Bump github/codeql-action from 3 to 4 (#1787)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3d9f8b8 commit eb9c125

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ jobs:
5050

5151
- name: "Upload SARIF report"
5252
if: ${{ github.event_name != 'workflow_dispatch' }}
53-
uses: "github/codeql-action/upload-sarif@v3"
53+
uses: "github/codeql-action/upload-sarif@v4"
5454
with:
5555
sarif_file: psalm.sarif
5656

5757
- name: "Upload SARIF report"
5858
if: ${{ github.event_name == 'workflow_dispatch' }}
59-
uses: "github/codeql-action/upload-sarif@v3"
59+
uses: "github/codeql-action/upload-sarif@v4"
6060
with:
6161
sarif_file: psalm.sarif
6262
ref: ${{ inputs.ref }}

0 commit comments

Comments
 (0)