From 6fddf7cdb8a18bd66ba37a3267aa14b8a3acbd82 Mon Sep 17 00:00:00 2001 From: "mr-borboto[bot]" <170036086+mr-borboto[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 12:55:14 +0000 Subject: [PATCH] =?UTF-8?q?deps(github-actions):=20update=20mirceanton/reu?= =?UTF-8?q?sable-workflows=20action=20(=20v3.4.31=20=E2=86=92=20v3.4.32=20?= =?UTF-8?q?)=20(#111)?= 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-go.yaml | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/devcontainer-build.yaml b/.github/workflows/devcontainer-build.yaml index a157380..7873f81 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@f3ac2fda0bc700f58df88287fde0d40df7d39b7d # v3.4.31 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-docker-build-push.yaml@d11c71dd28b7392383e908f9d68379c7f075e716 # v3.4.32 secrets: inherit with: image: "ghcr.io/${{ github.repository }}-devcontainer" diff --git a/.github/workflows/git-release.yaml b/.github/workflows/git-release.yaml index 3e14b09..2fdf6ea 100644 --- a/.github/workflows/git-release.yaml +++ b/.github/workflows/git-release.yaml @@ -30,7 +30,7 @@ on: jobs: git: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-release-semver.yaml@f3ac2fda0bc700f58df88287fde0d40df7d39b7d # v3.4.31 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-release-semver.yaml@d11c71dd28b7392383e908f9d68379c7f075e716 # v3.4.32 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 faf2c12..8d12810 100644 --- a/.github/workflows/goreleaser.yaml +++ b/.github/workflows/goreleaser.yaml @@ -26,7 +26,7 @@ on: jobs: goreleaser: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-release.yaml@f3ac2fda0bc700f58df88287fde0d40df7d39b7d # v3.4.31 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-release.yaml@d11c71dd28b7392383e908f9d68379c7f075e716 # v3.4.32 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 4498eab..9cb0868 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@f3ac2fda0bc700f58df88287fde0d40df7d39b7d # v3.4.31 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-label-sync.yaml@d11c71dd28b7392383e908f9d68379c7f075e716 # v3.4.32 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 3c59d99..4d0813c 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@f3ac2fda0bc700f58df88287fde0d40df7d39b7d # v3.4.31 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-labeler.yaml@d11c71dd28b7392383e908f9d68379c7f075e716 # v3.4.32 secrets: inherit with: config-file: .github/labeler.yaml diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 246e135..e78d0da 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@f3ac2fda0bc700f58df88287fde0d40df7d39b7d # v3.4.31 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-lint.yaml@d11c71dd28b7392383e908f9d68379c7f075e716 # v3.4.32 secrets: inherit yamllint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-yamllint.yaml@f3ac2fda0bc700f58df88287fde0d40df7d39b7d # v3.4.31 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-yamllint.yaml@d11c71dd28b7392383e908f9d68379c7f075e716 # v3.4.32 secrets: inherit with: yamllint-args: "--config-file=.yamllint.yaml" actionlint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@f3ac2fda0bc700f58df88287fde0d40df7d39b7d # v3.4.31 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@d11c71dd28b7392383e908f9d68379c7f075e716 # v3.4.32 secrets: inherit shellcheck: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-shellcheck.yaml@f3ac2fda0bc700f58df88287fde0d40df7d39b7d # v3.4.31 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-shellcheck.yaml@d11c71dd28b7392383e908f9d68379c7f075e716 # v3.4.32 secrets: inherit markdownlint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@f3ac2fda0bc700f58df88287fde0d40df7d39b7d # v3.4.31 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@d11c71dd28b7392383e908f9d68379c7f075e716 # v3.4.32 secrets: inherit commitlint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@f3ac2fda0bc700f58df88287fde0d40df7d39b7d # v3.4.31 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@d11c71dd28b7392383e908f9d68379c7f075e716 # v3.4.32 secrets: inherit diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 1500474..f7333f5 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@f3ac2fda0bc700f58df88287fde0d40df7d39b7d # v3.4.31 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-renovate.yaml@d11c71dd28b7392383e908f9d68379c7f075e716 # v3.4.32 secrets: inherit with: dry-run: "${{ inputs.dry-run == true || github.event_name == 'pull_request' }}" diff --git a/.github/workflows/test-go.yaml b/.github/workflows/test-go.yaml index 1c8d442..dec98fd 100644 --- a/.github/workflows/test-go.yaml +++ b/.github/workflows/test-go.yaml @@ -11,7 +11,7 @@ on: jobs: test: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-test.yaml@f3ac2fda0bc700f58df88287fde0d40df7d39b7d # v3.4.31 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-test.yaml@d11c71dd28b7392383e908f9d68379c7f075e716 # v3.4.32 secrets: inherit with: go-version: stable