From c826d5bb3e248d7b229ea63b0985dd80aaf0f5ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 18:54:57 +0000 Subject: [PATCH] Update github-actions (#45) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- .github/workflows/codeql.yml | 6 +++--- .github/workflows/scorecards.yml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb60318..c03a68b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: # Linting - name: Linting - uses: golangci/golangci-lint-action@e13590484647602042886c51e2a8e43a670a22b7 + uses: golangci/golangci-lint-action@a3d68bc6f4a8c132f068325dadcd0ce863e47add with: version: latest args: --config=./.github/.golangci.yml ./... @@ -106,7 +106,7 @@ jobs: # Codecov - name: Codecov - uses: codecov/codecov-action@943cea186cc641c4ac8f55492baec4c2654291b4 + uses: codecov/codecov-action@bb813333f9a39351d332110e9aaca7bcdc503b0f env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index bd97130..ddd1948 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -35,12 +35,12 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@25ad3c8e4067d58361177f34122cf9ae8abb4bd0 + uses: github/codeql-action/init@5c681efc3f71cd6b47b1c14583c9e86913966e9f with: languages: go - name: Autobuild - uses: github/codeql-action/autobuild@25ad3c8e4067d58361177f34122cf9ae8abb4bd0 + uses: github/codeql-action/autobuild@5c681efc3f71cd6b47b1c14583c9e86913966e9f - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@25ad3c8e4067d58361177f34122cf9ae8abb4bd0 + uses: github/codeql-action/analyze@5c681efc3f71cd6b47b1c14583c9e86913966e9f diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index b1bfeb0..3eb62a2 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -43,7 +43,7 @@ jobs: persist-credentials: false - name: "Run analysis" - uses: ossf/scorecard-action@ab9729375aeb5f298cbbdcf9167c9fd974416537 + uses: ossf/scorecard-action@fdeb02dc9c3fb721c82a431b2708514aca13dbeb with: results_file: results.sarif results_format: sarif @@ -69,6 +69,6 @@ jobs: # required for Code scanning alerts - name: "Upload SARIF results to code scanning" - uses: github/codeql-action/upload-sarif@25ad3c8e4067d58361177f34122cf9ae8abb4bd0 + uses: github/codeql-action/upload-sarif@5c681efc3f71cd6b47b1c14583c9e86913966e9f with: sarif_file: results.sarif