diff --git a/.github/workflows/devcontainer-build.yaml b/.github/workflows/devcontainer-build.yaml index 5429e6b..9b4abcb 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@f8a15cef06b25b9ba5fe77ffcf4f4f2810adf1c5 # v3.4.20 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-docker-build-push.yaml@155cb0eb3f146478d30884e385490eb28ce6fd7c # v3.4.21 secrets: inherit with: image: "ghcr.io/${{ github.repository }}-devcontainer" diff --git a/.github/workflows/git-release.yaml b/.github/workflows/git-release.yaml index 295f605..783f488 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@f8a15cef06b25b9ba5fe77ffcf4f4f2810adf1c5 # v3.4.20 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-release-semver.yaml@155cb0eb3f146478d30884e385490eb28ce6fd7c # v3.4.21 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 51ac0e4..f4039d9 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@f8a15cef06b25b9ba5fe77ffcf4f4f2810adf1c5 # v3.4.20 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-release.yaml@155cb0eb3f146478d30884e385490eb28ce6fd7c # v3.4.21 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 3be4ad6..bd6be91 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@f8a15cef06b25b9ba5fe77ffcf4f4f2810adf1c5 # v3.4.20 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-label-sync.yaml@155cb0eb3f146478d30884e385490eb28ce6fd7c # v3.4.21 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 b50b9a0..d233803 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@f8a15cef06b25b9ba5fe77ffcf4f4f2810adf1c5 # v3.4.20 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-labeler.yaml@155cb0eb3f146478d30884e385490eb28ce6fd7c # v3.4.21 secrets: inherit with: config-file: .github/labeler.yaml diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 51dce45..5584c90 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@f8a15cef06b25b9ba5fe77ffcf4f4f2810adf1c5 # v3.4.20 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-lint.yaml@155cb0eb3f146478d30884e385490eb28ce6fd7c # v3.4.21 secrets: inherit yamllint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-yamllint.yaml@f8a15cef06b25b9ba5fe77ffcf4f4f2810adf1c5 # v3.4.20 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-yamllint.yaml@155cb0eb3f146478d30884e385490eb28ce6fd7c # v3.4.21 secrets: inherit with: yamllint-args: "--config-file=.yamllint.yaml" actionlint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@f8a15cef06b25b9ba5fe77ffcf4f4f2810adf1c5 # v3.4.20 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@155cb0eb3f146478d30884e385490eb28ce6fd7c # v3.4.21 secrets: inherit shellcheck: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-shellcheck.yaml@f8a15cef06b25b9ba5fe77ffcf4f4f2810adf1c5 # v3.4.20 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-shellcheck.yaml@155cb0eb3f146478d30884e385490eb28ce6fd7c # v3.4.21 secrets: inherit markdownlint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@f8a15cef06b25b9ba5fe77ffcf4f4f2810adf1c5 # v3.4.20 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@155cb0eb3f146478d30884e385490eb28ce6fd7c # v3.4.21 secrets: inherit commitlint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@f8a15cef06b25b9ba5fe77ffcf4f4f2810adf1c5 # v3.4.20 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@155cb0eb3f146478d30884e385490eb28ce6fd7c # v3.4.21 secrets: inherit diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index aef6023..26bc477 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@f8a15cef06b25b9ba5fe77ffcf4f4f2810adf1c5 # v3.4.20 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-renovate.yaml@155cb0eb3f146478d30884e385490eb28ce6fd7c # v3.4.21 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 cdf0d13..108f242 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@f8a15cef06b25b9ba5fe77ffcf4f4f2810adf1c5 # v3.4.20 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-test.yaml@155cb0eb3f146478d30884e385490eb28ce6fd7c # v3.4.21 secrets: inherit with: go-version: stable