From fc595eec5c6713034f6223a22768d21e87b80ef0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 00:02:17 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.1 to 4.1.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. - [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/v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: actions/checkout 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/staticcheck.yml | 12 ++++++------ 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index a0c74dbff..0354aa648 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index b539d58f3..4db5ed781 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@v4.1.1 + - uses: actions/checkout@v4.1.2 - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index ef1e80d77..2ef2c82ec 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 with: fetch-depth: 0 - diff --git a/.github/workflows/staticcheck.yml b/.github/workflows/staticcheck.yml index a2f02b7c8..ae590288d 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@v4.1.1 + - uses: actions/checkout@v4.1.2 - 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@v4.1.1 + - uses: actions/checkout@v4.1.2 - 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@v4.1.1 + #- uses: actions/checkout@v4.1.2 #- name: check #uses: grandcolline/golang-github-actions@4356d04 #with: @@ -41,7 +41,7 @@ jobs: name: Shadow runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.2 - 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@v4.1.1 + - uses: actions/checkout@v4.1.2 - 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@v4.1.1 + #- uses: actions/checkout@v4.1.2 #- name: check #uses: grandcolline/golang-github-actions@4356d04 #with: