diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 9c7dbfd..d67bf15 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -11,6 +11,10 @@ jobs: checks: runs-on: ubuntu-latest timeout-minutes: 5 + # Minimum scope needed: checkout reads repo contents, no other API calls. + # Closes CodeQL actions/missing-workflow-permissions warning. + permissions: + contents: read steps: - uses: actions/checkout@v4 diff --git a/examples/components/png-export.html b/examples/components/png-export.html index a98b2ad..6b4d7bf 100644 --- a/examples/components/png-export.html +++ b/examples/components/png-export.html @@ -239,9 +239,12 @@