diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06217df..e6cbbfb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: # Linting - name: Linting - uses: golangci/golangci-lint-action@523baec22869af19237b7a37a8c5f0a208da7f7b + uses: golangci/golangci-lint-action@82fb3f49c21caa9527bf0335d412acbf02388f95 with: version: latest args: --config=./.github/.golangci.yml ./... @@ -106,7 +106,7 @@ jobs: # Codecov - name: Codecov - uses: codecov/codecov-action@49f7c0ab9cb38ef2ebb2df7fcbcc7924ca77ad44 + uses: codecov/codecov-action@e43f28e103e52bb26d252b5a97fcdfa06175321e env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ac52246..52d5208 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@3aa71356c75a8edd8430d54dff2982203a28be45 + uses: github/codeql-action/init@cbe18979603527f12c7871a6eb04833ecf1548c7 with: languages: go - name: Autobuild - uses: github/codeql-action/autobuild@3aa71356c75a8edd8430d54dff2982203a28be45 + uses: github/codeql-action/autobuild@cbe18979603527f12c7871a6eb04833ecf1548c7 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@3aa71356c75a8edd8430d54dff2982203a28be45 + uses: github/codeql-action/analyze@cbe18979603527f12c7871a6eb04833ecf1548c7 diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index efae0f4..b4d630c 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@3aa71356c75a8edd8430d54dff2982203a28be45 + uses: github/codeql-action/upload-sarif@cbe18979603527f12c7871a6eb04833ecf1548c7 with: sarif_file: results.sarif