diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 1eb4e2feac5bc..2c9b92bffa5f8 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -195,7 +195,7 @@ jobs: if: matrix.optional_feature != '' shell: pwsh - name: Initialize CodeQL - uses: github/codeql-action/init@v4 + uses: github/codeql-action/init@v4.37.4 with: languages: cpp if: matrix.feature == 'CodeQL' @@ -233,7 +233,7 @@ jobs: make -j 6 -C ${env:TAO_ROOT}/tests/IDLv4 shell: pwsh - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4 + uses: github/codeql-action/analyze@v4.37.4 if: matrix.feature == 'CodeQL' - name: Install TAO_ACE workspace run: |