From a8fb55ed8f4de4f35cf15da60229a8e51c064d95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 04:58:25 +0000 Subject: [PATCH] chore(deps): bump github/codeql-action from 3.24.4 to 3.24.6 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.4 to 3.24.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.24.4...v3.24.6) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 0e3d65d..a6ec89f 100644 --- a/action.yml +++ b/action.yml @@ -107,10 +107,10 @@ runs: - name: 🛡️ CodeQL Analysis if: inputs.checks == 'true' && inputs.code-ql != 'false' - uses: github/codeql-action/init@v3.24.4 + uses: github/codeql-action/init@v3.24.6 with: languages: ${{ inputs.code-ql }} - - uses: github/codeql-action/analyze@v3.24.4 + - uses: github/codeql-action/analyze@v3.24.6 if: inputs.checks == 'true' && inputs.code-ql != 'false' - name: ♻️ Gatsby cache