From 1b6fabdfa14292b0521bbb4be7fd9c2248ec9dfc Mon Sep 17 00:00:00 2001 From: "ppat-self-hosted-renovate-bot[bot]" <175373406+ppat-self-hosted-renovate-bot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 04:16:06 +0000 Subject: [PATCH] chore(github-actions): update ppat/github-workflows (v4.4.0 -> v5.0.0) BREAKING CHANGE --- .github/workflows/lint.yaml | 16 ++++++++-------- .github/workflows/renovate.yaml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 9579323e..589fd52b 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -25,7 +25,7 @@ env: jobs: detect-changes: - uses: ppat/github-workflows/.github/workflows/detect-changed-files.yaml@1e8ca1b00b6e69bdf5aef8b33111c594c051ff65 # v4.4.0 + uses: ppat/github-workflows/.github/workflows/detect-changed-files.yaml@53fe31687a5d45d36fb9089090851c82f0294095 # v5.0.0 with: # yamllint disable-line rule:indentation files_yaml: | @@ -123,7 +123,7 @@ jobs: github-actions: needs: [detect-changes] if: ${{ github.event_name != 'pull_request' || fromJSON(needs.detect-changes.outputs.results).actions_any_changed == 'true' }} - uses: ppat/github-workflows/.github/workflows/lint-github-actions.yaml@1e8ca1b00b6e69bdf5aef8b33111c594c051ff65 # v4.4.0 + uses: ppat/github-workflows/.github/workflows/lint-github-actions.yaml@53fe31687a5d45d36fb9089090851c82f0294095 # v5.0.0 with: git_ref: ${{ github.head_ref || github.ref }} files: ${{ github.event_name != 'pull_request' && 'ALL' || fromJSON(needs.detect-changes.outputs.results).actions_all_changed_files }} @@ -132,14 +132,14 @@ jobs: markdown: needs: [detect-changes] if: ${{ github.event_name != 'pull_request' || fromJSON(needs.detect-changes.outputs.results).markdown_any_changed == 'true' }} - uses: ppat/github-workflows/.github/workflows/lint-markdown.yaml@1e8ca1b00b6e69bdf5aef8b33111c594c051ff65 # v4.4.0 + uses: ppat/github-workflows/.github/workflows/lint-markdown.yaml@53fe31687a5d45d36fb9089090851c82f0294095 # v5.0.0 with: git_ref: ${{ github.head_ref || github.ref }} files: ${{ github.event_name != 'pull_request' && 'ALL' || fromJSON(needs.detect-changes.outputs.results).markdown_all_changed_files }} mise_ignore_cfg: private_dot_config/mise/config.toml pre-commit: - uses: ppat/github-workflows/.github/workflows/lint-pre-commit.yaml@1e8ca1b00b6e69bdf5aef8b33111c594c051ff65 # v4.4.0 + uses: ppat/github-workflows/.github/workflows/lint-pre-commit.yaml@53fe31687a5d45d36fb9089090851c82f0294095 # v5.0.0 with: git_ref: ${{ github.head_ref || github.ref }} mise_ignore_cfg: private_dot_config/mise/config.toml @@ -147,7 +147,7 @@ jobs: renovate-config-check: needs: [detect-changes] if: ${{ github.event_name != 'pull_request' || fromJSON(needs.detect-changes.outputs.results).renovate_any_changed == 'true' }} - uses: ppat/github-workflows/.github/workflows/lint-renovate-config-check.yaml@1e8ca1b00b6e69bdf5aef8b33111c594c051ff65 # v4.4.0 + uses: ppat/github-workflows/.github/workflows/lint-renovate-config-check.yaml@53fe31687a5d45d36fb9089090851c82f0294095 # v5.0.0 with: git_ref: ${{ github.head_ref || github.ref }} files: ${{ github.event_name != 'pull_request' && 'ALL' || fromJSON(needs.detect-changes.outputs.results).renovate_all_changed_files }} @@ -193,7 +193,7 @@ jobs: shellcheck: needs: [detect-changes, shellcheck-discover-files] if: ${{ github.event_name != 'pull_request' || fromJSON(needs.detect-changes.outputs.results).shellscripts_any_changed == 'true' }} - uses: ppat/github-workflows/.github/workflows/lint-shellcheck.yaml@1e8ca1b00b6e69bdf5aef8b33111c594c051ff65 # v4.4.0 + uses: ppat/github-workflows/.github/workflows/lint-shellcheck.yaml@53fe31687a5d45d36fb9089090851c82f0294095 # v5.0.0 with: git_ref: ${{ github.head_ref || github.ref }} files: ${{ github.event_name != 'pull_request' && needs.shellcheck-discover-files.outputs.files || fromJSON(needs.detect-changes.outputs.results).shellscripts_all_changed_files }} @@ -202,7 +202,7 @@ jobs: yaml: needs: [detect-changes] if: ${{ github.event_name != 'pull_request' || fromJSON(needs.detect-changes.outputs.results).yaml_any_changed == 'true' }} - uses: ppat/github-workflows/.github/workflows/lint-yaml.yaml@1e8ca1b00b6e69bdf5aef8b33111c594c051ff65 # v4.4.0 + uses: ppat/github-workflows/.github/workflows/lint-yaml.yaml@53fe31687a5d45d36fb9089090851c82f0294095 # v5.0.0 with: git_ref: ${{ github.head_ref || github.ref }} files: ${{ github.event_name != 'pull_request' && 'ALL' || fromJSON(needs.detect-changes.outputs.results).yaml_all_changed_files }} @@ -211,7 +211,7 @@ jobs: zizmor: needs: [detect-changes] if: ${{ github.event_name != 'pull_request' || fromJSON(needs.detect-changes.outputs.results).actions_any_changed == 'true' }} - uses: ppat/github-workflows/.github/workflows/lint-zizmor.yaml@1e8ca1b00b6e69bdf5aef8b33111c594c051ff65 # v4.4.0 + uses: ppat/github-workflows/.github/workflows/lint-zizmor.yaml@53fe31687a5d45d36fb9089090851c82f0294095 # v5.0.0 with: git_ref: ${{ github.head_ref || github.ref }} mise_ignore_cfg: private_dot_config/mise/config.toml diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 203d5d55..4b25adb7 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -16,7 +16,7 @@ concurrency: jobs: renovate: - uses: ppat/github-workflows/.github/workflows/renovate.yaml@1e8ca1b00b6e69bdf5aef8b33111c594c051ff65 # v4.4.0 + uses: ppat/github-workflows/.github/workflows/renovate.yaml@53fe31687a5d45d36fb9089090851c82f0294095 # v5.0.0 with: dry_run: ${{ github.event_name == 'pull_request' }} git_ref: ${{ github.head_ref || github.ref }}