From d65c156b579ee464497c595fe7f60a0b563c2949 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 07:41:33 +0000 Subject: [PATCH 1/2] chore(deps): Bump github/super-linter from 5 to 6 Bumps [github/super-linter](https://github.com/github/super-linter) from 5 to 6. - [Release notes](https://github.com/github/super-linter/releases) - [Changelog](https://github.com/github/super-linter/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/super-linter/compare/v5...v6) --- updated-dependencies: - dependency-name: github/super-linter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 74c2ab6..91b70c6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: fetch-depth: 0 - name: Lint Code Base - uses: github/super-linter@v5 + uses: github/super-linter@v6 env: VALIDATE_ALL_CODEBASE: false DEFAULT_BRANCH: main From 13180dbc91942c60678067b890eac4f3d8833ede Mon Sep 17 00:00:00 2001 From: Jongwoo Han Date: Wed, 22 May 2024 20:53:24 +0900 Subject: [PATCH 2/2] chore: Set top-level permissions to read-all --- .github/workflows/check-commit-messages.yml | 2 ++ .github/workflows/lint.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/check-commit-messages.yml b/.github/workflows/check-commit-messages.yml index 92f9840..53d252b 100644 --- a/.github/workflows/check-commit-messages.yml +++ b/.github/workflows/check-commit-messages.yml @@ -2,6 +2,8 @@ name: Check commit messages on: pull_request +permissions: read-all + jobs: check-commit-messages: runs-on: ubuntu-latest diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 91b70c6..9cbf18e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -2,6 +2,8 @@ name: Lint Code Base on: pull_request +permissions: read-all + jobs: run-lint: runs-on: ubuntu-latest