| commit | 69d4f7df503f59fe13a4a395a098a89a28c53b10 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Wed Oct 08 15:26:09 2025 +0200 |
| committer | GitHub <noreply@github.com> | Wed Oct 08 15:26:09 2025 +0200 |
| tree | 233ea52ba2acacd343ef4ee24f7649799fed1aca | |
| parent | 5442aa312a5607a3e0c3d6fd31a8bbdb9fed721d [diff] |
build(deps): bump github/codeql-action from 3 to 4 (#2296) 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](https://github.com/github/codeql-action/compare/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>
diff --git a/.github/workflows/sast.yaml b/.github/workflows/sast.yaml index da20c16..0562b37 100644 --- a/.github/workflows/sast.yaml +++ b/.github/workflows/sast.yaml
@@ -47,6 +47,6 @@ severity: 'CRITICAL' - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v4 with: sarif_file: 'trivy-results.sarif'