diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d793bb0..662b883 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -532,13 +532,13 @@ jobs: # GitHub Actions is interpreted by CodeQL directly and does not use a repository build. - name: Initialize CodeQL for GitHub Actions - uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 + uses: github/codeql-action/init@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0 with: languages: actions build-mode: none - name: Perform CodeQL Actions analysis - uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 + uses: github/codeql-action/analyze@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0 codeql-analysis: name: CodeQL analysis @@ -569,7 +569,7 @@ jobs: # C# uses manual extraction so the controlled locked restore and solution build below # are the build CodeQL observes rather than redundant work after buildless extraction. - name: Initialize CodeQL for C# - uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 + uses: github/codeql-action/init@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0 with: languages: csharp build-mode: manual @@ -581,7 +581,7 @@ jobs: run: dotnet build ${{ env.SOLUTION_FILE }} --configuration ${{ env.CONFIGURATION }} --no-restore /p:ContinuousIntegrationBuild=true - name: Perform CodeQL C# analysis - uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 + uses: github/codeql-action/analyze@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0 - name: Report CodeQL C# runtime if: always() diff --git a/.github/workflows/openssf-scorecard.yml b/.github/workflows/openssf-scorecard.yml index b39bd28..7cf51b9 100644 --- a/.github/workflows/openssf-scorecard.yml +++ b/.github/workflows/openssf-scorecard.yml @@ -71,6 +71,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard (optional). # Commenting out will disable upload of results to your repo's Code Scanning dashboard - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 + uses: github/codeql-action/upload-sarif@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0 with: sarif_file: results.sarif diff --git a/.github/workflows/owasp-dependency-check.yml b/.github/workflows/owasp-dependency-check.yml index ca2dc37..7b13355 100644 --- a/.github/workflows/owasp-dependency-check.yml +++ b/.github/workflows/owasp-dependency-check.yml @@ -106,7 +106,7 @@ jobs: - name: Upload results to code-scanning if: always() && hashFiles('reports/dependency-check-report.sarif') != '' - uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 + uses: github/codeql-action/upload-sarif@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0 with: sarif_file: reports/dependency-check-report.sarif category: owasp-dependency-check diff --git a/.github/workflows/publish-container.yml b/.github/workflows/publish-container.yml index d3ae6b5..0ccd823 100644 --- a/.github/workflows/publish-container.yml +++ b/.github/workflows/publish-container.yml @@ -101,7 +101,7 @@ jobs: - name: Upload vulnerability SARIF if: always() - uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 + uses: github/codeql-action/upload-sarif@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0 with: sarif_file: artifacts/container-release/trivy-results.sarif category: container-image diff --git a/.github/workflows/workflow-security.yml b/.github/workflows/workflow-security.yml index 77b91f3..91bbfec 100644 --- a/.github/workflows/workflow-security.yml +++ b/.github/workflows/workflow-security.yml @@ -38,7 +38,7 @@ jobs: persist-credentials: false - name: Run zizmor - uses: zizmorcore/zizmor-action@70fb788f84895a7701f5643d103d587e460b5c99 # v0.6.3 + uses: zizmorcore/zizmor-action@cc914d7f3750a2d13d75c7f184a1060aa0e9d482 # v0.6.4 with: inputs: . online-audits: true