summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-02 11:03:49 +0000
committerGitHub <noreply@github.com>2022-05-02 11:03:49 +0000
commit3f60736c84c7912ed3b37f3e97411024c6ec8da9 (patch)
tree1eca6b229e896171a659988a61115e97398c7d3b /.github/workflows
parent7236360c1c5d1f45df7766a33c7db1f7659d857c (diff)
downloadATCD-3f60736c84c7912ed3b37f3e97411024c6ec8da9.tar.gz
Bump github/codeql-action from 1 to 2
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2. - [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/v1...v2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/linux.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index e5a50b5548f..ea6acc5f9b6 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -200,7 +200,7 @@ jobs:
if: matrix.optional_feature != ''
shell: pwsh
- name: Initialize CodeQL
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v2
with:
languages: cpp
if: matrix.feature == 'CodeQL'
@@ -230,7 +230,7 @@ jobs:
shell: pwsh
if: matrix.feature != 'CORBA/e micro'
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v2
if: matrix.feature == 'CodeQL'
- name: Install TAO_ACE workspace
run: |