From 38248c02c55154bf2022e1bbaf545ef07b6570e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 00:41:25 +0000 Subject: [PATCH] Update(deps): Bump github/codeql-action Bumps [github/codeql-action](https://github.com/github/codeql-action) from 051e2f90686233507fe9283ff167d2e709304b30 to 03e4368ac7daa2bd82b3e85262f3bf87ee112f57. - [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/051e2f90686233507fe9283ff167d2e709304b30...03e4368ac7daa2bd82b3e85262f3bf87ee112f57) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 03e4368ac7daa2bd82b3e85262f3bf87ee112f57 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/security-scan.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index 91e1490..b860055 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -96,11 +96,11 @@ jobs: # so no autobuild/manual build step is needed. node_modules / # dist / build are absent here (not installed, gitignored), so # the scan stays on first-party source. - uses: github/codeql-action/init@051e2f90686233507fe9283ff167d2e709304b30 # v3.36.0 + uses: github/codeql-action/init@03e4368ac7daa2bd82b3e85262f3bf87ee112f57 # v3.36.0 with: languages: javascript-typescript - name: Perform CodeQL analysis - uses: github/codeql-action/analyze@051e2f90686233507fe9283ff167d2e709304b30 # v3.36.0 + uses: github/codeql-action/analyze@03e4368ac7daa2bd82b3e85262f3bf87ee112f57 # v3.36.0 with: category: '/language:javascript-typescript'