From be608a218ceea56cedb5fad8e3623894f6f07bdf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 10:57:45 +0200 Subject: [PATCH] chore(deps): update actions/checkout digest to v4 (#188) * chore(deps): update actions/checkout digest to 8ade135 * Update release.yml Signed-off-by: Tim Heurich * Update snyk-go-code-analysis.yml Signed-off-by: Tim Heurich * Update test.yml Signed-off-by: Tim Heurich * Update test.yml Signed-off-by: Tim Heurich --------- Signed-off-by: Tim Heurich Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tim Heurich --- .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 3d3ddcf6..cf40ba4f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@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 04b4b8ec..27432d02 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@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 b2a953f8..c95f3b10 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@v4 - name: Get dependencies run: | @@ -62,7 +62,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@v4 - name: Get dependencies run: |