From dcff5526918e95a267b34760f6ba967fef7b8006 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 20:22:43 +0000 Subject: [PATCH] Bump the github-actions group with 7 updates Bumps the github-actions group with 7 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `6` | | [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) | `0.35.0` | `0.36.0` | | [bcgov/action-get-pr](https://github.com/bcgov/action-get-pr) | `0.1.1` | `0.3.0` | | [shrink/actions-docker-registry-tag](https://github.com/shrink/actions-docker-registry-tag) | `4` | `5` | | [actions/setup-dotnet](https://github.com/actions/setup-dotnet) | `5.0.0` | `5.3.0` | | [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2` | `3` | | [bcgov/action-builder-ghcr](https://github.com/bcgov/action-builder-ghcr) | `4.2.1` | `4.4.1` | Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v4...v6) Updates `aquasecurity/trivy-action` from 0.35.0 to 0.36.0 - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/57a97c7e7821a5776cebc9bb87c984fa69cba8f1...ed142fd0673e97e23eac54620cfb913e5ce36c25) Updates `bcgov/action-get-pr` from 0.1.1 to 0.3.0 - [Release notes](https://github.com/bcgov/action-get-pr/releases) - [Commits](https://github.com/bcgov/action-get-pr/compare/v0.1.1...3931962bf13b3f4702d0013ec7c836f752ff1a3b) Updates `shrink/actions-docker-registry-tag` from 4 to 5 - [Release notes](https://github.com/shrink/actions-docker-registry-tag/releases) - [Commits](https://github.com/shrink/actions-docker-registry-tag/compare/v4...v5) Updates `actions/setup-dotnet` from 5.0.0 to 5.3.0 - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/d4c94342e560b34958eacfc5d055d21461ed1c5d...9a946fdbd5fb07b82b2f5a4466058b876ab72bb2) Updates `softprops/action-gh-release` from 2 to 3 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v2...v3) Updates `bcgov/action-builder-ghcr` from 4.2.1 to 4.4.1 - [Release notes](https://github.com/bcgov/action-builder-ghcr/releases) - [Commits](https://github.com/bcgov/action-builder-ghcr/compare/2b24ac7f95e6a019064151498660437cca3202c5...cb2629351c87dd1c2130073e4ebb7233a9653a63) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: aquasecurity/trivy-action dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: bcgov/action-get-pr dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: shrink/actions-docker-registry-tag dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-dotnet dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: bcgov/action-builder-ghcr dependency-version: 4.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/analysis.yml | 4 ++-- .github/workflows/argo-cd.yml | 6 +++--- .github/workflows/codeql.yml | 4 ++-- .github/workflows/create-prod-v-tag.yaml | 2 +- .github/workflows/create-test-rc-tag.yaml | 4 ++-- .github/workflows/merge.yml | 4 ++-- .github/workflows/pr-open.yml | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 47e2594f..95132113 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -23,9 +23,9 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 1 steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v6 - name: Run Trivy vulnerability scanner in repo mode - uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # 0.35.0 + uses: aquasecurity/trivy-action@ed142fd0673e97e23eac54620cfb913e5ce36c25 # 0.36.0 with: format: "sarif" output: "trivy-results.sarif" diff --git a/.github/workflows/argo-cd.yml b/.github/workflows/argo-cd.yml index 6106330a..4ddd3051 100644 --- a/.github/workflows/argo-cd.yml +++ b/.github/workflows/argo-cd.yml @@ -52,7 +52,7 @@ jobs: # Variables - if: ${{ ! inputs.tag }} id: pr - uses: bcgov/action-get-pr@bfa713a9ab410c0f0c13126c35983934fc80d15b # v0.1.1 + uses: bcgov/action-get-pr@3931962bf13b3f4702d0013ec7c836f752ff1a3b # v0.3.0 - id: vars run: | # Tag defaults to explicitly provided input, then PR number, then the branch name @@ -70,7 +70,7 @@ jobs: # Output echo "tag=${tag}" >> $GITHUB_OUTPUT - name: Checkout GitOps repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: 'bcgov-c/tenant-gitops-2d982c' token: ${{ secrets.GITOPS_REPO_PAT }} @@ -102,7 +102,7 @@ jobs: package: [api, twm, client] timeout-minutes: 2 steps: - - uses: shrink/actions-docker-registry-tag@v4 + - uses: shrink/actions-docker-registry-tag@v5 with: registry: ghcr.io repository: ${{ github.repository }}/${{ matrix.package }} diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 17ae2d7a..c4044e57 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -36,9 +36,9 @@ jobs: build-mode: manual steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v6 - - uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d #v5 + - uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 #v5 if: matrix.language == 'csharp' with: dotnet-version: 7.0.x diff --git a/.github/workflows/create-prod-v-tag.yaml b/.github/workflows/create-prod-v-tag.yaml index f4835b12..a760baa0 100644 --- a/.github/workflows/create-prod-v-tag.yaml +++ b/.github/workflows/create-prod-v-tag.yaml @@ -86,7 +86,7 @@ jobs: matrix: package: [php, nginx] steps: - - uses: shrink/actions-docker-registry-tag@v4 + - uses: shrink/actions-docker-registry-tag@v5 with: registry: ghcr.io repository: ${{ github.repository }}/${{ matrix.package }} diff --git a/.github/workflows/create-test-rc-tag.yaml b/.github/workflows/create-test-rc-tag.yaml index 8bd9d04a..40992bb4 100644 --- a/.github/workflows/create-test-rc-tag.yaml +++ b/.github/workflows/create-test-rc-tag.yaml @@ -125,7 +125,7 @@ jobs: matrix: package: [api, twm, client] steps: - - uses: shrink/actions-docker-registry-tag@v4 + - uses: shrink/actions-docker-registry-tag@v5 with: registry: ghcr.io repository: ${{ github.repository }}/${{ matrix.package }} @@ -144,7 +144,7 @@ jobs: uses: actions/checkout@v6 - name: Create GitHub Pre-release with Release Notes - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ inputs.rc_tag }} prerelease: true diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index add921de..7abcf585 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -28,7 +28,7 @@ jobs: - name: Get PR Number From Event if: github.event_name == 'push' id: pr_no - uses: bcgov/action-get-pr@bf6c85d0ed23a151f2829956c140fde87979bbf2 #v0.2.0 + uses: bcgov/action-get-pr@3931962bf13b3f4702d0013ec7c836f752ff1a3b #v0.3.0 - name: PR Number id: pr run: echo pr=${{ steps.pr_no.outputs.pr || inputs.pr}} >> $GITHUB_OUTPUT @@ -57,7 +57,7 @@ jobs: steps: - id: sha run: echo "short=sha-${GITHUB_SHA:0:7}" >> $GITHUB_OUTPUT - - uses: shrink/actions-docker-registry-tag@v4 + - uses: shrink/actions-docker-registry-tag@v5 with: registry: ghcr.io repository: ${{ github.repository }}/${{ matrix.package }} diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index d3221217..efca4ea6 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -43,7 +43,7 @@ jobs: steps: - name: PR Number id: pr - uses: bcgov/action-get-pr@bfa713a9ab410c0f0c13126c35983934fc80d15b #v0.1.1 + uses: bcgov/action-get-pr@3931962bf13b3f4702d0013ec7c836f752ff1a3b #v0.3.0 # https://github.com/bcgov/action-builder-ghcr builds: @@ -58,7 +58,7 @@ jobs: package: [api, client, twm] timeout-minutes: 10 steps: - - uses: bcgov/action-builder-ghcr@2b24ac7f95e6a019064151498660437cca3202c5 #v4.2.1 + - uses: bcgov/action-builder-ghcr@cb2629351c87dd1c2130073e4ebb7233a9653a63 #v4.4.1 with: package: '${{ matrix.package }}' build_context: ${{ matrix.package }}