From 8c61a17a5b3e0b898db696ce1a9a844415bfcc50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 15:40:19 +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 18ab4e6..80b6e2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: # Linting - name: Linting - uses: golangci/golangci-lint-action@27d925f9c0e0f298864c3bb818229949a9d82f9a + uses: golangci/golangci-lint-action@e43020d72aa8f815d94fe868a88f8cc5c32c8aab with: version: latest args: --config=./.github/.golangci.yml ./... @@ -106,7 +106,7 @@ jobs: # Codecov - name: Codecov - uses: codecov/codecov-action@ca3e2d96126cd8913195a2f0b5af12a53c2df8ed + uses: codecov/codecov-action@af2ee03a4e3e11499d866845a1e6c5a11f85cf4e env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 9cd80dd..c6e70ed 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@3ce5d001070d7f2c65e7e273d913d008b3b8ca9d + uses: github/codeql-action/init@9b7c22c3b39078582fa6d0d8f3841e944ec54582 with: languages: go - name: Autobuild - uses: github/codeql-action/autobuild@3ce5d001070d7f2c65e7e273d913d008b3b8ca9d + uses: github/codeql-action/autobuild@9b7c22c3b39078582fa6d0d8f3841e944ec54582 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@3ce5d001070d7f2c65e7e273d913d008b3b8ca9d + uses: github/codeql-action/analyze@9b7c22c3b39078582fa6d0d8f3841e944ec54582 diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index d321e43..d4d107c 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@3ce5d001070d7f2c65e7e273d913d008b3b8ca9d + uses: github/codeql-action/upload-sarif@9b7c22c3b39078582fa6d0d8f3841e944ec54582 with: sarif_file: results.sarif