diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 849e32892d..7335bf8e74 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -33,13 +33,13 @@ jobs: uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: Initialize CodeQL - uses: github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4 + uses: github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4 + uses: github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/job_build_mlir_linux.yml b/.github/workflows/job_build_mlir_linux.yml index c74dc84cab..bd3b9224e1 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@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4 + uses: github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5 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@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4 + uses: github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5 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@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4 + uses: github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5 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 e9b459388a..25694eb896 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@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4 + uses: github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5 with: sarif_file: results.sarif