From dc09432e90378af7a6f58ffec92f229bf160a637 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 15:29:06 +0000 Subject: [PATCH] Bump github/codeql-action (#75) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 9734ecd5b5d89514b0ce942a73586adcbe42b6ee to 4888104fe999a88fc3f13c6f73e8fe047871ffb6. - [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/9734ecd5b5d89514b0ce942a73586adcbe42b6ee...4888104fe999a88fc3f13c6f73e8fe047871ffb6) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5151d0..663590d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -183,7 +183,7 @@ jobs: summary: false # upload the results as a SARIF file to gh security tab # kics-scan ignore-line - - uses: github/codeql-action/upload-sarif@9734ecd5b5d89514b0ce942a73586adcbe42b6ee + - uses: github/codeql-action/upload-sarif@4888104fe999a88fc3f13c6f73e8fe047871ffb6 name: Upload SARIF result id: upload-sarif if: steps.docker-scout-cves.outcome == 'success'