From 14f85d54653f520193871294895432f16318016a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 14:08:09 +0000 Subject: [PATCH] Bump the gh-action-major group across 1 directory with 2 updates Bumps the gh-action-major group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `actions/checkout` from 5 to 6 - [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/v5...v6) Updates `golangci/golangci-lint-action` from 8.0.0 to 9.1.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v8.0.0...v9.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-action-major - dependency-name: golangci/golangci-lint-action dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-action-major ... Signed-off-by: dependabot[bot] --- .github/workflows/golangci-lint.yml | 4 ++-- .github/workflows/pre-commit.yml | 2 +- .github/workflows/tests.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 53deb8e..67384f7 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -24,7 +24,7 @@ jobs: repositories: "golambda,go-alb-proxy,go-kms-signer,go-slogctx" - name: Checkout Source - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: recursive token: ${{ steps.generate_token.outputs.token }} @@ -39,7 +39,7 @@ jobs: run: | git config --global url.https://x-access-token:$GITHUB_TOKEN@github.com/.insteadOf https://github.com/ - name: golangci-lint - uses: golangci/golangci-lint-action@v8.0.0 + uses: golangci/golangci-lint-action@v9.1.0 with: version: latest args: --timeout=5m diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 0eeef58..af43a89 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -5,7 +5,7 @@ jobs: if: github.actor != 'dependabot[bot]' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7427e83..3c05eae 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: repositories: "golambda,go-alb-proxy,go-kms-signer,go-slogctx" - name: Checkout Source - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: recursive token: ${{ steps.generate_token.outputs.token }}