diff --git a/.github/workflows/devcontainer-build.yaml b/.github/workflows/devcontainer-build.yaml index 76ea23a..ddb4df3 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@e21f792b9f18066d0248ac2c9008a73a23fb84c6 # v3.4.10 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-docker-build-push.yaml@2dc165dbaca3733e48c4951e080807c372b64fd8 # v3.4.11 secrets: inherit with: image: "ghcr.io/mirceanton/talswitcher-devcontainer" diff --git a/.github/workflows/git-release.yaml b/.github/workflows/git-release.yaml index 3cd5389..4293d0a 100644 --- a/.github/workflows/git-release.yaml +++ b/.github/workflows/git-release.yaml @@ -30,7 +30,7 @@ on: jobs: release: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-release-semver.yaml@e21f792b9f18066d0248ac2c9008a73a23fb84c6 # v3.4.10 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-release-semver.yaml@2dc165dbaca3733e48c4951e080807c372b64fd8 # v3.4.11 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 0599f72..67334ba 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@e21f792b9f18066d0248ac2c9008a73a23fb84c6 # v3.4.10 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-release.yaml@2dc165dbaca3733e48c4951e080807c372b64fd8 # v3.4.11 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 3a3d104..0271f47 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@e21f792b9f18066d0248ac2c9008a73a23fb84c6 # v3.4.10 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-label-sync.yaml@2dc165dbaca3733e48c4951e080807c372b64fd8 # v3.4.11 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 a25b642..6e7a904 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@e21f792b9f18066d0248ac2c9008a73a23fb84c6 # v3.4.10 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-labeler.yaml@2dc165dbaca3733e48c4951e080807c372b64fd8 # v3.4.11 secrets: inherit with: config-file: .github/labeler.yaml diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 5ed1df3..83eaa72 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@e21f792b9f18066d0248ac2c9008a73a23fb84c6 # v3.4.10 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-lint.yaml@2dc165dbaca3733e48c4951e080807c372b64fd8 # v3.4.11 secrets: inherit yamllint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-yamllint.yaml@e21f792b9f18066d0248ac2c9008a73a23fb84c6 # v3.4.10 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-yamllint.yaml@2dc165dbaca3733e48c4951e080807c372b64fd8 # v3.4.11 secrets: inherit with: yamllint-args: "--config-file=.yamllint.yaml" actionlint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@e21f792b9f18066d0248ac2c9008a73a23fb84c6 # v3.4.10 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@2dc165dbaca3733e48c4951e080807c372b64fd8 # v3.4.11 secrets: inherit shellcheck: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-shellcheck.yaml@e21f792b9f18066d0248ac2c9008a73a23fb84c6 # v3.4.10 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-shellcheck.yaml@2dc165dbaca3733e48c4951e080807c372b64fd8 # v3.4.11 secrets: inherit markdownlint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@e21f792b9f18066d0248ac2c9008a73a23fb84c6 # v3.4.10 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@2dc165dbaca3733e48c4951e080807c372b64fd8 # v3.4.11 secrets: inherit commitlint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@e21f792b9f18066d0248ac2c9008a73a23fb84c6 # v3.4.10 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@2dc165dbaca3733e48c4951e080807c372b64fd8 # v3.4.11 secrets: inherit diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 1894937..6222de9 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@e21f792b9f18066d0248ac2c9008a73a23fb84c6 # v3.4.10 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-renovate.yaml@2dc165dbaca3733e48c4951e080807c372b64fd8 # v3.4.11 secrets: inherit with: dry-run: "${{ inputs.dry-run == true || github.event_name == 'pull_request' }}"