From ba23601fbf00edb26d2fcdeb5d369b53d3644460 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 13:36:00 +0000 Subject: [PATCH] chore(deps): bump github/codeql-action Bumps [github/codeql-action](https://github.com/github/codeql-action) from d7eaefbfa6606a4adc96bdf7b9ba23d7fa931e69 to 5f8171a638ada777af81d42b55959a643bb29017. - [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/d7eaefbfa6606a4adc96bdf7b9ba23d7fa931e69...5f8171a638ada777af81d42b55959a643bb29017) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/security.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 483b8ec..2775e01 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -32,12 +32,12 @@ jobs: run: npm audit --audit-level=high - name: CodeQL Initialize - uses: github/codeql-action/init@d7eaefbfa6606a4adc96bdf7b9ba23d7fa931e69 # v3 + uses: github/codeql-action/init@5f8171a638ada777af81d42b55959a643bb29017 # v3 with: languages: javascript - name: CodeQL Analysis - uses: github/codeql-action/analyze@d7eaefbfa6606a4adc96bdf7b9ba23d7fa931e69 # v3 + uses: github/codeql-action/analyze@5f8171a638ada777af81d42b55959a643bb29017 # v3 dependency-review: runs-on: ubuntu-latest