From 21ffdce3e1eded006eb37ada80aa43399c24c128 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 12:39:28 +0000 Subject: [PATCH] build(deps): bump github/codeql-action from 3.26.6 to 3.26.9 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.6 to 3.26.9. - [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.9) --- 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..a976c1238 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.9 with: languages: javascript queries: security-and-quality - name: Analyze - uses: github/codeql-action/analyze@v3.26.6 + uses: github/codeql-action/analyze@v3.26.9 build: name: Build & Test