diff --git a/.github/workflows/integration-testing.yml b/.github/workflows/integration-testing.yml index fc352e942..d7faa5596 100644 --- a/.github/workflows/integration-testing.yml +++ b/.github/workflows/integration-testing.yml @@ -54,7 +54,7 @@ jobs: - uses: ./../action/init with: languages: cpp,csharp,java,javascript,python - config-file: github/codeql-action/tests/multi-language-repo/.github/codeql/custom-queries.yml@main + config-file: github/codeql-action/tests/multi-language-repo/.github/codeql/custom-queries.yml@${{ github.sha }} - name: Build code shell: bash run: ./build.sh