From d78df79bfcb2242907c39882f76b5d2fdebb93a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2026 13:14:52 +0000 Subject: [PATCH 1/2] Bump github/codeql-action/init Bumps [github/codeql-action/init](https://github.com/github/codeql-action) from 14c568a92663d5bba4fc64d9a8d97c0e00e015a2 to fa8392b7e54a5d74a53270a4aa7defa307aa415c. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/14c568a92663d5bba4fc64d9a8d97c0e00e015a2...fa8392b7e54a5d74a53270a4aa7defa307aa415c) --- updated-dependencies: - dependency-name: github/codeql-action/init dependency-version: fa8392b7e54a5d74a53270a4aa7defa307aa415c dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4ae5b1cb0a4..23f92d36670 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Initialize CodeQL - uses: github/codeql-action/init@14c568a92663d5bba4fc64d9a8d97c0e00e015a2 # main + uses: github/codeql-action/init@fa8392b7e54a5d74a53270a4aa7defa307aa415c # main with: languages: ${{ matrix.language }} config-file: ./.github/codeql/codeql-config.yml From bdf8065e62b797b4a7be636c4a2290e25c68f3b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2026 13:18:31 +0000 Subject: [PATCH 2/2] Bump github/codeql-action/analyze Bumps [github/codeql-action/analyze](https://github.com/github/codeql-action) from 14c568a92663d5bba4fc64d9a8d97c0e00e015a2 to fa8392b7e54a5d74a53270a4aa7defa307aa415c. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/14c568a92663d5bba4fc64d9a8d97c0e00e015a2...fa8392b7e54a5d74a53270a4aa7defa307aa415c) --- updated-dependencies: - dependency-name: github/codeql-action/analyze dependency-version: fa8392b7e54a5d74a53270a4aa7defa307aa415c dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4ae5b1cb0a4..5787fe04047 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -35,4 +35,4 @@ jobs: tools: nightly - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@14c568a92663d5bba4fc64d9a8d97c0e00e015a2 # main + uses: github/codeql-action/analyze@fa8392b7e54a5d74a53270a4aa7defa307aa415c # main