diff --git a/.github/workflows/module.codeql.yml b/.github/workflows/module.codeql.yml index f54816e..a02a7b0 100644 --- a/.github/workflows/module.codeql.yml +++ b/.github/workflows/module.codeql.yml @@ -59,7 +59,7 @@ jobs: distribution: "adopt-hotspot" java-version: "19" - name: "Setup: Initialize CodeQL" - uses: github/codeql-action/init@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v2 + uses: github/codeql-action/init@05963f47d870e2cb19a537396c1f668a348c7d8f # v2 with: languages: java - name: "Build: Plugin" @@ -78,7 +78,7 @@ jobs: -x test -x check - name: "Analsis: CodeQL" - uses: github/codeql-action/analyze@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v2 + uses: github/codeql-action/analyze@05963f47d870e2cb19a537396c1f668a348c7d8f # v2 continue-on-error: true with: category: "/language:java" diff --git a/.github/workflows/module.detekt.yml b/.github/workflows/module.detekt.yml index 80add18..f3b1590 100644 --- a/.github/workflows/module.detekt.yml +++ b/.github/workflows/module.detekt.yml @@ -62,7 +62,7 @@ jobs: ${{ github.workspace }}/detekt.sarif.json )" > ${{ github.workspace }}/detekt.sarif.json - name: "Report: SARIF Upload" - uses: github/codeql-action/upload-sarif@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v2 + uses: github/codeql-action/upload-sarif@05963f47d870e2cb19a537396c1f668a348c7d8f # v2 continue-on-error: true with: sarif_file: ${{ github.workspace }}/detekt.sarif.json diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index fab2650..c3f18ee 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -40,6 +40,6 @@ jobs: path: results.sarif retention-days: 5 - name: "Publish: Code Scanning" - uses: github/codeql-action/upload-sarif@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2 + uses: github/codeql-action/upload-sarif@05963f47d870e2cb19a537396c1f668a348c7d8f # v3.24.8 with: sarif_file: results.sarif