From 73f59cd6e728ac003d01d72cb725fb79d826af86 Mon Sep 17 00:00:00 2001 From: "mr-borboto[bot]" <170036086+mr-borboto[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 10:38:42 +0200 Subject: [PATCH] =?UTF-8?q?ci(github-actions):=20update=20mirceanton/reusa?= =?UTF-8?q?ble-workflows=20action=20(=20v3.4.48=20=E2=86=92=20v3.4.49=20)?= =?UTF-8?q?=20(#183)?= 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/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 47f1146..9a55cd3 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@fff460c54de9bc557d89108af5b6e093629f9605 # v3.4.48 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-docker-build-push.yaml@fd0e201057ff688f30c9e00c08bbf407b811b96a # v3.4.49 secrets: inherit with: image: "ghcr.io/${{ github.repository }}-devcontainer" diff --git a/.github/workflows/git-release.yaml b/.github/workflows/git-release.yaml index 69abc9b..700447d 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@fff460c54de9bc557d89108af5b6e093629f9605 # v3.4.48 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-release-semver.yaml@fd0e201057ff688f30c9e00c08bbf407b811b96a # v3.4.49 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 1edbbee..18efe33 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@fff460c54de9bc557d89108af5b6e093629f9605 # v3.4.48 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-release.yaml@fd0e201057ff688f30c9e00c08bbf407b811b96a # v3.4.49 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 867b88d..6981bef 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@fff460c54de9bc557d89108af5b6e093629f9605 # v3.4.48 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-label-sync.yaml@fd0e201057ff688f30c9e00c08bbf407b811b96a # v3.4.49 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 010e7e1..1b88dab 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@fff460c54de9bc557d89108af5b6e093629f9605 # v3.4.48 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-labeler.yaml@fd0e201057ff688f30c9e00c08bbf407b811b96a # v3.4.49 secrets: inherit with: config-file: .github/labeler.yaml diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 9de3caa..a95193f 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@fff460c54de9bc557d89108af5b6e093629f9605 # v3.4.48 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-lint.yaml@fd0e201057ff688f30c9e00c08bbf407b811b96a # v3.4.49 secrets: inherit yamllint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-yamllint.yaml@fff460c54de9bc557d89108af5b6e093629f9605 # v3.4.48 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-yamllint.yaml@fd0e201057ff688f30c9e00c08bbf407b811b96a # v3.4.49 secrets: inherit with: yamllint-args: "--config-file=.yamllint.yaml" actionlint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@fff460c54de9bc557d89108af5b6e093629f9605 # v3.4.48 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@fd0e201057ff688f30c9e00c08bbf407b811b96a # v3.4.49 secrets: inherit shellcheck: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-shellcheck.yaml@fff460c54de9bc557d89108af5b6e093629f9605 # v3.4.48 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-shellcheck.yaml@fd0e201057ff688f30c9e00c08bbf407b811b96a # v3.4.49 secrets: inherit markdownlint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@fff460c54de9bc557d89108af5b6e093629f9605 # v3.4.48 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@fd0e201057ff688f30c9e00c08bbf407b811b96a # v3.4.49 secrets: inherit commitlint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@fff460c54de9bc557d89108af5b6e093629f9605 # v3.4.48 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@fd0e201057ff688f30c9e00c08bbf407b811b96a # v3.4.49 secrets: inherit diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 03c3c2f..d4e035c 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@fff460c54de9bc557d89108af5b6e093629f9605 # v3.4.48 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-renovate.yaml@fd0e201057ff688f30c9e00c08bbf407b811b96a # v3.4.49 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 6e07731..e50e2f4 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@fff460c54de9bc557d89108af5b6e093629f9605 # v3.4.48 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-test.yaml@fd0e201057ff688f30c9e00c08bbf407b811b96a # v3.4.49 secrets: inherit with: go-version: stable