From e91d0441f5aef0bca527ad6e198149a364a818a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 05:43:49 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/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) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/golangci-lint.yml | 2 +- .github/workflows/gosec.yml | 2 +- .github/workflows/gotestbuildvettidy.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index ca77ecc..7a13e77 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -8,7 +8,7 @@ jobs: name: golangci-lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-go@v6 with: go-version: 1.24.1 diff --git a/.github/workflows/gosec.yml b/.github/workflows/gosec.yml index 16a824f..90de69e 100644 --- a/.github/workflows/gosec.yml +++ b/.github/workflows/gosec.yml @@ -10,7 +10,7 @@ jobs: GO111MODULE: on steps: - name: Checkout Source - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Run Gosec Security Scanner uses: securego/gosec@v2.22.11 with: diff --git a/.github/workflows/gotestbuildvettidy.yml b/.github/workflows/gotestbuildvettidy.yml index 9748408..79de03c 100644 --- a/.github/workflows/gotestbuildvettidy.yml +++ b/.github/workflows/gotestbuildvettidy.yml @@ -7,7 +7,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up Go uses: actions/setup-go@v6