From 086f3e9cc97af4a73703f5b025b01a05234198ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Apr 2022 15:58:36 +0000 Subject: [PATCH] build(deps): bump github/codeql-action from 1.1.3 to 2.1.8 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1.1.3 to 2.1.8. - [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/75f07e7ab2ee63cba88752d8c696324e4df67466...1ed1437484560351c5be56cf73a48a279d116b78) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... 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 6179fa81ca7a8..20377864fad6f 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@75f07e7ab2ee63cba88752d8c696324e4df67466 + uses: github/codeql-action/init@1ed1437484560351c5be56cf73a48a279d116b78 # 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@75f07e7ab2ee63cba88752d8c696324e4df67466 + uses: github/codeql-action/analyze@1ed1437484560351c5be56cf73a48a279d116b78 diff --git a/.github/workflows/codeql-push.yml b/.github/workflows/codeql-push.yml index 583b168678027..b3455a4d98201 100644 --- a/.github/workflows/codeql-push.yml +++ b/.github/workflows/codeql-push.yml @@ -37,7 +37,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@75f07e7ab2ee63cba88752d8c696324e4df67466 + uses: github/codeql-action/init@1ed1437484560351c5be56cf73a48a279d116b78 # Override language selection by uncommenting this and choosing your languages with: languages: cpp @@ -67,4 +67,4 @@ jobs: - name: Perform CodeQL Analysis if: env.BUILD_TARGETS != '' - uses: github/codeql-action/analyze@75f07e7ab2ee63cba88752d8c696324e4df67466 + uses: github/codeql-action/analyze@1ed1437484560351c5be56cf73a48a279d116b78