From 786aa836a47c9febf1f55e17e7839552849879eb Mon Sep 17 00:00:00 2001 From: "mr-borboto[bot]" <170036086+mr-borboto[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 14:19:21 +0000 Subject: [PATCH] =?UTF-8?q?deps(github-actions):=20update=20mirceanton/reu?= =?UTF-8?q?sable-workflows=20action=20(=20v3.4.6=20=E2=86=92=20v3.4.7=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/devcontainer-build.yaml | 2 +- .github/workflows/label-sync.yaml | 2 +- .github/workflows/labeler.yaml | 2 +- .github/workflows/lint.yaml | 12 ++++++------ .github/workflows/release.yaml | 4 ++-- .github/workflows/renovate.yaml | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/devcontainer-build.yaml b/.github/workflows/devcontainer-build.yaml index b51cc00..603bccc 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@5a742438be20864a4bf11eb158cc402cf970dd79 # v3.4.6 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-docker-build-push.yaml@2981539811fdf240b8f704ced3e88b0ef4e4f326 # v3.4.7 secrets: inherit with: image: "ghcr.io/mirceanton/talswitcher-devcontainer" diff --git a/.github/workflows/label-sync.yaml b/.github/workflows/label-sync.yaml index 3c2a73f..0a5cdf0 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@5a742438be20864a4bf11eb158cc402cf970dd79 # v3.4.6 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-label-sync.yaml@2981539811fdf240b8f704ced3e88b0ef4e4f326 # v3.4.7 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 6c80539..fed8e4b 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@5a742438be20864a4bf11eb158cc402cf970dd79 # v3.4.6 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-labeler.yaml@2981539811fdf240b8f704ced3e88b0ef4e4f326 # v3.4.7 secrets: inherit with: config-file: .github/labeler.yaml diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index c541cb2..cc8fe8d 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@5a742438be20864a4bf11eb158cc402cf970dd79 # v3.4.6 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-lint.yaml@2981539811fdf240b8f704ced3e88b0ef4e4f326 # v3.4.7 secrets: inherit yamllint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-yamllint.yaml@5a742438be20864a4bf11eb158cc402cf970dd79 # v3.4.6 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-yamllint.yaml@2981539811fdf240b8f704ced3e88b0ef4e4f326 # v3.4.7 secrets: inherit with: yamllint-args: "--config-file=.yamllint.yaml" actionlint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@5a742438be20864a4bf11eb158cc402cf970dd79 # v3.4.6 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@2981539811fdf240b8f704ced3e88b0ef4e4f326 # v3.4.7 secrets: inherit shellcheck: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-shellcheck.yaml@5a742438be20864a4bf11eb158cc402cf970dd79 # v3.4.6 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-shellcheck.yaml@2981539811fdf240b8f704ced3e88b0ef4e4f326 # v3.4.7 secrets: inherit markdownlint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@5a742438be20864a4bf11eb158cc402cf970dd79 # v3.4.6 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@2981539811fdf240b8f704ced3e88b0ef4e4f326 # v3.4.7 secrets: inherit commitlint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@5a742438be20864a4bf11eb158cc402cf970dd79 # v3.4.6 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@2981539811fdf240b8f704ced3e88b0ef4e4f326 # v3.4.7 secrets: inherit diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bc3eb13..c82e13b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,13 +30,13 @@ on: jobs: git: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-release-semver.yaml@5a742438be20864a4bf11eb158cc402cf970dd79 # v3.4.6 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-release-semver.yaml@2981539811fdf240b8f704ced3e88b0ef4e4f326 # v3.4.7 secrets: inherit with: dry-run: ${{ inputs.dry-run || github.event_name == 'pull_request' }} goreleaser: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-release.yaml@5a742438be20864a4bf11eb158cc402cf970dd79 # v3.4.6 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-release.yaml@2981539811fdf240b8f704ced3e88b0ef4e4f326 # v3.4.7 needs: [git] secrets: inherit with: diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 79863c3..b677f9c 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@5a742438be20864a4bf11eb158cc402cf970dd79 # v3.4.6 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-renovate.yaml@2981539811fdf240b8f704ced3e88b0ef4e4f326 # v3.4.7 secrets: inherit with: dry-run: "${{ inputs.dry-run == true || github.event_name == 'pull_request' }}"