diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84e2a1e..febf02e 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@0d98fecd833addd2a1700b6259a12516266339ea 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@f5469482a32b411309cdd5f7a7ebf24ef83d10da env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1b238f2..72b93ca 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@bd2ebac9380cbba2fb338fab55bf29a2a18fd436 + uses: github/codeql-action/init@ce5603b80a0bab83ecc3df06ca293dfbd52f63ce with: languages: go - name: Autobuild - uses: github/codeql-action/autobuild@bd2ebac9380cbba2fb338fab55bf29a2a18fd436 + uses: github/codeql-action/autobuild@ce5603b80a0bab83ecc3df06ca293dfbd52f63ce - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@bd2ebac9380cbba2fb338fab55bf29a2a18fd436 + uses: github/codeql-action/analyze@ce5603b80a0bab83ecc3df06ca293dfbd52f63ce diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 528131f..85375e1 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@ce5603b80a0bab83ecc3df06ca293dfbd52f63ce with: sarif_file: results.sarif