From 6d6a3930dae764b641ae02bf2c45ece43b5fdc9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 12:33:26 -0700 Subject: [PATCH] chore: Bump actions/checkout from 4.0.0 to 4.1.0 (#45) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/codeql.yml | 2 +- .github/workflows/create-images.yml | 2 +- .github/workflows/lint.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1a2ba81..c6519f8 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Initialize CodeQL uses: github/codeql-action/init@ddccb873888234080b77e9bc2d4764d5ccaaccf9 diff --git a/.github/workflows/create-images.yml b/.github/workflows/create-images.yml index 11c1a52..6d1905c 100644 --- a/.github/workflows/create-images.yml +++ b/.github/workflows/create-images.yml @@ -34,7 +34,7 @@ jobs: env: REGISTRY: ${{ needs.export-registry.outputs.registry }} steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 with: submodules: true fetch-depth: 0 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cbad6af..3be79b6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -30,7 +30,7 @@ jobs: go-version: ${{ env.GO_VERSION }} - name: Check out code into the Go module directory - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 with: submodules: true fetch-depth: 0