From b5ead37cd6e75828e9d514ad633f6a19afb8ca7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 12:50:04 -0700 Subject: [PATCH] build(deps): bump github/codeql-action from 2.20.3 to 2.20.4 (#314) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.20.3 to 2.20.4. - [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/46ed16ded91731b2df79a2893d3aea8e9f03b5c4...489225d82a57396c6f426a40e66d461b16b3461d) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/posix.yml | 4 ++-- .github/workflows/windows.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/posix.yml b/.github/workflows/posix.yml index 49992e97..4182cbb6 100644 --- a/.github/workflows/posix.yml +++ b/.github/workflows/posix.yml @@ -62,7 +62,7 @@ jobs: - name: Initialize CodeQL if: inputs.build_codeql == true - uses: github/codeql-action/init@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 + uses: github/codeql-action/init@489225d82a57396c6f426a40e66d461b16b3461d with: languages: 'cpp' @@ -299,4 +299,4 @@ jobs: - name: Perform CodeQL Analysis if: inputs.build_codeql == true - uses: github/codeql-action/analyze@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 + uses: github/codeql-action/analyze@489225d82a57396c6f426a40e66d461b16b3461d diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 4e79ca8d..dec47f3e 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -38,7 +38,7 @@ jobs: - name: Initialize CodeQL if: inputs.build_codeql == true - uses: github/codeql-action/init@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 + uses: github/codeql-action/init@489225d82a57396c6f426a40e66d461b16b3461d with: languages: 'cpp' @@ -95,4 +95,4 @@ jobs: - name: Perform CodeQL Analysis if: inputs.build_codeql == true - uses: github/codeql-action/analyze@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 + uses: github/codeql-action/analyze@489225d82a57396c6f426a40e66d461b16b3461d