Skip to content

Commit

Permalink
deps(github-actions): update mirceanton/reusable-workflows action ( v…
Browse files Browse the repository at this point in the history
…3.4.19 → v3.4.21 )
  • Loading branch information
mr-borboto[bot] authored Oct 23, 2024
1 parent f9374b7 commit fa355fe
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devcontainer-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
release:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-docker-build-push.yaml@f4dce998a168bbe2e53664acf4dd29407cd3d29f # v3.4.19
uses: mirceanton/reusable-workflows/.github/workflows/reusable-docker-build-push.yaml@155cb0eb3f146478d30884e385490eb28ce6fd7c # v3.4.21
secrets: inherit
with:
image: "ghcr.io/mirceanton/kubectl-switch-devcontainer"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/git-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ on:

jobs:
git:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-release-semver.yaml@f4dce998a168bbe2e53664acf4dd29407cd3d29f # v3.4.19
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' }}
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:

jobs:
goreleaser:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-release.yaml@f4dce998a168bbe2e53664acf4dd29407cd3d29f # v3.4.19
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' }}
2 changes: 1 addition & 1 deletion .github/workflows/label-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ on:

jobs:
label-sync:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-label-sync.yaml@f4dce998a168bbe2e53664acf4dd29407cd3d29f # v3.4.19
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' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
pr-labeler:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-labeler.yaml@f4dce998a168bbe2e53664acf4dd29407cd3d29f # v3.4.19
uses: mirceanton/reusable-workflows/.github/workflows/reusable-labeler.yaml@155cb0eb3f146478d30884e385490eb28ce6fd7c # v3.4.21
secrets: inherit
with:
config-file: .github/labeler.yaml
12 changes: 6 additions & 6 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,27 @@ on:

jobs:
golangci-lint:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-lint.yaml@f4dce998a168bbe2e53664acf4dd29407cd3d29f # v3.4.19
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@f4dce998a168bbe2e53664acf4dd29407cd3d29f # v3.4.19
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@f4dce998a168bbe2e53664acf4dd29407cd3d29f # v3.4.19
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@f4dce998a168bbe2e53664acf4dd29407cd3d29f # v3.4.19
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@f4dce998a168bbe2e53664acf4dd29407cd3d29f # v3.4.19
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@f4dce998a168bbe2e53664acf4dd29407cd3d29f # v3.4.19
uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@155cb0eb3f146478d30884e385490eb28ce6fd7c # v3.4.21
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ concurrency:

jobs:
renovate:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-renovate.yaml@f4dce998a168bbe2e53664acf4dd29407cd3d29f # v3.4.19
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' }}"
Expand Down

0 comments on commit fa355fe

Please sign in to comment.