From 0404ccbd58035f932591a631d7c1c2d0a07ab557 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 09:12:31 +0000 Subject: [PATCH] build(deps): 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/pipeline.yml | 2 +- .github/workflows/scan.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 0e11520..0fe122d 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -92,7 +92,7 @@ jobs: format: "sarif" output: "trivy-results.sarif" - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 if: ${{ always() && github.ref == 'refs/heads/main' }} # Bypass non-zero exit code.. with: sarif_file: "trivy-results.sarif" diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 5f3e75b..22daac5 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -43,7 +43,7 @@ jobs: exit 0 fi - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 if: ${{ always() && github.ref == 'refs/heads/main' }} # Bypass non-zero exit code.. with: sarif_file: "trivy-results.sarif"