From 6cd712bc9a82a9d8d2c54b4a68d8ddf3eb266a44 Mon Sep 17 00:00:00 2001 From: "mr-borboto[bot]" <170036086+mr-borboto[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 01:03:47 +0000 Subject: [PATCH] =?UTF-8?q?deps(github-actions):=20update=20mirceanton/reu?= =?UTF-8?q?sable-workflows=20action=20(=20v3.4.38=20=E2=86=92=20v3.4.39=20?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 02f3de1..994b3ef 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@f5d2be58302e684938588ae00c6d4006f650a739 # v3.4.38 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-release-calver.yaml@e923b666f157f12715483c3fd0e0d466d9af9325 # v3.4.39 secrets: inherit diff --git a/.github/workflows/label-sync.yaml b/.github/workflows/label-sync.yaml index 41c54a2..535cce2 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@f5d2be58302e684938588ae00c6d4006f650a739 # v3.4.38 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-label-sync.yaml@e923b666f157f12715483c3fd0e0d466d9af9325 # v3.4.39 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 cb26fc8..d7569bd 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@f5d2be58302e684938588ae00c6d4006f650a739 # v3.4.38 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-labeler.yaml@e923b666f157f12715483c3fd0e0d466d9af9325 # v3.4.39 secrets: inherit with: config-file: .github/labeler.yaml diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index b157cae..7349ee9 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@f5d2be58302e684938588ae00c6d4006f650a739 # v3.4.38 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-yamllint.yaml@e923b666f157f12715483c3fd0e0d466d9af9325 # v3.4.39 secrets: inherit with: yamllint-args: "--config-file=.yamllint.yaml" actionlint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@f5d2be58302e684938588ae00c6d4006f650a739 # v3.4.38 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@e923b666f157f12715483c3fd0e0d466d9af9325 # v3.4.39 secrets: inherit shellcheck: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-shellcheck.yaml@f5d2be58302e684938588ae00c6d4006f650a739 # v3.4.38 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-shellcheck.yaml@e923b666f157f12715483c3fd0e0d466d9af9325 # v3.4.39 secrets: inherit markdownlint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@f5d2be58302e684938588ae00c6d4006f650a739 # v3.4.38 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@e923b666f157f12715483c3fd0e0d466d9af9325 # v3.4.39 secrets: inherit commitlint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@f5d2be58302e684938588ae00c6d4006f650a739 # v3.4.38 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@e923b666f157f12715483c3fd0e0d466d9af9325 # v3.4.39 secrets: inherit diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index dfd8eff..82866c1 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@f5d2be58302e684938588ae00c6d4006f650a739 # v3.4.38 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-renovate.yaml@e923b666f157f12715483c3fd0e0d466d9af9325 # v3.4.39 secrets: inherit with: dry-run: "${{ inputs.dry-run == true || github.event_name == 'pull_request' }}"