We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f2979 commit ea51432Copy full SHA for ea51432
2 files changed
.github/workflows/__call-codeql.yml
@@ -24,7 +24,7 @@ jobs:
24
outputs:
25
matrix: ${{ steps.lang.outputs.result }}
26
continue: ${{ steps.continue.outputs.result }}
27
- runs-on: ${{ (inputs && inputs.runner && fromJson(inputs.runner)) || 'ubuntu-latest' }}
+ runs-on: ${{ (inputs.runner && fromJson(inputs.runner)) || 'ubuntu-latest' }}
28
steps:
29
- name: Checkout repository
30
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
.github/workflows/_common-lint.yml
@@ -20,3 +20,4 @@ jobs:
20
if: ${{ github.repository != 'LizardByte/.github' }}
21
permissions:
22
contents: read
23
+ pull-requests: read
0 commit comments