From 7905cec7b5b64360e06b4936f915108c64087b13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 13:34:36 +0000 Subject: [PATCH] Bump the actions group across 1 directory with 3 updates Bumps the actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-go](https://github.com/actions/setup-go) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `actions/checkout` from 3.6.0 to 7.0.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/v3.6.0...3d3c42e5aac5ba805825da76410c181273ba90b1) Updates `actions/setup-go` from 3.6.1 to 7.0.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v3.6.1...b7ad1dad31e06c5925ef5d2fc7ad053ef454303e) Updates `golangci/golangci-lint-action` from 8.0.0 to 9.3.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/4afd733a84b1f43292c63897423277bb7f4313a9...ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: golangci/golangci-lint-action dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/golangci-lint.yml | 6 +++--- .github/workflows/idle_timer.yml | 4 ++-- .github/workflows/release.yml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index b164604..0194719 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -11,14 +11,14 @@ jobs: name: golangci-lint runs-on: blacksmith-4vcpu-ubuntu-2404 steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4 with: persist-credentials: false - - uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5 + - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: go-version-file: go.mod - name: golangci-lint - uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8 + uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0 with: version: latest args: --timeout=10m diff --git a/.github/workflows/idle_timer.yml b/.github/workflows/idle_timer.yml index 9448301..437b4b8 100644 --- a/.github/workflows/idle_timer.yml +++ b/.github/workflows/idle_timer.yml @@ -12,10 +12,10 @@ jobs: runs-on: blacksmith-4vcpu-ubuntu-2404 timeout-minutes: 5 steps: - - uses: actions/setup-go@be3c94b385c4f180051c996d336f57a34c397495 # v3 + - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: go-version: '1.21.5' - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v3 with: persist-credentials: false - name: build bazel-remote diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea8d1b9..f67c6a7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: version: ${{ steps.release_source.outputs.version }} steps: - name: checkout release tag - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v3 with: ref: refs/tags/${{ inputs.release_tag }} fetch-depth: 0 @@ -91,7 +91,7 @@ jobs: VERSION: ${{ needs.validate.outputs.version }} steps: - name: checkout code - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v3 with: ref: ${{ needs.validate.outputs.source_sha }} persist-credentials: false @@ -135,7 +135,7 @@ jobs: VERSION: ${{ needs.validate.outputs.version }} steps: - name: checkout - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v3 with: ref: ${{ needs.validate.outputs.source_sha }} persist-credentials: false