From 4e7ba72d1488aac90c62723bb55c4637149408b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 03:55:11 +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 5.2.0 to 5.3.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/5ed195cc06065322983cae4bb31e2a751feb86fd...869c549e657a088dc0441b08ce4fc0ecdac2bb65) Updates `github/codeql-action` from 3.27.0 to 3.27.5 - [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/662472033e021d55d94146f66f6058822b0b39fd...f09c1c0a94de965c15400f5634aa42fac8fb8f88) --- 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 cf4439fc..7ff56f8b 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -102,7 +102,7 @@ jobs: - name: Check out the repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Run Anchore vulnerability scanner - uses: anchore/scan-action@5ed195cc06065322983cae4bb31e2a751feb86fd + uses: anchore/scan-action@869c549e657a088dc0441b08ce4fc0ecdac2bb65 id: scan with: path: "." @@ -113,7 +113,7 @@ jobs: run: cat ${{ steps.scan.outputs.sarif }} - name: Upload Anchore scan SARIF report if: always() - uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd + uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 with: sarif_file: ${{ steps.scan.outputs.sarif }} diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index 067a9fcc..60a5fd87 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -39,7 +39,7 @@ jobs: - name: Check out the repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Run Anchore vulnerability scanner - uses: anchore/scan-action@5ed195cc06065322983cae4bb31e2a751feb86fd + uses: anchore/scan-action@869c549e657a088dc0441b08ce4fc0ecdac2bb65 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@662472033e021d55d94146f66f6058822b0b39fd + uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 with: sarif_file: ${{ steps.scan.outputs.sarif }}