Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/install-qlt/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
env:
RUNNER_OS: ${{ runner.os }}
RUNNER_TEMP: ${{ runner.temp }}
GITHUB_TOKEN: ${{ inputs.token }}
GITHUB_TOKEN: ${{ github.token }}
ADD_TO_PATH: ${{ inputs.add-to-path }}
QLT_VERSION: ${{ inputs.qlt-version }}
QLT_HOME: ${{ inputs.qlt-home }}
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/run-codeql-unit-tests-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
with:
qlt-version: 'latest'
add-to-path: true
token: ${{ secrets.ACCESS_TOKEN }}

- name: Export unit test matrix
id: export-unit-test-matrix
Expand All @@ -52,8 +51,7 @@ jobs:
with:
qlt-version: 'latest'
add-to-path: true
token: ${{ secrets.ACCESS_TOKEN }}


- name: Install CodeQL
id: install-codeql
uses: ./.github/actions/install-codeql
Expand Down Expand Up @@ -120,7 +118,6 @@ jobs:
with:
qlt-version: 'latest'
add-to-path: true
token: ${{ secrets.ACCESS_TOKEN }}


- name: Collect test results
Expand Down