From 8a6c6b9617df140ba7c791929241d69796eee979 Mon Sep 17 00:00:00 2001 From: "mr-borboto[bot]" <170036086+mr-borboto[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 01:53:24 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-actions):=20update=20mirceanton/reusa?= =?UTF-8?q?ble-workflows=20action=20(=20v3.4.51=20=E2=86=92=20v3.4.52=20)?= =?UTF-8?q?=20(#147)?= 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/docker-release.yaml | 2 +- .github/workflows/git-release.yaml | 2 +- .github/workflows/label-sync.yaml | 2 +- .github/workflows/labeler.yaml | 2 +- .github/workflows/lint.yaml | 4 ++-- .github/workflows/renovate.yaml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/docker-release.yaml b/.github/workflows/docker-release.yaml index 5d4e29b..c039b8e 100644 --- a/.github/workflows/docker-release.yaml +++ b/.github/workflows/docker-release.yaml @@ -27,7 +27,7 @@ on: jobs: release: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-docker-build-push.yaml@9ce913356128f964413b5fe99efe4858e18d7831 # v3.4.51 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-docker-build-push.yaml@2866305533698de1309183d4e6031425a83ce350 # v3.4.52 secrets: inherit with: image: ghcr.io/${{ github.repository }} diff --git a/.github/workflows/git-release.yaml b/.github/workflows/git-release.yaml index f8d4e4e..9dc3e32 100644 --- a/.github/workflows/git-release.yaml +++ b/.github/workflows/git-release.yaml @@ -23,7 +23,7 @@ on: jobs: release: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-release-calver.yaml@9ce913356128f964413b5fe99efe4858e18d7831 # v3.4.51 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-release-calver.yaml@2866305533698de1309183d4e6031425a83ce350 # v3.4.52 secrets: inherit with: dry-run: ${{ inputs.dry-run || github.event_name == 'pull_request' }} diff --git a/.github/workflows/label-sync.yaml b/.github/workflows/label-sync.yaml index 419675d..49d5afd 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@9ce913356128f964413b5fe99efe4858e18d7831 # v3.4.51 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-label-sync.yaml@2866305533698de1309183d4e6031425a83ce350 # v3.4.52 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 96ee124..69dbf64 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@9ce913356128f964413b5fe99efe4858e18d7831 # v3.4.51 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-labeler.yaml@2866305533698de1309183d4e6031425a83ce350 # v3.4.52 secrets: inherit with: config-file: .github/labeler.yaml diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 11ca134..b9b24ce 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -11,9 +11,9 @@ on: jobs: actionlint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@9ce913356128f964413b5fe99efe4858e18d7831 # v3.4.51 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@2866305533698de1309183d4e6031425a83ce350 # v3.4.52 secrets: inherit commitlint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@9ce913356128f964413b5fe99efe4858e18d7831 # v3.4.51 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@2866305533698de1309183d4e6031425a83ce350 # v3.4.52 secrets: inherit diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 3b99d50..5be0510 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@9ce913356128f964413b5fe99efe4858e18d7831 # v3.4.51 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-renovate.yaml@2866305533698de1309183d4e6031425a83ce350 # v3.4.52 secrets: inherit with: dry-run: "${{ inputs.dry-run == true || github.event_name == 'pull_request' }}"