From c3fdbc30b5c0f653ca23f898b964acafbeba3fce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 01:12:30 +0000 Subject: [PATCH] build(deps): bump github/codeql-action Bumps [github/codeql-action](https://github.com/github/codeql-action) from a66b44a48a44d63acf71688c56aa168ac171d4cf to 40542d38bc4936c2ca7da883aeb050a6081b4b31. - [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/a66b44a48a44d63acf71688c56aa168ac171d4cf...40542d38bc4936c2ca7da883aeb050a6081b4b31) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-daily.yml | 4 ++-- .github/workflows/codeql-push.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-daily.yml b/.github/workflows/codeql-daily.yml index 920108ff42eeb..a346ff37f48c9 100644 --- a/.github/workflows/codeql-daily.yml +++ b/.github/workflows/codeql-daily.yml @@ -26,7 +26,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@a66b44a48a44d63acf71688c56aa168ac171d4cf # v1 + uses: github/codeql-action/init@40542d38bc4936c2ca7da883aeb050a6081b4b31 # v1 # Override language selection by uncommenting this and choosing your languages with: languages: cpp @@ -53,4 +53,4 @@ jobs: git clean -xdf - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@a66b44a48a44d63acf71688c56aa168ac171d4cf # v1 + uses: github/codeql-action/analyze@40542d38bc4936c2ca7da883aeb050a6081b4b31 # v1 diff --git a/.github/workflows/codeql-push.yml b/.github/workflows/codeql-push.yml index 26b66486367b3..bd44013f52ea2 100644 --- a/.github/workflows/codeql-push.yml +++ b/.github/workflows/codeql-push.yml @@ -34,7 +34,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@a66b44a48a44d63acf71688c56aa168ac171d4cf # v1 + uses: github/codeql-action/init@40542d38bc4936c2ca7da883aeb050a6081b4b31 # v1 # Override language selection by uncommenting this and choosing your languages with: languages: cpp @@ -64,4 +64,4 @@ jobs: - name: Perform CodeQL Analysis if: env.BUILD_TARGETS != '' - uses: github/codeql-action/analyze@a66b44a48a44d63acf71688c56aa168ac171d4cf # v1 + uses: github/codeql-action/analyze@40542d38bc4936c2ca7da883aeb050a6081b4b31 # v1