Skip to content

Commit a948fd6

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

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
@@ -89,13 +89,13 @@ jobs:
8989

9090
- name: "Upload SARIF report"
9191
if: ${{ github.event_name != 'workflow_dispatch' }}
92-
uses: "github/codeql-action/upload-sarif@v3"
92+
uses: "github/codeql-action/upload-sarif@v4"
9393
with:
9494
sarif_file: phpstan.sarif
9595

9696
- name: "Upload SARIF report"
9797
if: ${{ github.event_name == 'workflow_dispatch' }}
98-
uses: "github/codeql-action/upload-sarif@v3"
98+
uses: "github/codeql-action/upload-sarif@v4"
9999
with:
100100
sarif_file: phpstan.sarif
101101
ref: ${{ inputs.ref }}

0 commit comments

Comments
 (0)