From 52d9f9ba4a5eddccddeefdce794a2805faeb569d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 01:17:19 +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 eb7a21e..e0740e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: # Linting - name: Linting - uses: golangci/golangci-lint-action@e43020d72aa8f815d94fe868a88f8cc5c32c8aab + uses: golangci/golangci-lint-action@66f63c74bb4cdd7d445cb7c8c18dee38449cb1c5 with: version: latest args: --config=./.github/.golangci.yml ./... @@ -106,7 +106,7 @@ jobs: # Codecov - name: Codecov - uses: codecov/codecov-action@af2ee03a4e3e11499d866845a1e6c5a11f85cf4e + uses: codecov/codecov-action@893cfea3da0870ceb77096be8b5fe014720f3c32 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 86e1463..b87620a 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@79e9a50e51439bd8fd234c77d9eb659839d10a61 + uses: github/codeql-action/init@7adf9ac915317792cbeaf8d9c9fa80f2dbacfd48 with: languages: go - name: Autobuild - uses: github/codeql-action/autobuild@79e9a50e51439bd8fd234c77d9eb659839d10a61 + uses: github/codeql-action/autobuild@7adf9ac915317792cbeaf8d9c9fa80f2dbacfd48 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@79e9a50e51439bd8fd234c77d9eb659839d10a61 + uses: github/codeql-action/analyze@7adf9ac915317792cbeaf8d9c9fa80f2dbacfd48 diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index b33d40a..64df694 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@09f6ba345383457d4c92224a40c29163dd1316af + uses: ossf/scorecard-action@8c9e2c1222f54716a1df7d7bbb245e2a045b4423 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@79e9a50e51439bd8fd234c77d9eb659839d10a61 + uses: github/codeql-action/upload-sarif@7adf9ac915317792cbeaf8d9c9fa80f2dbacfd48 with: sarif_file: results.sarif