Skip to content

Commit

Permalink
Merge pull request DOCGroup#2197 from mitza-oci/ace6-codeql
Browse files Browse the repository at this point in the history
[ACE 6] Updated CodeQL GitHub Action
  • Loading branch information
mitza-oci authored Feb 9, 2024
2 parents cca5af5 + 61da171 commit a5aa839
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ jobs:
if: matrix.optional_feature != ''
shell: pwsh
- name: initialize CodeQL
uses: github/codeql-action/init@v2
with:
uses: github/codeql-action/init@v3
with:
languages: cpp
if: matrix.feature == 'CodeQL'
- name: Run mwc.pl on $(TAO_ROOT)/TAO_ACE.mwc
Expand Down Expand Up @@ -210,5 +210,5 @@ jobs:
shell: pwsh
if: matrix.feature != 'CORBA/e micro'
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v3
if: matrix.feature == 'CodeQL'

0 comments on commit a5aa839

Please sign in to comment.