From fe9a9d520f336421ae1502f90737056f9ab1ae43 Mon Sep 17 00:00:00 2001 From: "mr-borboto[bot]" <170036086+mr-borboto[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:42:12 +0000 Subject: [PATCH] =?UTF-8?q?deps(github-actions):=20update=20mirceanton/reu?= =?UTF-8?q?sable-workflows=20action=20(=20v3.4.7=20=E2=86=92=20v3.4.10=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 f9ba0b4..d4c26b3 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@2981539811fdf240b8f704ced3e88b0ef4e4f326 # v3.4.7 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-docker-build-push.yaml@e21f792b9f18066d0248ac2c9008a73a23fb84c6 # v3.4.10 secrets: inherit with: image: "ghcr.io/mirceanton/kube-switcher-devcontainer" diff --git a/.github/workflows/label-sync.yaml b/.github/workflows/label-sync.yaml index 0a5cdf0..3a3d104 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@2981539811fdf240b8f704ced3e88b0ef4e4f326 # v3.4.7 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-label-sync.yaml@e21f792b9f18066d0248ac2c9008a73a23fb84c6 # v3.4.10 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 fed8e4b..a25b642 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@2981539811fdf240b8f704ced3e88b0ef4e4f326 # v3.4.7 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-labeler.yaml@e21f792b9f18066d0248ac2c9008a73a23fb84c6 # v3.4.10 secrets: inherit with: config-file: .github/labeler.yaml diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index cc8fe8d..5ed1df3 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@2981539811fdf240b8f704ced3e88b0ef4e4f326 # v3.4.7 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-lint.yaml@e21f792b9f18066d0248ac2c9008a73a23fb84c6 # v3.4.10 secrets: inherit yamllint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-yamllint.yaml@2981539811fdf240b8f704ced3e88b0ef4e4f326 # v3.4.7 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-yamllint.yaml@e21f792b9f18066d0248ac2c9008a73a23fb84c6 # v3.4.10 secrets: inherit with: yamllint-args: "--config-file=.yamllint.yaml" actionlint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@2981539811fdf240b8f704ced3e88b0ef4e4f326 # v3.4.7 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@e21f792b9f18066d0248ac2c9008a73a23fb84c6 # v3.4.10 secrets: inherit shellcheck: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-shellcheck.yaml@2981539811fdf240b8f704ced3e88b0ef4e4f326 # v3.4.7 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-shellcheck.yaml@e21f792b9f18066d0248ac2c9008a73a23fb84c6 # v3.4.10 secrets: inherit markdownlint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@2981539811fdf240b8f704ced3e88b0ef4e4f326 # v3.4.7 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@e21f792b9f18066d0248ac2c9008a73a23fb84c6 # v3.4.10 secrets: inherit commitlint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@2981539811fdf240b8f704ced3e88b0ef4e4f326 # v3.4.7 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@e21f792b9f18066d0248ac2c9008a73a23fb84c6 # v3.4.10 secrets: inherit diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c82e13b..c39344d 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@2981539811fdf240b8f704ced3e88b0ef4e4f326 # v3.4.7 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-release-semver.yaml@e21f792b9f18066d0248ac2c9008a73a23fb84c6 # v3.4.10 secrets: inherit with: dry-run: ${{ inputs.dry-run || github.event_name == 'pull_request' }} goreleaser: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-release.yaml@2981539811fdf240b8f704ced3e88b0ef4e4f326 # v3.4.7 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-release.yaml@e21f792b9f18066d0248ac2c9008a73a23fb84c6 # v3.4.10 needs: [git] secrets: inherit with: diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index b677f9c..1894937 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@2981539811fdf240b8f704ced3e88b0ef4e4f326 # v3.4.7 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-renovate.yaml@e21f792b9f18066d0248ac2c9008a73a23fb84c6 # v3.4.10 secrets: inherit with: dry-run: "${{ inputs.dry-run == true || github.event_name == 'pull_request' }}"