diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index adb1f6b..d2e715a 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -40,7 +40,7 @@ jobs: with: args: "-no-fail -fmt sarif -out results.sarif -tests ./..." - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@b8bb9f28b8d3f992092362369c57161b755dea45 # v4 + uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4 with: # Path to SARIF file relative to the root of the repository sarif_file: results.sarif @@ -65,6 +65,6 @@ jobs: go-version-file: "go.mod" - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@b8bb9f28b8d3f992092362369c57161b755dea45 # v4 + uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4 with: sarif_file: ${{ env.OUTPUT_FILE }}