Skip to content

Commit

Permalink
fix(github-action): update mirceanton/reusable-workflows action ( v3.…
Browse files Browse the repository at this point in the history
…4.4 → v3.4.5 )
  • Loading branch information
mr-borboto[bot] committed Sep 19, 2024
1 parent a27f9ae commit f6dbb30
Show file tree
Hide file tree
Showing 6 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@df1ea2563affc3e30cc8a5e4b4f75a495e5e89a3 # v3.4.4
uses: mirceanton/reusable-workflows/.github/workflows/reusable-docker-build-push.yaml@b15f79125a97349d2f1043d1556d6e3cebae2227 # v3.4.5
secrets: inherit
with:
image: "ghcr.io/mirceanton/kube-switcher-devcontainer"
Expand Down
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@df1ea2563affc3e30cc8a5e4b4f75a495e5e89a3 # v3.4.4
uses: mirceanton/reusable-workflows/.github/workflows/reusable-label-sync.yaml@b15f79125a97349d2f1043d1556d6e3cebae2227 # v3.4.5
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@df1ea2563affc3e30cc8a5e4b4f75a495e5e89a3 # v3.4.4
uses: mirceanton/reusable-workflows/.github/workflows/reusable-labeler.yaml@b15f79125a97349d2f1043d1556d6e3cebae2227 # v3.4.5
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@df1ea2563affc3e30cc8a5e4b4f75a495e5e89a3 # v3.4.4
uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-lint.yaml@b15f79125a97349d2f1043d1556d6e3cebae2227 # v3.4.5
secrets: inherit

yamllint:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-yamllint.yaml@df1ea2563affc3e30cc8a5e4b4f75a495e5e89a3 # v3.4.4
uses: mirceanton/reusable-workflows/.github/workflows/reusable-yamllint.yaml@b15f79125a97349d2f1043d1556d6e3cebae2227 # v3.4.5
secrets: inherit
with:
yamllint-args: "--config-file=.yamllint.yaml"

actionlint:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@df1ea2563affc3e30cc8a5e4b4f75a495e5e89a3 # v3.4.4
uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@b15f79125a97349d2f1043d1556d6e3cebae2227 # v3.4.5
secrets: inherit

shellcheck:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-shellcheck.yaml@df1ea2563affc3e30cc8a5e4b4f75a495e5e89a3 # v3.4.4
uses: mirceanton/reusable-workflows/.github/workflows/reusable-shellcheck.yaml@b15f79125a97349d2f1043d1556d6e3cebae2227 # v3.4.5
secrets: inherit

markdownlint:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@df1ea2563affc3e30cc8a5e4b4f75a495e5e89a3 # v3.4.4
uses: mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@b15f79125a97349d2f1043d1556d6e3cebae2227 # v3.4.5
secrets: inherit

commitlint:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@df1ea2563affc3e30cc8a5e4b4f75a495e5e89a3 # v3.4.4
uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@b15f79125a97349d2f1043d1556d6e3cebae2227 # v3.4.5
secrets: inherit
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ on:

jobs:
git:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-release-semver.yaml@df1ea2563affc3e30cc8a5e4b4f75a495e5e89a3 # v3.4.4
uses: mirceanton/reusable-workflows/.github/workflows/reusable-release-semver.yaml@b15f79125a97349d2f1043d1556d6e3cebae2227 # v3.4.5
secrets: inherit
with:
dry-run: ${{ inputs.dry-run || github.event_name == 'pull_request' }}

goreleaser:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-release.yaml@df1ea2563affc3e30cc8a5e4b4f75a495e5e89a3 # v3.4.4
uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-release.yaml@b15f79125a97349d2f1043d1556d6e3cebae2227 # v3.4.5
needs: [git]
secrets: inherit
with:
Expand Down
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@df1ea2563affc3e30cc8a5e4b4f75a495e5e89a3 # v3.4.4
uses: mirceanton/reusable-workflows/.github/workflows/reusable-renovate.yaml@b15f79125a97349d2f1043d1556d6e3cebae2227 # v3.4.5
secrets: inherit
with:
dry-run: "${{ inputs.dry-run == true || github.event_name == 'pull_request' }}"
Expand Down

0 comments on commit f6dbb30

Please sign in to comment.