diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4131a59..7e8b4b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: # Linting - name: Linting - uses: golangci/golangci-lint-action@031a2fcd4afedd71ec636137da88172250868de4 + 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@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..e1e550f 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@9b7c22c3b39078582fa6d0d8f3841e944ec54582 with: languages: go - name: Autobuild - uses: github/codeql-action/autobuild@bd2ebac9380cbba2fb338fab55bf29a2a18fd436 + uses: github/codeql-action/autobuild@9b7c22c3b39078582fa6d0d8f3841e944ec54582 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@bd2ebac9380cbba2fb338fab55bf29a2a18fd436 + uses: github/codeql-action/analyze@9b7c22c3b39078582fa6d0d8f3841e944ec54582 diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 528131f..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@bd2ebac9380cbba2fb338fab55bf29a2a18fd436 + uses: github/codeql-action/upload-sarif@9b7c22c3b39078582fa6d0d8f3841e944ec54582 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: