From 4b6f7ff7d9974e54fdbee10804049e1437952951 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 08:01:31 +0000 Subject: [PATCH] dependabot(github-actions): bump github/codeql-action from 2 to 3 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. - [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/v2...v3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-release.yml | 2 +- .github/workflows/trivy-scan-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index 2ac7b84..ef330df 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -79,7 +79,7 @@ jobs: vuln-type: os,library severity: CRITICAL - name: Trivy upload scan results - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 if: github.event_name != 'pull_request' with: sarif_file: trivy-results.sarif diff --git a/.github/workflows/trivy-scan-image.yml b/.github/workflows/trivy-scan-image.yml index a979f48..3f7e18f 100644 --- a/.github/workflows/trivy-scan-image.yml +++ b/.github/workflows/trivy-scan-image.yml @@ -33,7 +33,7 @@ jobs: vuln-type: os,library severity: CRITICAL - name: Trivy upload scan results - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 if: github.event_name != 'pull_request' with: sarif_file: trivy-results.sarif