From 6463c7d1ee99b43e2e7718a8cec1becbb2941193 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 14:03:42 +0000 Subject: [PATCH] Update github-actions --- .github/workflows/ci.yml | 4 ++-- .github/workflows/codeql.yml | 6 +++--- .github/workflows/scorecards.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b14eadd..f6464a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: # Linting - name: Linting - uses: golangci/golangci-lint-action@9d1e0624a798bb64f6c3cea93db47765312263dc + uses: golangci/golangci-lint-action@d36b91c2948e1d383efc1388208baed5ac9b8e0d with: version: latest args: --config=./.github/.golangci.yml ./... @@ -106,7 +106,7 @@ jobs: # Codecov - name: Codecov - uses: codecov/codecov-action@dad251dcaf4fdaa10dfaa1c32aab58f9cb23a448 + uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 0ed2137..f018197 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -38,12 +38,12 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@8fcfedf57053e09257688fce7a0beeb18b1b9ae3 + uses: github/codeql-action/init@84d6ead480f493c32a39f012db4b9dfb02e8868b with: languages: go - name: Autobuild - uses: github/codeql-action/autobuild@8fcfedf57053e09257688fce7a0beeb18b1b9ae3 + uses: github/codeql-action/autobuild@84d6ead480f493c32a39f012db4b9dfb02e8868b - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@8fcfedf57053e09257688fce7a0beeb18b1b9ae3 + uses: github/codeql-action/analyze@84d6ead480f493c32a39f012db4b9dfb02e8868b diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index c00ad11..4767b21 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -69,6 +69,6 @@ jobs: # required for Code scanning alerts - name: "Upload SARIF results to code scanning" - uses: github/codeql-action/upload-sarif@8fcfedf57053e09257688fce7a0beeb18b1b9ae3 + uses: github/codeql-action/upload-sarif@84d6ead480f493c32a39f012db4b9dfb02e8868b with: sarif_file: results.sarif