From b0f58c8fd5c06567217dc4e8a3ededf66846114c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 11:56:40 +0000 Subject: [PATCH] ci(workflow): bump actions/checkout from 4.2.1 to 4.2.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.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.2.1...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/commit-staticcheck.yaml | 2 +- .github/workflows/docker-build.yaml | 2 +- .github/workflows/fuzz-test.yaml | 2 +- .github/workflows/release-please.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/commit-staticcheck.yaml b/.github/workflows/commit-staticcheck.yaml index 5c5e5ed..015e9ea 100644 --- a/.github/workflows/commit-staticcheck.yaml +++ b/.github/workflows/commit-staticcheck.yaml @@ -6,7 +6,7 @@ jobs: staticcheck: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.2.1 + - uses: actions/checkout@v4.2.2 - uses: actions/setup-go@v5.0.2 with: go-version-file: "go.mod" diff --git a/.github/workflows/docker-build.yaml b/.github/workflows/docker-build.yaml index 45e48b3..b95c507 100644 --- a/.github/workflows/docker-build.yaml +++ b/.github/workflows/docker-build.yaml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 - name: Docker build env: diff --git a/.github/workflows/fuzz-test.yaml b/.github/workflows/fuzz-test.yaml index a341fc0..694ec94 100644 --- a/.github/workflows/fuzz-test.yaml +++ b/.github/workflows/fuzz-test.yaml @@ -15,7 +15,7 @@ jobs: tests: ["FuzzTokenAuth;./pkg/registry;60s", "FuzzRoutes;./pkg/registry;60s"] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.2.1 + - uses: actions/checkout@v4.2.2 - uses: actions/setup-go@v5.0.2 with: go-version-file: "go.mod" diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index c2d813e..b7c9e81 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: ref: ${{ needs.release-please.outputs.tag_name }} -