diff --git a/.github/workflows/check.codeql-analysis.yml b/.github/workflows/check.codeql-analysis.yml index afa41fe..73e7c16 100644 --- a/.github/workflows/check.codeql-analysis.yml +++ b/.github/workflows/check.codeql-analysis.yml @@ -40,15 +40,15 @@ jobs: uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: "Setup: Initialize CodeQL" id: initialize - uses: github/codeql-action/init@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9 + uses: github/codeql-action/init@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10 with: languages: ${{ matrix.language }} source-root: src - name: "Build: Autobuild" id: autobuild continue-on-error: true - uses: github/codeql-action/autobuild@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9 + uses: github/codeql-action/autobuild@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10 - name: "Check: Perform CodeQL Analysis" id: analyze continue-on-error: true - uses: github/codeql-action/analyze@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9 + uses: github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10 diff --git a/.github/workflows/check.scorecards.yml b/.github/workflows/check.scorecards.yml index 404a909..ac1c3e9 100644 --- a/.github/workflows/check.scorecards.yml +++ b/.github/workflows/check.scorecards.yml @@ -43,6 +43,6 @@ jobs: path: results.sarif retention-days: 5 - name: "Artifacts: GitHub Advanced Security" - uses: github/codeql-action/upload-sarif@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9 + uses: github/codeql-action/upload-sarif@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10 with: sarif_file: results.sarif