diff --git a/.github/workflows/ql-for-ql-build.yml b/.github/workflows/ql-for-ql-build.yml index 4460113fee15..c1c5fe92297f 100644 --- a/.github/workflows/ql-for-ql-build.yml +++ b/.github/workflows/ql-for-ql-build.yml @@ -27,7 +27,7 @@ jobs: uses: ./.github/actions/find-latest-bundle - name: Find codeql id: find-codeql - uses: github/codeql-action/init@beae46e6b1da530ed5e9fc6a756f92433ca47ae1 + uses: github/codeql-action/init@main with: languages: javascript # does not matter tools: ${{ steps.find-latest-bundle.outputs.url }} @@ -139,7 +139,7 @@ jobs: env: CONF: ./ql-for-ql-config.yml - name: Initialize CodeQL - uses: github/codeql-action/init@beae46e6b1da530ed5e9fc6a756f92433ca47ae1 + uses: github/codeql-action/init@main with: languages: ql db-location: ${{ runner.temp }}/db @@ -152,7 +152,7 @@ jobs: PACK: ${{ runner.temp }}/pack - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@beae46e6b1da530ed5e9fc6a756f92433ca47ae1 + uses: github/codeql-action/analyze@main with: category: "ql-for-ql" - name: Copy sarif file to CWD diff --git a/.github/workflows/ql-for-ql-dataset_measure.yml b/.github/workflows/ql-for-ql-dataset_measure.yml index fb0630ff72dd..720502e4dc0e 100644 --- a/.github/workflows/ql-for-ql-dataset_measure.yml +++ b/.github/workflows/ql-for-ql-dataset_measure.yml @@ -25,7 +25,7 @@ jobs: - name: Find codeql id: find-codeql - uses: github/codeql-action/init@beae46e6b1da530ed5e9fc6a756f92433ca47ae1 + uses: github/codeql-action/init@main with: languages: javascript # does not matter - uses: ./.github/actions/os-version diff --git a/.github/workflows/ql-for-ql-tests.yml b/.github/workflows/ql-for-ql-tests.yml index 1a82f42979fa..95838eaf9e86 100644 --- a/.github/workflows/ql-for-ql-tests.yml +++ b/.github/workflows/ql-for-ql-tests.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v3 - name: Find codeql id: find-codeql - uses: github/codeql-action/init@beae46e6b1da530ed5e9fc6a756f92433ca47ae1 + uses: github/codeql-action/init@main with: languages: javascript # does not matter - uses: ./.github/actions/os-version @@ -67,7 +67,7 @@ jobs: echo "/usr/local/opt/gnu-tar/libexec/gnubin" >> $GITHUB_PATH - name: Find codeql id: find-codeql - uses: github/codeql-action/init@beae46e6b1da530ed5e9fc6a756f92433ca47ae1 + uses: github/codeql-action/init@main with: languages: javascript # does not matter - uses: ./.github/actions/os-version