From 7a91bad57ed8204faebcfc32ef0c2c54c03ff4fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 12:10:22 +0000 Subject: [PATCH] build(deps): bump github/codeql-action in the all group Bumps the all group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 3.28.16 to 3.28.17 - [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/28deaeda66b76a05916b6923827895f2b14ab387...60168efe1c415ce0f5521ea06d5c2062adbeed1b) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.28.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4037f69..5b28a14 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -157,13 +157,13 @@ jobs: # This is v3.28.13 - name: CodeQL Init if: ${{ runner.os == 'Linux' }} - uses: github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 + uses: github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b with: languages: python # This is v3.28.13 - name: CodeQL Analyze if: ${{ runner.os == 'Linux' }} - uses: github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 + uses: github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b with: category: "/language:python"