From 81dbf227b7d77144ce2f0190b6992b2dc9eac8e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 14:49:37 +0000 Subject: [PATCH 1/2] Update super-linter/super-linter action to v8.7.0 --- .github/workflows/super-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 9cd5f2f6..6115d0ee 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -55,7 +55,7 @@ jobs: # Run Linter against code base # ################################ - name: Lint Code Base - uses: super-linter/super-linter/slim@9e863354e3ff62e0727d37183162c4a88873df41 # v8.6.0 + uses: super-linter/super-linter/slim@4ce20838b8ab83717e78138c5b3a1407148e0918 # v8.7.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DEFAULT_BRANCH: main From 9a351c42ecc4d29ed01ecabbcf375828f56544ac Mon Sep 17 00:00:00 2001 From: "masaya.suzuki" Date: Sat, 27 Jun 2026 15:54:01 +0900 Subject: [PATCH 2/2] =?UTF-8?q?token=E3=81=AE=E6=A8=A9=E9=99=90=E8=A8=AD?= =?UTF-8?q?=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/add-to-task-list.yml | 2 ++ .github/workflows/format-json-yml.yml | 3 +++ 2 files changed, 5 insertions(+) diff --git a/.github/workflows/add-to-task-list.yml b/.github/workflows/add-to-task-list.yml index 3e392dc0..64740632 100644 --- a/.github/workflows/add-to-task-list.yml +++ b/.github/workflows/add-to-task-list.yml @@ -19,6 +19,8 @@ jobs: with: client-id: ${{ secrets.PROJECT_AUTOMATION_APP_CLIENT_ID }} # zizmor: ignore[secrets-outside-env] private-key: ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }} # zizmor: ignore[secrets-outside-env] + permission-organization-projects: write + permission-pull-requests: read - uses: dev-hato/actions-add-to-projects@f807db51e3f02f481e24c630e6a39f6e54939a04 # v1.0.7 with: github-token: ${{steps.generate_token.outputs.token}} diff --git a/.github/workflows/format-json-yml.yml b/.github/workflows/format-json-yml.yml index 2c28cee1..e4e11ff9 100644 --- a/.github/workflows/format-json-yml.yml +++ b/.github/workflows/format-json-yml.yml @@ -29,6 +29,9 @@ jobs: with: client-id: ${{ secrets.PROJECT_AUTOMATION_APP_CLIENT_ID }} # zizmor: ignore[secrets-outside-env] private-key: ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }} # zizmor: ignore[secrets-outside-env] + permission-contents: write + permission-pull-requests: write + permission-workflows: write - uses: dev-hato/actions-format-json-yml@251638e8f9b506b75637531801c20baec9077ec5 # v0.0.103 with: github-token: ${{steps.generate_token.outputs.token}}