From 63ed08c8e0f473933c6edb680a73a9d27d1d649d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:10:08 +0000 Subject: [PATCH] deps(actions): bump the others group across 1 directory with 8 updates Bumps the others group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [google-github-actions/auth](https://github.com/google-github-actions/auth) | `2.1.3` | `2.1.6` | | [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) | `2.1.0` | `2.1.1` | | [actions/checkout](https://github.com/actions/checkout) | `4.1.7` | `4.2.1` | | [super-linter/super-linter](https://github.com/super-linter/super-linter) | `6.7.0` | `7.1.0` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3.4.0` | `3.7.1` | | [docker/login-action](https://github.com/docker/login-action) | `3.2.0` | `3.3.0` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `6.3.0` | `6.9.0` | | [google-github-actions/deploy-cloudrun](https://github.com/google-github-actions/deploy-cloudrun) | `2.6.0` | `2.7.1` | Updates `google-github-actions/auth` from 2.1.3 to 2.1.6 - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/auth/compare/v2.1.3...v2.1.6) Updates `google-github-actions/setup-gcloud` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/google-github-actions/setup-gcloud/releases) - [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/setup-gcloud/compare/v2.1.0...v2.1.1) Updates `actions/checkout` from 4.1.7 to 4.2.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.7...v4.2.1) Updates `super-linter/super-linter` from 6.7.0 to 7.1.0 - [Release notes](https://github.com/super-linter/super-linter/releases) - [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md) - [Commits](https://github.com/super-linter/super-linter/compare/v6.7.0...v7.1.0) Updates `docker/setup-buildx-action` from 3.4.0 to 3.7.1 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v3.4.0...v3.7.1) Updates `docker/login-action` from 3.2.0 to 3.3.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3.2.0...v3.3.0) Updates `docker/build-push-action` from 6.3.0 to 6.9.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.3.0...v6.9.0) Updates `google-github-actions/deploy-cloudrun` from 2.6.0 to 2.7.1 - [Release notes](https://github.com/google-github-actions/deploy-cloudrun/releases) - [Changelog](https://github.com/google-github-actions/deploy-cloudrun/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/deploy-cloudrun/compare/v2.6.0...v2.7.1) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-patch dependency-group: others - dependency-name: google-github-actions/setup-gcloud dependency-type: direct:production update-type: version-update:semver-patch dependency-group: others - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: others - dependency-name: super-linter/super-linter dependency-type: direct:production update-type: version-update:semver-major dependency-group: others - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: others - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: others - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: others - dependency-name: google-github-actions/deploy-cloudrun dependency-type: direct:production update-type: version-update:semver-minor dependency-group: others ... Signed-off-by: dependabot[bot] --- .github/workflows/chore-clean-dev.yml | 4 ++-- .github/workflows/ci-lint-codebase.yaml | 4 ++-- .github/workflows/sub-build-docker-image.yml | 10 +++++----- .github/workflows/sub-cloudrun-deploy.yml | 8 ++++---- .github/workflows/sub-unit-tests.yml | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/chore-clean-dev.yml b/.github/workflows/chore-clean-dev.yml index 09ae4ed..252c73d 100644 --- a/.github/workflows/chore-clean-dev.yml +++ b/.github/workflows/chore-clean-dev.yml @@ -20,13 +20,13 @@ jobs: - name: Authenticate to Google Cloud id: auth - uses: google-github-actions/auth@v2.1.3 + uses: google-github-actions/auth@v2.1.6 with: workload_identity_provider: '${{ vars.GCP_WIF }}' project_id: '${{ vars.GCP_PROJECT }}' - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v2.1.0 + uses: google-github-actions/setup-gcloud@v2.1.1 - name: Removing CR service run: | diff --git a/.github/workflows/ci-lint-codebase.yaml b/.github/workflows/ci-lint-codebase.yaml index fd66405..1415a5a 100644 --- a/.github/workflows/ci-lint-codebase.yaml +++ b/.github/workflows/ci-lint-codebase.yaml @@ -29,14 +29,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code Repository - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.1 with: # Full git history is needed to get a proper # list of changed files within `super-linter` fetch-depth: 0 - name: Lint Code Base - uses: super-linter/super-linter/slim@v6.7.0 + uses: super-linter/super-linter/slim@v7.1.0 env: LOG_LEVEL: ERROR VALIDATE_ALL_CODEBASE: false diff --git a/.github/workflows/sub-build-docker-image.yml b/.github/workflows/sub-build-docker-image.yml index 51c30f9..f9bc156 100644 --- a/.github/workflows/sub-build-docker-image.yml +++ b/.github/workflows/sub-build-docker-image.yml @@ -36,7 +36,7 @@ jobs: contents: read id-token: write steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.1 with: persist-credentials: false @@ -70,11 +70,11 @@ jobs: # Setup Docker Buildx to allow use of docker cache layers from GH - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@v3.4.0 + uses: docker/setup-buildx-action@v3.7.1 - name: Authenticate to Google Cloud id: auth - uses: google-github-actions/auth@v2.1.3 + uses: google-github-actions/auth@v2.1.6 with: workload_identity_provider: '${{ vars.GCP_WIF }}' service_account: '${{ vars.GCP_ARTIFACTS_SA }}' @@ -85,7 +85,7 @@ jobs: access_token_lifetime: 10800s - name: Login to Google Artifact Registry - uses: docker/login-action@v3.2.0 + uses: docker/login-action@v3.3.0 with: registry: us-docker.pkg.dev username: oauth2accesstoken @@ -94,7 +94,7 @@ jobs: # Build and push image to Google Artifact Registry, and possibly DockerHub - name: Build & push id: docker_build - uses: docker/build-push-action@v6.3.0 + uses: docker/build-push-action@v6.9.0 with: target: ${{ inputs.dockerfile_target }} context: . diff --git a/.github/workflows/sub-cloudrun-deploy.yml b/.github/workflows/sub-cloudrun-deploy.yml index 60dba14..dae93dc 100644 --- a/.github/workflows/sub-cloudrun-deploy.yml +++ b/.github/workflows/sub-cloudrun-deploy.yml @@ -77,23 +77,23 @@ jobs: - name: Inject slug/short variables uses: rlespinasse/github-slug-action@v4.5.0 - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.1 with: persist-credentials: false - name: Authenticate to Google Cloud id: auth - uses: google-github-actions/auth@v2.1.3 + uses: google-github-actions/auth@v2.1.6 with: workload_identity_provider: '${{ vars.GCP_WIF }}' project_id: '${{ vars.GCP_PROJECT }}' - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v2.1.0 + uses: google-github-actions/setup-gcloud@v2.1.1 - name: Deploy to cloud run id: deploy - uses: google-github-actions/deploy-cloudrun@v2.6.0 + uses: google-github-actions/deploy-cloudrun@v2.7.1 with: service: ${{ inputs.app_name }}-${{ needs.versioning.outputs.version || env.GITHUB_HEAD_REF_SLUG || inputs.environment }} image: ${{ inputs.registry }}/${{ inputs.app_name }}@${{ inputs.image_digest }} diff --git a/.github/workflows/sub-unit-tests.yml b/.github/workflows/sub-unit-tests.yml index 5d0f1af..ccc4ba7 100644 --- a/.github/workflows/sub-unit-tests.yml +++ b/.github/workflows/sub-unit-tests.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code Repository - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.1 - name: Setup Go uses: actions/setup-go@v5