diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 623590f..4ea2437 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -33,11 +33,11 @@ jobs: with: go-version-file: go.mod - name: Initialize CodeQL - uses: github/codeql-action/init@e0647621c2984b5ed2f768cb892365bf2a616ad1 # v4.37.2 + uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@e0647621c2984b5ed2f768cb892365bf2a616ad1 # v4.37.2 + uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/sarif-upload-check.yml b/.github/workflows/sarif-upload-check.yml index 0223d5c..70d2de3 100644 --- a/.github/workflows/sarif-upload-check.yml +++ b/.github/workflows/sarif-upload-check.yml @@ -47,7 +47,7 @@ jobs: - name: Upload the SARIF log id: upload # wait-for-processing defaults to true, so this step fails if code scanning rejects the log. - uses: github/codeql-action/upload-sarif@e0647621c2984b5ed2f768cb892365bf2a616ad1 # v4.37.2 + uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 with: sarif_file: decolint.sarif category: ${{ env.CATEGORY }}