We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3a2e3a commit cf76a29Copy full SHA for cf76a29
2 files changed
.github/workflows/codeql-query.yml
@@ -46,7 +46,7 @@ jobs:
46
languages: ${{ github.event.inputs.language }}
47
48
- name: Run query
49
- uses: dsp-testing/qc-run2/query@rneatherway/usable
+ uses: dsp-testing/qc-run2/query@main
50
with:
51
query: ${{ github.event.inputs.query }}
52
language: ${{ github.event.inputs.language }}
@@ -60,7 +60,7 @@ jobs:
60
61
steps:
62
- name: Combine results
63
- uses: dsp-testing/qc-run2/combine-results@rneatherway/usable
+ uses: dsp-testing/qc-run2/combine-results@main
64
65
66
.github/workflows/tmp.yml
0 commit comments