From 113a713653816ca72b25bcd4000a6a09034c49b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 20:52:46 +0000 Subject: [PATCH] Update github-actions --- .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 f5948e7..a652045 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: # Linting - name: Linting - uses: golangci/golangci-lint-action@7ec71f69b140deafe2ba0c477db8aacd59cdfe55 + uses: golangci/golangci-lint-action@9665fb5353a2e4cc60d570d956ab6db7d9949f06 with: version: latest args: --config=./.github/.golangci.yml ./... @@ -106,7 +106,7 @@ jobs: # Codecov - name: Codecov - uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 + uses: codecov/codecov-action@2d2cd3c094b82daf4a85daabc9d1aba59a7dde3c env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1af6c4d..0cafbfa 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@e7c0c9d71b7bd108fd12e06b56fc58d3d154164d + uses: github/codeql-action/init@0701025a8b1600e416be4f3bb5a830b1aa6af01e with: languages: go - name: Autobuild - uses: github/codeql-action/autobuild@e7c0c9d71b7bd108fd12e06b56fc58d3d154164d + uses: github/codeql-action/autobuild@0701025a8b1600e416be4f3bb5a830b1aa6af01e - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@e7c0c9d71b7bd108fd12e06b56fc58d3d154164d + uses: github/codeql-action/analyze@0701025a8b1600e416be4f3bb5a830b1aa6af01e diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index e7638f3..e4173a4 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@63f6b6a8289d09d3fda95e91b03933bcaff7040e + uses: ossf/scorecard-action@e46782f7871619d6c6fdee79dacc84f2d7738a50 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@e7c0c9d71b7bd108fd12e06b56fc58d3d154164d + uses: github/codeql-action/upload-sarif@0701025a8b1600e416be4f3bb5a830b1aa6af01e with: sarif_file: results.sarif