From 1031dd20044df60593b9d4f0d9d147e20d94bfa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 03:43:15 +0000 Subject: [PATCH] build(deps): bump the github-actions group across 1 directory with 7 updates Bumps the github-actions group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [google-github-actions/auth](https://github.com/google-github-actions/auth) | `1.3.0` | `3.0.0` | | [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) | `0` | `3` | | [actions/checkout](https://github.com/actions/checkout) | `2` | `7` | | [chainguard-dev/actions/setup-gitsign](https://github.com/chainguard-dev/actions) | `e74da3cd82dab55e35736f1ef031a12fa5b95299` | `f0be69916b439d0fcced2451b23d0f27cd46d545` | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `4.2.4` | `8.1.1` | | [actions/setup-go](https://github.com/actions/setup-go) | `2` | `6` | | [actions/cache](https://github.com/actions/cache) | `2` | `6` | Updates `google-github-actions/auth` from 1.3.0 to 3.0.0 - [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/3a3c4c57d294ef65efaaee4ff17b22fa88dd3c69...7c6bc770dae815cd3e89ee6cdf493a5fab2cc093) Updates `google-github-actions/setup-gcloud` from 0 to 3 - [Release notes](https://github.com/google-github-actions/setup-gcloud/releases) - [Commits](https://github.com/google-github-actions/setup-gcloud/compare/v0...v3) Updates `actions/checkout` from 2 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v2...v7) Updates `chainguard-dev/actions/setup-gitsign` from e74da3cd82dab55e35736f1ef031a12fa5b95299 to f0be69916b439d0fcced2451b23d0f27cd46d545 - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Commits](https://github.com/chainguard-dev/actions/compare/e74da3cd82dab55e35736f1ef031a12fa5b95299...f0be69916b439d0fcced2451b23d0f27cd46d545) Updates `peter-evans/create-pull-request` from 4.2.4 to 8.1.1 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/38e0b6e68b4c852a5500a94740f0e535e0d7ba54...5f6978faf089d4d20b00c7766989d076bb2fc7f1) Updates `actions/setup-go` from 2 to 6 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v2...v6) Updates `actions/cache` from 2 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v2...v6) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: google-github-actions/setup-gcloud dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: chainguard-dev/actions/setup-gitsign dependency-version: f0be69916b439d0fcced2451b23d0f27cd46d545 dependency-type: direct:production dependency-group: github-actions - dependency-name: peter-evans/create-pull-request dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-update-workflow.yml | 10 +++++----- .github/workflows/ci-v2.yaml | 8 ++++---- .github/workflows/ci.yml | 8 ++++---- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci-update-workflow.yml b/.github/workflows/ci-update-workflow.yml index 91fcad0..caefa28 100644 --- a/.github/workflows/ci-update-workflow.yml +++ b/.github/workflows/ci-update-workflow.yml @@ -19,12 +19,12 @@ jobs: id-token: write # Enable OIDC steps: - id: 'auth' - uses: google-github-actions/auth@3a3c4c57d294ef65efaaee4ff17b22fa88dd3c69 # v1.3.0 + uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0 with: credentials_json: '${{ secrets.GCP_CREDENTIALS }}' - name: 'Set up Cloud SDK' - uses: google-github-actions/setup-gcloud@e30db14379863a8c79331b04a9969f4c1e225e0b # v1.1.1 + uses: google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db # v3.0.1 - name: Get available Go versions run: | @@ -35,11 +35,11 @@ jobs: id: get_versions - name: Checkout appengine repo - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 # Sign the commit. # https://www.chainguard.dev/unchained/keyless-git-commit-signing-with-gitsign-and-github-actions - - uses: chainguard-dev/actions/setup-gitsign@e74da3cd82dab55e35736f1ef031a12fa5b95299 # main + - uses: chainguard-dev/actions/setup-gitsign@f0be69916b439d0fcced2451b23d0f27cd46d545 # main - name: Update Go versions run: | @@ -58,7 +58,7 @@ jobs: sed -i "0,/^ go-version: \[.*/s// go-version: \[$versions_str\]/" .github/workflows/ci-v2.yaml - name: Create Pull Request - uses: peter-evans/create-pull-request@38e0b6e68b4c852a5500a94740f0e535e0d7ba54 # v4.2.4 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: Update go-version matrix diff --git a/.github/workflows/ci-v2.yaml b/.github/workflows/ci-v2.yaml index 5c56852..3fdcca7 100644 --- a/.github/workflows/ci-v2.yaml +++ b/.github/workflows/ci-v2.yaml @@ -26,13 +26,13 @@ jobs: sudo apt-get install -y python2 sudo apt-get install -y python3 - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v6 with: go-version: ${{ matrix.go-version }} - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v7 - name: Cache go modules - uses: actions/cache@v2 + uses: actions/cache@v6 with: path: | ~/.cache/go-build @@ -41,7 +41,7 @@ jobs: restore-keys: | ${{ runner.os }}-${{ matrix.go-version }}-go- - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v0 + uses: google-github-actions/setup-gcloud@v3 - name: Install working-directory: ${{env.working-directory}} env: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5441e4..18f5c81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,13 +25,13 @@ jobs: sudo apt-get install -y python3 export CLOUDSDK_PYTHON="python3" - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v6 with: go-version: ${{ matrix.go-version }} - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v7 - name: Cache go modules - uses: actions/cache@v2 + uses: actions/cache@v6 with: path: | ~/.cache/go-build @@ -40,7 +40,7 @@ jobs: restore-keys: | ${{ runner.os }}-${{ matrix.go-version }}-go- - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v0 + uses: google-github-actions/setup-gcloud@v3 - name: Install env: GO111MODULE: on