From 5d235f64d115b46aa275d447b06ac75f2c1a8b23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 16:33:17 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3. - [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/v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/golangci-lint.yml | 2 +- .github/workflows/goreleaser.yml | 2 +- .github/workflows/pr-checks.yml | 2 +- .github/workflows/staticcheck.yml | 12 ++++++------ 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 70f3893eb..e3f125318 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: "Checkout repository" - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 - name: "Initialize CodeQL" uses: github/codeql-action/init@v4 - name: "Compile code" diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 188f4d25c..7975dc2ec 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -11,7 +11,7 @@ jobs: name: lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 - name: golangci-lint uses: golangci/golangci-lint-action@v9 with: diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index b2d53abc5..37fe6a6ac 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 with: fetch-depth: 0 - name: Set up Go diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index a0ab8699d..4d9d2c201 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: "Checkout code" - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 with: fetch-depth: 0 - name: "Set up Go" diff --git a/.github/workflows/staticcheck.yml b/.github/workflows/staticcheck.yml index 609d2d59c..2e70767ae 100644 --- a/.github/workflows/staticcheck.yml +++ b/.github/workflows/staticcheck.yml @@ -6,7 +6,7 @@ jobs: name: Imports runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 - name: check # uses: grandcolline/golang-github-actions@4356d0458ea4bfdb55fcb296437812acef970f9b uses: senorprogrammer/golang-github-actions@c2675d08254b17c070e524b3d907cfaf05fbae6f @@ -18,7 +18,7 @@ jobs: name: Errcheck runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 - name: check # uses: grandcolline/golang-github-actions@4356d0458ea4bfdb55fcb296437812acef970f9b uses: senorprogrammer/golang-github-actions@c2675d08254b17c070e524b3d907cfaf05fbae6f @@ -30,7 +30,7 @@ jobs: #name: Lint #runs-on: ubuntu-latest #steps: - #- uses: actions/checkout@v6.0.2 + #- uses: actions/checkout@v6.0.3 #- name: check #uses: grandcolline/golang-github-actions@4356d04 #with: @@ -41,7 +41,7 @@ jobs: name: Shadow runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 - name: check # uses: grandcolline/golang-github-actions@4356d0458ea4bfdb55fcb296437812acef970f9b uses: senorprogrammer/golang-github-actions@c2675d08254b17c070e524b3d907cfaf05fbae6f @@ -53,7 +53,7 @@ jobs: name: StaticCheck runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 - name: check # uses: grandcolline/golang-github-actions@4356d0458ea4bfdb55fcb296437812acef970f9b uses: senorprogrammer/golang-github-actions@c2675d08254b17c070e524b3d907cfaf05fbae6f @@ -65,7 +65,7 @@ jobs: #name: Sec #runs-on: ubuntu-latest #steps: - #- uses: actions/checkout@v6.0.2 + #- uses: actions/checkout@v6.0.3 #- name: check #uses: grandcolline/golang-github-actions@4356d04 #with: