From 62cbd247190d4810030b693c40a22c848f75b76a Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Tue, 2 Jan 2024 18:23:02 +0100 Subject: [PATCH 1/2] Drop Coastguard from GHAs Coastguard is archived, there's no need to check it in GHAs. Signed-off-by: Stephen Kitt --- .github/workflows/consuming.yml | 4 ++-- .github/workflows/periodic.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/consuming.yml b/.github/workflows/consuming.yml index 0d84c0db2..9e8f1d27e 100644 --- a/.github/workflows/consuming.yml +++ b/.github/workflows/consuming.yml @@ -86,7 +86,7 @@ jobs: fail-fast: false matrix: project: [ - 'admiral', 'cloud-prepare', 'coastguard', 'lighthouse', + 'admiral', 'cloud-prepare', 'lighthouse', 'subctl', 'submariner', 'submariner-charts', 'submariner-operator' ] steps: @@ -141,7 +141,7 @@ jobs: fail-fast: false matrix: project: [ - 'admiral', 'cloud-prepare', 'coastguard', 'lighthouse', + 'admiral', 'cloud-prepare', 'lighthouse', 'subctl', 'submariner', 'submariner-charts', 'submariner-operator' ] steps: diff --git a/.github/workflows/periodic.yml b/.github/workflows/periodic.yml index 72407bff2..76c39972e 100644 --- a/.github/workflows/periodic.yml +++ b/.github/workflows/periodic.yml @@ -39,7 +39,7 @@ jobs: fail-fast: false matrix: project: [ - 'admiral', 'cloud-prepare', 'coastguard', 'lighthouse', 'shipyard', + 'admiral', 'cloud-prepare', 'lighthouse', 'shipyard', 'subctl', 'submariner-bot', 'submariner', 'submariner-operator' ] steps: From a382e546685309dcb8e55b9c202afb6726588285 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 14:00:31 +0000 Subject: [PATCH 2/2] 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 e24fcd74b..8599e0164 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -112,7 +112,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: "." @@ -123,7 +123,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 7e30a7f2f..096f267d5 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -20,7 +20,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: "." @@ -28,6 +28,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 }}