From f818e230dc0757f94bcb18d3145cb9942b280ea0 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Mon, 2 Mar 2026 22:29:21 -0500 Subject: [PATCH] fix(workflows): runner input & PR permission --- .github/workflows/__call-codeql.yml | 2 +- .github/workflows/__call-common-lint.yml | 2 +- .github/workflows/_common-lint.yml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/__call-codeql.yml b/.github/workflows/__call-codeql.yml index 26d3bc22..cfb19b93 100644 --- a/.github/workflows/__call-codeql.yml +++ b/.github/workflows/__call-codeql.yml @@ -14,7 +14,7 @@ on: runner: required: false type: string - default: "[ubuntu-latest]" + default: '["ubuntu-latest"]' jobs: languages: diff --git a/.github/workflows/__call-common-lint.yml b/.github/workflows/__call-common-lint.yml index aee2b640..6e097c1b 100644 --- a/.github/workflows/__call-common-lint.yml +++ b/.github/workflows/__call-common-lint.yml @@ -19,7 +19,7 @@ on: runner: required: false type: string - default: "[ubuntu-latest]" + default: '["ubuntu-latest"]' jobs: lint: diff --git a/.github/workflows/_common-lint.yml b/.github/workflows/_common-lint.yml index e7760cbc..276fca51 100644 --- a/.github/workflows/_common-lint.yml +++ b/.github/workflows/_common-lint.yml @@ -20,3 +20,4 @@ jobs: if: ${{ github.repository != 'LizardByte/.github' }} permissions: contents: read + pull-requests: read