From 4cba2f6454ba563e160df28e859cc31b689d2eac Mon Sep 17 00:00:00 2001 From: "mr-borboto[bot]" <170036086+mr-borboto[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 20:43:37 +0000 Subject: [PATCH] =?UTF-8?q?deps(github-actions):=20update=20mirceanton/reu?= =?UTF-8?q?sable-workflows=20action=20(=20v3.4.27=20=E2=86=92=20v3.4.28=20?= =?UTF-8?q?)=20(#151)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: mr-borboto[bot] <170036086+mr-borboto[bot]@users.noreply.github.com> --- .github/workflows/git-release.yaml | 2 +- .github/workflows/label-sync.yaml | 2 +- .github/workflows/labeler.yaml | 2 +- .github/workflows/lint.yaml | 10 +++++----- .github/workflows/renovate.yaml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/git-release.yaml b/.github/workflows/git-release.yaml index 366670a..27630bc 100644 --- a/.github/workflows/git-release.yaml +++ b/.github/workflows/git-release.yaml @@ -14,5 +14,5 @@ on: jobs: release: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-release-calver.yaml@240678cf33f0c0c65f0323615c925f0312b2d640 # v3.4.27 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-release-calver.yaml@9a14a653974ca77f577e420e565ac9214eac9cde # v3.4.28 secrets: inherit diff --git a/.github/workflows/label-sync.yaml b/.github/workflows/label-sync.yaml index 4baaacf..b1c4193 100644 --- a/.github/workflows/label-sync.yaml +++ b/.github/workflows/label-sync.yaml @@ -31,7 +31,7 @@ on: jobs: label-sync: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-label-sync.yaml@240678cf33f0c0c65f0323615c925f0312b2d640 # v3.4.27 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-label-sync.yaml@9a14a653974ca77f577e420e565ac9214eac9cde # v3.4.28 secrets: inherit with: dry-run: ${{ inputs.dry-run || github.event_name == 'pull_request' }} diff --git a/.github/workflows/labeler.yaml b/.github/workflows/labeler.yaml index 331371a..7c484ee 100644 --- a/.github/workflows/labeler.yaml +++ b/.github/workflows/labeler.yaml @@ -7,7 +7,7 @@ on: jobs: pr-labeler: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-labeler.yaml@240678cf33f0c0c65f0323615c925f0312b2d640 # v3.4.27 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-labeler.yaml@9a14a653974ca77f577e420e565ac9214eac9cde # v3.4.28 secrets: inherit with: config-file: .github/labeler.yaml diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index f0350e8..b307130 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -11,23 +11,23 @@ on: jobs: yamllint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-yamllint.yaml@240678cf33f0c0c65f0323615c925f0312b2d640 # v3.4.27 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-yamllint.yaml@9a14a653974ca77f577e420e565ac9214eac9cde # v3.4.28 secrets: inherit with: yamllint-args: "--config-file=.yamllint.yaml" actionlint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@240678cf33f0c0c65f0323615c925f0312b2d640 # v3.4.27 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@9a14a653974ca77f577e420e565ac9214eac9cde # v3.4.28 secrets: inherit shellcheck: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-shellcheck.yaml@240678cf33f0c0c65f0323615c925f0312b2d640 # v3.4.27 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-shellcheck.yaml@9a14a653974ca77f577e420e565ac9214eac9cde # v3.4.28 secrets: inherit markdownlint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@240678cf33f0c0c65f0323615c925f0312b2d640 # v3.4.27 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@9a14a653974ca77f577e420e565ac9214eac9cde # v3.4.28 secrets: inherit commitlint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@240678cf33f0c0c65f0323615c925f0312b2d640 # v3.4.27 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@9a14a653974ca77f577e420e565ac9214eac9cde # v3.4.28 secrets: inherit diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 6a01e85..cd05708 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -33,7 +33,7 @@ concurrency: jobs: renovate: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-renovate.yaml@240678cf33f0c0c65f0323615c925f0312b2d640 # v3.4.27 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-renovate.yaml@9a14a653974ca77f577e420e565ac9214eac9cde # v3.4.28 secrets: inherit with: dry-run: "${{ inputs.dry-run == true || github.event_name == 'pull_request' }}"