From 95e194bac5518b74bdfc71ec5c7dd91008d1e115 Mon Sep 17 00:00:00 2001 From: "mr-borboto[bot]" <170036086+mr-borboto[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 01:29:02 +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.53=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/devcontainer-build.yaml | 2 +- .github/workflows/git-release.yaml | 2 +- .github/workflows/goreleaser.yaml | 2 +- .github/workflows/label-sync.yaml | 2 +- .github/workflows/labeler.yaml | 2 +- .github/workflows/lint.yaml | 12 ++++++------ .github/workflows/renovate.yaml | 2 +- .github/workflows/test.yaml | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/devcontainer-build.yaml b/.github/workflows/devcontainer-build.yaml index 6a7bb8b..b7ccbeb 100644 --- a/.github/workflows/devcontainer-build.yaml +++ b/.github/workflows/devcontainer-build.yaml @@ -12,7 +12,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@b26c232c4d7aa84fd84a85d31fca17183602f787 # v3.4.53 secrets: inherit with: image: "ghcr.io/${{ github.repository }}-devcontainer" diff --git a/.github/workflows/git-release.yaml b/.github/workflows/git-release.yaml index 0f2a03f..c063997 100644 --- a/.github/workflows/git-release.yaml +++ b/.github/workflows/git-release.yaml @@ -23,7 +23,7 @@ on: jobs: git: if: github.repository_owner == 'mirceanton' #?don't run on forks - uses: mirceanton/reusable-workflows/.github/workflows/reusable-release-semver.yaml@9ce913356128f964413b5fe99efe4858e18d7831 # v3.4.51 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-release-semver.yaml@b26c232c4d7aa84fd84a85d31fca17183602f787 # v3.4.53 secrets: inherit with: dry-run: ${{ inputs.dry-run || github.event_name == 'pull_request' }} diff --git a/.github/workflows/goreleaser.yaml b/.github/workflows/goreleaser.yaml index ce80c68..d21959b 100644 --- a/.github/workflows/goreleaser.yaml +++ b/.github/workflows/goreleaser.yaml @@ -19,7 +19,7 @@ on: jobs: goreleaser: if: github.repository_owner == 'mirceanton' #?don't run on forks - uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-release.yaml@9ce913356128f964413b5fe99efe4858e18d7831 # v3.4.51 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-release.yaml@b26c232c4d7aa84fd84a85d31fca17183602f787 # v3.4.53 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..54b5d1a 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@b26c232c4d7aa84fd84a85d31fca17183602f787 # v3.4.53 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..f3eb533 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@b26c232c4d7aa84fd84a85d31fca17183602f787 # v3.4.53 secrets: inherit with: config-file: .github/labeler.yaml diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 768e713..fd0bf9c 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -11,27 +11,27 @@ on: jobs: golangci-lint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-lint.yaml@9ce913356128f964413b5fe99efe4858e18d7831 # v3.4.51 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-lint.yaml@b26c232c4d7aa84fd84a85d31fca17183602f787 # v3.4.53 secrets: inherit yamllint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-yamllint.yaml@9ce913356128f964413b5fe99efe4858e18d7831 # v3.4.51 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-yamllint.yaml@b26c232c4d7aa84fd84a85d31fca17183602f787 # v3.4.53 secrets: inherit with: yamllint-args: "--config-file=.yamllint.yaml" actionlint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@9ce913356128f964413b5fe99efe4858e18d7831 # v3.4.51 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@b26c232c4d7aa84fd84a85d31fca17183602f787 # v3.4.53 secrets: inherit shellcheck: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-shellcheck.yaml@9ce913356128f964413b5fe99efe4858e18d7831 # v3.4.51 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-shellcheck.yaml@b26c232c4d7aa84fd84a85d31fca17183602f787 # v3.4.53 secrets: inherit markdownlint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@9ce913356128f964413b5fe99efe4858e18d7831 # v3.4.51 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@b26c232c4d7aa84fd84a85d31fca17183602f787 # v3.4.53 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@b26c232c4d7aa84fd84a85d31fca17183602f787 # v3.4.53 secrets: inherit diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 55aa0a9..a8220db 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -27,7 +27,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@b26c232c4d7aa84fd84a85d31fca17183602f787 # v3.4.53 secrets: inherit with: dry-run: "${{ inputs.dry-run == true || github.event_name == 'pull_request' }}" diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ef0b0c7..3a286c2 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,7 +11,7 @@ on: jobs: test: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-test.yaml@9ce913356128f964413b5fe99efe4858e18d7831 # v3.4.51 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-test.yaml@b26c232c4d7aa84fd84a85d31fca17183602f787 # v3.4.53 secrets: inherit with: go-version: stable