Skip to content

Commit

Permalink
Use right SHA in integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Partington committed Jun 30, 2020
1 parent aa6c2c5 commit dc26788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc26788

Please sign in to comment.