From 8ef6dc6eeaec332e1bf119c13ece5c8c854ab2bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 18:28:29 +0000 Subject: [PATCH] Update github-actions --- .github/workflows/ci.yml | 10 +++++----- .github/workflows/codeql.yml | 6 +++--- .github/workflows/scorecards.yml | 4 ++-- .github/workflows/snyk.yml | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4131a59..321c70d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,13 +28,13 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@4ab57d7ea2fd0c9948210b2e0784e280674e7144 + uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 with: go-version-file: ./go.mod # Linting - name: Linting - uses: golangci/golangci-lint-action@031a2fcd4afedd71ec636137da88172250868de4 + uses: golangci/golangci-lint-action@e43020d72aa8f815d94fe868a88f8cc5c32c8aab with: version: latest args: --config=./.github/.golangci.yml ./... @@ -63,7 +63,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@4ab57d7ea2fd0c9948210b2e0784e280674e7144 + uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 with: go-version: ${{ matrix.go }} @@ -96,7 +96,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@4ab57d7ea2fd0c9948210b2e0784e280674e7144 + uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 with: go-version-file: ./go.mod @@ -106,7 +106,7 @@ jobs: # Codecov - name: Codecov - uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 + 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 564fb91..37c936f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -36,12 +36,12 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@bd2ebac9380cbba2fb338fab55bf29a2a18fd436 + uses: github/codeql-action/init@79e9a50e51439bd8fd234c77d9eb659839d10a61 with: languages: go - name: Autobuild - uses: github/codeql-action/autobuild@bd2ebac9380cbba2fb338fab55bf29a2a18fd436 + uses: github/codeql-action/autobuild@79e9a50e51439bd8fd234c77d9eb659839d10a61 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@bd2ebac9380cbba2fb338fab55bf29a2a18fd436 + uses: github/codeql-action/analyze@79e9a50e51439bd8fd234c77d9eb659839d10a61 diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 528131f..b33d40a 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@0a8153a7e8d76932ff5903ccdbed894237ef223d + uses: ossf/scorecard-action@09f6ba345383457d4c92224a40c29163dd1316af 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@bd2ebac9380cbba2fb338fab55bf29a2a18fd436 + uses: github/codeql-action/upload-sarif@79e9a50e51439bd8fd234c77d9eb659839d10a61 with: sarif_file: results.sarif diff --git a/.github/workflows/snyk.yml b/.github/workflows/snyk.yml index 4d7e931..bec6f1c 100644 --- a/.github/workflows/snyk.yml +++ b/.github/workflows/snyk.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Run Snyk to check for vulnerabilities - uses: snyk/actions/golang@d406fd286b663eb8c6f8adcced4f7bcd199c0a3f + uses: snyk/actions/golang@a1346e4eaf761d462da22c34c681dc06849b6851 env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} with: