From 2d0728a2e4b89e308f6f420f9776e022514a5403 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 01:34:30 +0000 Subject: [PATCH 1/3] Bump super-linter/super-linter in the actions-minor group Bumps the actions-minor group with 1 update: [super-linter/super-linter](https://github.com/super-linter/super-linter). Updates `super-linter/super-linter` from 8.3.2 to 8.5.0 - [Release notes](https://github.com/super-linter/super-linter/releases) - [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md) - [Commits](https://github.com/super-linter/super-linter/compare/d5b0a2ab116623730dd094f15ddc1b6b25bf7b99...61abc07d755095a68f4987d1c2c3d1d64408f1f9) --- updated-dependencies: - dependency-name: super-linter/super-linter dependency-version: 8.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 21b55bd..a185215 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -27,7 +27,7 @@ jobs: - name: Lint Codebase id: super-linter - uses: super-linter/super-linter/slim@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2 + uses: super-linter/super-linter/slim@61abc07d755095a68f4987d1c2c3d1d64408f1f9 # v8.5.0 env: DEFAULT_BRANCH: main GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 0f33aeda68c826998c26f67b32542506eb7f5b86 Mon Sep 17 00:00:00 2001 From: miota Date: Tue, 24 Feb 2026 04:13:44 +0900 Subject: [PATCH 2/3] [ci] add pr/issue write perms to linter action --- .github/workflows/linter.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index a185215..cb04f6a 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -10,6 +10,8 @@ on: permissions: contents: read packages: read + issues: write + pull-requests: write statuses: write jobs: From ffb6b694673ef1436dfa9995a68e1f998b8b9134 Mon Sep 17 00:00:00 2001 From: miota Date: Tue, 24 Feb 2026 04:15:13 +0900 Subject: [PATCH 3/3] [docs] fix typo in README --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 5b82b94..597069e 100644 --- a/README.adoc +++ b/README.adoc @@ -37,4 +37,4 @@ jobs: == What is Amplify Security? Amplify Security is a cloud-native security platform that integrates industry leading security tools -into your development workflow and provides automtically generated code fixes for security vulnerabilities. +into your development workflow and provides automatically generated code fixes for security vulnerabilities.