diff --git a/.github/workflows/check_code.yml b/.github/workflows/check_code.yml index bfb2c7a..7c6605d 100644 --- a/.github/workflows/check_code.yml +++ b/.github/workflows/check_code.yml @@ -4,7 +4,7 @@ on: pull_request: jobs: - build: + check-code-quality: runs-on: ubuntu-latest permissions: contents: read diff --git a/.github/workflows/check_renovate_config.yml b/.github/workflows/check_renovate_config.yml index bd3aa79..1b26ae0 100644 --- a/.github/workflows/check_renovate_config.yml +++ b/.github/workflows/check_renovate_config.yml @@ -6,7 +6,7 @@ on: - 'renovate.json' jobs: - build: + check-renovate-config: runs-on: ubuntu-latest timeout-minutes: 10 permissions: diff --git a/.github/workflows/lint_github_actions_workflow.yml b/.github/workflows/lint_github_actions_workflow.yml index 22bd4a4..967915b 100644 --- a/.github/workflows/lint_github_actions_workflow.yml +++ b/.github/workflows/lint_github_actions_workflow.yml @@ -5,15 +5,14 @@ on: paths: - '.github/workflows/**' -permissions: - contents: read - checks: write - pull-requests: write - jobs: - build: + lint-github-actions-files: timeout-minutes: 10 runs-on: ubuntu-latest + permissions: + contents: read + checks: write + pull-requests: write steps: - uses: actions/checkout@v4 - uses: reviewdog/action-actionlint@82693e9e3b239f213108d6e412506f8b54003586 # v1.39.1