diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31e6d5e..f3cb7a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: # Linting - name: Linting - uses: golangci/golangci-lint-action@33f56cc1efa04e8bdc166cd6ee9f060dad4e65af + uses: golangci/golangci-lint-action@c7bab6f874a90c53ecf7e5c027cf93430c8aac17 with: version: latest args: --config=./.github/.golangci.yml ./... @@ -106,7 +106,7 @@ jobs: # Codecov - name: Codecov - uses: codecov/codecov-action@4beef3e59f78b5d086257b65d6e2ce7c33f8d646 + uses: codecov/codecov-action@180b964407756d9f1d1629a946b1bda4e5a76d46 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 3a63153..57bf208 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@4a01ec798636a8442fbe054c7795e139a5960d29 + uses: github/codeql-action/init@5618c9fc1e675841ca52c1c6b1304f5255a905a0 with: languages: go - name: Autobuild - uses: github/codeql-action/autobuild@4a01ec798636a8442fbe054c7795e139a5960d29 + uses: github/codeql-action/autobuild@5618c9fc1e675841ca52c1c6b1304f5255a905a0 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@4a01ec798636a8442fbe054c7795e139a5960d29 + uses: github/codeql-action/analyze@5618c9fc1e675841ca52c1c6b1304f5255a905a0 diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index aca5d1c..8463292 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@4a01ec798636a8442fbe054c7795e139a5960d29 + uses: github/codeql-action/upload-sarif@5618c9fc1e675841ca52c1c6b1304f5255a905a0 with: sarif_file: results.sarif