diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 88f89aba..70d9204e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -74,7 +74,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL if: needs.check.outputs.enabled == 'true' - uses: github/codeql-action/init@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3 + uses: github/codeql-action/init@6e5455904168f98c75d8e5ad848b4dc4ab3ae77e # v3 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -88,7 +88,7 @@ jobs: # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild if: needs.check.outputs.enabled == 'true' - uses: github/codeql-action/autobuild@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3 + uses: github/codeql-action/autobuild@6e5455904168f98c75d8e5ad848b4dc4ab3ae77e # v3 # ℹī¸ Command-line programs to run using the OS shell. # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun @@ -102,6 +102,6 @@ jobs: - name: Perform CodeQL Analysis if: needs.check.outputs.enabled == 'true' - uses: github/codeql-action/analyze@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3 + uses: github/codeql-action/analyze@6e5455904168f98c75d8e5ad848b4dc4ab3ae77e # v3 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index e362529f..952c4d57 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -57,7 +57,7 @@ jobs: continue-on-error: true - name: Upload analysis results to GitHub - uses: github/codeql-action/upload-sarif@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3 + uses: github/codeql-action/upload-sarif@6e5455904168f98c75d8e5ad848b4dc4ab3ae77e # v3 if: steps.eslint-config.outputs.exists == 'true' with: sarif_file: eslint-results.sarif diff --git a/.github/workflows/njsscan.yml b/.github/workflows/njsscan.yml index cc109375..1074377b 100644 --- a/.github/workflows/njsscan.yml +++ b/.github/workflows/njsscan.yml @@ -67,6 +67,6 @@ jobs: args: ". --sarif --output results.sarif || true" - name: Upload njsscan report if: needs.check.outputs.enabled == 'true' - uses: github/codeql-action/upload-sarif@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3 + uses: github/codeql-action/upload-sarif@6e5455904168f98c75d8e5ad848b4dc4ab3ae77e # v3 with: sarif_file: results.sarif diff --git a/.github/workflows/ossar.yml b/.github/workflows/ossar.yml index 156b30eb..c9605bea 100644 --- a/.github/workflows/ossar.yml +++ b/.github/workflows/ossar.yml @@ -81,6 +81,6 @@ jobs: # Upload results to the Security tab - name: Upload OSSAR results if: needs.check.outputs.enabled == 'true' - uses: github/codeql-action/upload-sarif@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3 + uses: github/codeql-action/upload-sarif@6e5455904168f98c75d8e5ad848b4dc4ab3ae77e # v3 with: sarif_file: ${{ steps.ossar.outputs.sarifFile }}