diff --git a/.github/workflows/ossf-scorecard.yml b/.github/workflows/ossf-scorecard.yml index 64bee164..e89535f9 100644 --- a/.github/workflows/ossf-scorecard.yml +++ b/.github/workflows/ossf-scorecard.yml @@ -37,6 +37,6 @@ jobs: retention-days: 5 # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v3 + uses: github/codeql-action/upload-sarif@1c5b675653bb5c22dbe9b12b556ec555138e09fd # v3 with: sarif_file: results.sarif diff --git a/.github/workflows/sast.yml b/.github/workflows/sast.yml index b0657ba5..d2860b28 100644 --- a/.github/workflows/sast.yml +++ b/.github/workflows/sast.yml @@ -29,12 +29,12 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v3 + uses: github/codeql-action/init@1c5b675653bb5c22dbe9b12b556ec555138e09fd # v3 with: languages: go build-mode: autobuild - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v3 + uses: github/codeql-action/analyze@1c5b675653bb5c22dbe9b12b556ec555138e09fd # v3 with: category: "/language:go" # Currently, the upload fails for merge group checks, but still run the checks... diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index b5344b68..dc367a0f 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -122,7 +122,7 @@ jobs: - name: Verify license headers run: go run ./_tools/headercheck/header_check.go - name: Check documentation for misspellings - uses: crate-ci/typos@d43b6c087ac471e2ea7b8af622ff15f05c0c365b # v1.50.1 + uses: crate-ci/typos@512fc24f32f44ab01972217aaaf3dc86ec234d53 # v1.50.2 lint-go: needs: generate name: GolangCI Lint (${{ matrix.runs-on }} | ${{ matrix.working-directory || 'main' }}) @@ -164,7 +164,7 @@ jobs: with: files: ".github/workflows/*.yml .github/actions/**/action.yml" - name: Run actionlint - uses: reviewdog/action-actionlint@d290e336d5a743810aef4404f757dc862276d2ae # v1.73.4 + uses: reviewdog/action-actionlint@320fcdd9c860767cf17fab3b20e22e739d5d02b8 # v1.76.0 with: reporter: github-check level: error