We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f2979 commit 0a58f19Copy full SHA for 0a58f19
3 files changed
.github/workflows/__call-codeql.yml
@@ -14,7 +14,7 @@ on:
14
runner:
15
required: false
16
type: string
17
- default: "[ubuntu-latest]"
+ default: '["ubuntu-latest"]'
18
19
jobs:
20
languages:
.github/workflows/__call-common-lint.yml
@@ -19,7 +19,7 @@ on:
21
22
23
24
25
lint:
.github/workflows/_common-lint.yml
@@ -20,3 +20,4 @@ jobs:
if: ${{ github.repository != 'LizardByte/.github' }}
permissions:
contents: read
+ pull-requests: read
0 commit comments