diff --git a/.github/workflows/devcontainer-build.yaml b/.github/workflows/devcontainer-build.yaml index 67fc6f0..f9ba0b4 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/kube-switcher-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' }}"