diff --git a/.github/workflows/devcontainer-build.yaml b/.github/workflows/devcontainer-build.yaml index e835fe1..ef39000 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@c82f22e5929faec99b551876cc7e123d9a1d48d6 # v3.4.26 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-docker-build-push.yaml@240678cf33f0c0c65f0323615c925f0312b2d640 # v3.4.27 secrets: inherit with: image: "ghcr.io/mirceanton/kubectl-switch-devcontainer" diff --git a/.github/workflows/git-release.yaml b/.github/workflows/git-release.yaml index b5ec390..5c034a5 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@c82f22e5929faec99b551876cc7e123d9a1d48d6 # v3.4.26 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-release-semver.yaml@240678cf33f0c0c65f0323615c925f0312b2d640 # v3.4.27 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 a067539..3870ec1 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@c82f22e5929faec99b551876cc7e123d9a1d48d6 # v3.4.26 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-release.yaml@240678cf33f0c0c65f0323615c925f0312b2d640 # v3.4.27 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 3b4575b..4baaacf 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@c82f22e5929faec99b551876cc7e123d9a1d48d6 # v3.4.26 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-label-sync.yaml@240678cf33f0c0c65f0323615c925f0312b2d640 # v3.4.27 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 d4097e2..331371a 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@c82f22e5929faec99b551876cc7e123d9a1d48d6 # v3.4.26 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-labeler.yaml@240678cf33f0c0c65f0323615c925f0312b2d640 # v3.4.27 secrets: inherit with: config-file: .github/labeler.yaml diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 591665f..5165283 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@c82f22e5929faec99b551876cc7e123d9a1d48d6 # v3.4.26 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-lint.yaml@240678cf33f0c0c65f0323615c925f0312b2d640 # v3.4.27 secrets: inherit yamllint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-yamllint.yaml@c82f22e5929faec99b551876cc7e123d9a1d48d6 # v3.4.26 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-yamllint.yaml@240678cf33f0c0c65f0323615c925f0312b2d640 # v3.4.27 secrets: inherit with: yamllint-args: "--config-file=.yamllint.yaml" actionlint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@c82f22e5929faec99b551876cc7e123d9a1d48d6 # v3.4.26 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@240678cf33f0c0c65f0323615c925f0312b2d640 # v3.4.27 secrets: inherit shellcheck: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-shellcheck.yaml@c82f22e5929faec99b551876cc7e123d9a1d48d6 # v3.4.26 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-shellcheck.yaml@240678cf33f0c0c65f0323615c925f0312b2d640 # v3.4.27 secrets: inherit markdownlint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@c82f22e5929faec99b551876cc7e123d9a1d48d6 # v3.4.26 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@240678cf33f0c0c65f0323615c925f0312b2d640 # v3.4.27 secrets: inherit commitlint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@c82f22e5929faec99b551876cc7e123d9a1d48d6 # v3.4.26 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@240678cf33f0c0c65f0323615c925f0312b2d640 # v3.4.27 secrets: inherit diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 814af5a..6a01e85 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@c82f22e5929faec99b551876cc7e123d9a1d48d6 # v3.4.26 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-renovate.yaml@240678cf33f0c0c65f0323615c925f0312b2d640 # v3.4.27 secrets: inherit with: dry-run: "${{ inputs.dry-run == true || github.event_name == 'pull_request' }}"