From 7292be65d9de76ba6ef9c821d2f3452424cde8de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 22:55:32 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v4.38.0 --- .github/workflows/quality.yml | 2 +- .github/workflows/security.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 466eb55..6888b3c 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -196,7 +196,7 @@ jobs: # The results show up on the repository's Security tab. Advanced Security # is on organisation-wide, so this works on a private repository too. - name: Upload zizmor results to GitHub Security - uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 + uses: github/codeql-action/upload-sarif@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0 if: ${{ !cancelled() }} continue-on-error: true with: diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index c4bab0a..6930b5d 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -109,7 +109,7 @@ jobs: # The results show up on the repository's Security tab. Advanced Security # is on organisation-wide, so this works on a private repository too. - name: Upload results to GitHub Security - uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 + uses: github/codeql-action/upload-sarif@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0 continue-on-error: true with: sarif_file: scorecard.sarif