From 95a1029784562fd71beb24d2dfaf5c56eee2d07f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 14:31:45 +0000 Subject: [PATCH] Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [anchore/scan-action](https://github.com/anchore/scan-action) and [github/codeql-action](https://github.com/github/codeql-action). Updates `anchore/scan-action` from 3.3.8 to 3.4.0 - [Release notes](https://github.com/anchore/scan-action/releases) - [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/anchore/scan-action/compare/896d5f410043987c8fe18f60d91bf199e436840c...65161264d84bfeed55775e43bdbe5eb7c8a433fb) Updates `github/codeql-action` from 3.22.11 to 3.22.12 - [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/b374143c1149a9115d881581d29b8390bbcbb59c...012739e5082ff0c22ca6d6ab32e07c36df03c4a4) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/linting.yml | 4 ++-- .github/workflows/report.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 8646f0a91..de1fa7e48 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -111,7 +111,7 @@ jobs: - name: Check out the repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Run Anchore vulnerability scanner - uses: anchore/scan-action@896d5f410043987c8fe18f60d91bf199e436840c + uses: anchore/scan-action@65161264d84bfeed55775e43bdbe5eb7c8a433fb id: scan with: path: "." @@ -122,7 +122,7 @@ jobs: run: cat ${{ steps.scan.outputs.sarif }} - name: Upload Anchore scan SARIF report if: always() - uses: github/codeql-action/upload-sarif@b374143c1149a9115d881581d29b8390bbcbb59c + uses: github/codeql-action/upload-sarif@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 with: sarif_file: ${{ steps.scan.outputs.sarif }} diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index c98f98360..2e0b88ab0 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -39,7 +39,7 @@ jobs: - name: Check out the repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Run Anchore vulnerability scanner - uses: anchore/scan-action@896d5f410043987c8fe18f60d91bf199e436840c + uses: anchore/scan-action@65161264d84bfeed55775e43bdbe5eb7c8a433fb id: scan with: path: "." @@ -47,6 +47,6 @@ jobs: - name: Show Anchore scan SARIF report run: cat ${{ steps.scan.outputs.sarif }} - name: Upload Anchore scan SARIF report - uses: github/codeql-action/upload-sarif@b374143c1149a9115d881581d29b8390bbcbb59c + uses: github/codeql-action/upload-sarif@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 with: sarif_file: ${{ steps.scan.outputs.sarif }}