From 830cbe6cfbd988d7a8affe4c999f023adcc64b89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 22:30:02 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=F0=9F=8F=BB=20ci:=20bump=20github/?= =?UTF-8?q?codeql-action=20from=203.28.1=20to=203.28.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.1 to 3.28.6. - [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.28.1...v3.28.6) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index bcb7462..b1181d7 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -28,13 +28,13 @@ jobs: uses: actions/checkout@v4.2.2 - name: ▶️ CodeQL Initialization - uses: github/codeql-action/init@v3.28.1 + uses: github/codeql-action/init@v3.28.6 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} queries: security-extended, security-and-quality - name: 🔬 CodeQL Analysis - uses: github/codeql-action/analyze@v3.28.1 + uses: github/codeql-action/analyze@v3.28.6 with: category: '/language:${{matrix.language}}'