From 6b1893128e7627895808805fae548723fe5a2b32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 12:54:11 +0000 Subject: [PATCH] build(deps): bump github/codeql-action from 3.26.6 to 3.26.12 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.6 to 3.26.12. - [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/v3.26.6...v3.26.12) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 88474a179..bfb1e84a5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -51,13 +51,13 @@ jobs: repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Setup CodeQL - uses: github/codeql-action/init@v3.26.6 + uses: github/codeql-action/init@v3.26.12 with: languages: javascript queries: security-and-quality - name: Analyze - uses: github/codeql-action/analyze@v3.26.6 + uses: github/codeql-action/analyze@v3.26.12 build: name: Build & Test