From d33f39aea48af1e9a75e5743c9023b0dbf61b3d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 21:06:04 +0200 Subject: [PATCH] chore(deps): update actions/checkout action to v4 (#180) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Andrii Logoshko --- .github/workflows/release.yml | 2 +- .github/workflows/snyk-go-code-analysis.yml | 2 +- .github/workflows/test.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 843c20ab..e100e0be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - name: Unshallow run: git fetch --prune --unshallow diff --git a/.github/workflows/snyk-go-code-analysis.yml b/.github/workflows/snyk-go-code-analysis.yml index f787603a..04b4b8ec 100644 --- a/.github/workflows/snyk-go-code-analysis.yml +++ b/.github/workflows/snyk-go-code-analysis.yml @@ -9,7 +9,7 @@ jobs: security: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - name: Run Snyk to check for vulnerabilities uses: snyk/actions/golang@master continue-on-error: true # To make sure that SARIF upload gets called diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3ce8989b..b2a953f8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - name: Get dependencies run: | @@ -62,7 +62,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - name: Get dependencies run: |