From 1b82aa272e4af3eacb024776a1898e060bb09517 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 04:10:45 +0000 Subject: [PATCH] build(deps): 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/b4ffde65f46336ab88eb53be808477a3936bae11...9bb56186c3b09b4f86b1c65136769dd318469633) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 6 +++--- .github/workflows/CodeQL_Analysis.yml | 2 +- .github/workflows/Release.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4afb2e73..800d759d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -16,7 +16,7 @@ jobs: runs-on: ${{ matrix.os }} name: Tests (${{ matrix.os }}) steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 with: go-version: '^1.21.0' @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-22.04 name: Run static analysis and linting steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - uses: cachix/install-nix-action@8887e596b4ee1134dae06b98d573bd674693f47c - run: nix-shell --run 'golangci-lint run --timeout=5m' test_release: @@ -39,7 +39,7 @@ jobs: contents: read name: Test release steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - uses: cachix/install-nix-action@8887e596b4ee1134dae06b98d573bd674693f47c - run: nix-shell --run 'goreleaser --snapshot --clean' - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 diff --git a/.github/workflows/CodeQL_Analysis.yml b/.github/workflows/CodeQL_Analysis.yml index 92518d2e..64bc42d7 100644 --- a/.github/workflows/CodeQL_Analysis.yml +++ b/.github/workflows/CodeQL_Analysis.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Initialize CodeQL uses: github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 7c0c9408..69b01571 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -15,7 +15,7 @@ jobs: contents: write name: Release steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 with: fetch-depth: 0 - run: git fetch --force --tags