diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5f598b1e78..090ee483ac 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -33,13 +33,13 @@ jobs: uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Initialize CodeQL - uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0 + uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0 + uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/job_build_mlir_linux.yml b/.github/workflows/job_build_mlir_linux.yml index 72667ef12f..9bc6529238 100644 --- a/.github/workflows/job_build_mlir_linux.yml +++ b/.github/workflows/job_build_mlir_linux.yml @@ -152,7 +152,7 @@ jobs: - name: Initialize CodeQL if: ${{ !steps.cache-restore.outputs.cache-hit && inputs.with-codeql }} - uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0 + uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2 with: languages: c-cpp build-mode: manual @@ -239,7 +239,7 @@ jobs: - name: Perform CodeQL Analysis id: codeql-analyze if: ${{ !steps.cache-restore.outputs.cache-hit && inputs.with-codeql }} - uses: github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0 + uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2 with: category: "/language:c-cpp" output: ${{ env.CODEQL_OUTPUTS }} @@ -262,7 +262,7 @@ jobs: - name: Upload CodeQL SARIF if: ${{ !steps.cache-restore.outputs.cache-hit && inputs.with-codeql }} - uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0 + uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2 with: sarif_file: ${{ env.CODEQL_OUTPUTS }}/filtered-results.sarif checkout_path: ${{ env.NPU_COMPILER_REPO }} diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 54c1a2380a..3604758032 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -40,6 +40,6 @@ jobs: retention-days: 5 - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0 + uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2 with: sarif_file: results.sarif