From 6dfcb6893d0407c736e4dfc6c2d95f8ac5964852 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 16:01:31 +0000 Subject: [PATCH] Bump github/codeql-action (#81) Bumps [github/codeql-action](https://github.com/github/codeql-action) from a3795eb30d4c910531f6c4164cf1820dc8bcafbd to c73d8a69e18598d5de9d6bf5de3a374253cde261. - [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/a3795eb30d4c910531f6c4164cf1820dc8bcafbd...c73d8a69e18598d5de9d6bf5de3a374253cde261) --- 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 8f58794..15e3eee 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@a3795eb30d4c910531f6c4164cf1820dc8bcafbd + - uses: github/codeql-action/upload-sarif@c73d8a69e18598d5de9d6bf5de3a374253cde261 name: Upload SARIF result id: upload-sarif if: steps.docker-scout-cves.outcome == 'success'