Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/ace6tao2' into ace6-cdrfixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mitza-oci committed Feb 9, 2024
2 parents 90258af + a5aa839 commit 794ab90
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 794ab90

Please sign in to comment.