From f935b98e8343d6baf2331425b9375344434e3f0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 13:47:34 +0000 Subject: [PATCH] Update github-actions (#73) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/codeql.yml | 6 +++--- .github/workflows/scorecards.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00c938e..f4eddb5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: # Linting - name: Linting - uses: golangci/golangci-lint-action@2f13b8027d5e60ac6e32b086a0dc4d2ae4cb3f77 + uses: golangci/golangci-lint-action@58eda26a511c265ee35b3ee4b101fb8adfd76480 with: version: latest args: --config=./.github/.golangci.yml ./... diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 442d6e9..e30f5e3 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@5b6e617dc0241b2d60c2bccea90c56b67eceb797 + uses: github/codeql-action/init@3407610120cd5656b6fc71991415cb50748b9489 with: languages: go - name: Autobuild - uses: github/codeql-action/autobuild@5b6e617dc0241b2d60c2bccea90c56b67eceb797 + uses: github/codeql-action/autobuild@3407610120cd5656b6fc71991415cb50748b9489 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@5b6e617dc0241b2d60c2bccea90c56b67eceb797 + uses: github/codeql-action/analyze@3407610120cd5656b6fc71991415cb50748b9489 diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 966654e..1a63ed4 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@5b6e617dc0241b2d60c2bccea90c56b67eceb797 + uses: github/codeql-action/upload-sarif@3407610120cd5656b6fc71991415cb50748b9489 with: sarif_file: results.sarif