Don't use local actions

This commit is contained in:
Arthur Baars
2021-10-27 14:10:16 +02:00
parent 19e010e6fe
commit b128c7ca00

View File

@@ -16,11 +16,13 @@ jobs:
qhelp:
runs-on: ubuntu-latest
steps:
- uses: github/codeql/.github/actions/fetch-codeql@main
- uses: actions/checkout@v2
with:
ref: refs/pull/${{ github.event.number }}/merge
fetch-depth: 2
persist-credentials: false
- name: Determine changed files
id: changes
run: |
@@ -28,8 +30,6 @@ jobs:
git diff --name-only --diff-filter=ACMRT HEAD~1 HEAD | grep '.inc.qhelp$' | xargs -d '\n' -rn1 basename | xargs -d '\n' -rn1 git grep -l) |
sort -u > "${{ runner.temp }}/paths.txt"
- uses: ./.github/actions/fetch-codeql
- name: QHelp preview
run: |
if [ -s "${{ runner.temp }}/paths.txt" ]; then