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.23 → v3.4.24 ) (#135)

Co-authored-by: mr-borboto[bot] <170036086+mr-borboto[bot]@users.noreply.github.com>
  • Loading branch information
mr-borboto[bot] authored Oct 24, 2024
1 parent a33e084 commit bcad157
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/git-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ on:

jobs:
release:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-release-calver.yaml@2a155b83746904fc3d6e784663ef7e94ceca11f8 # v3.4.23
uses: mirceanton/reusable-workflows/.github/workflows/reusable-release-calver.yaml@eb91426a79e7b63c4649650b2aaa80c11d966ee8 # v3.4.24
secrets: inherit
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@2a155b83746904fc3d6e784663ef7e94ceca11f8 # v3.4.23
uses: mirceanton/reusable-workflows/.github/workflows/reusable-label-sync.yaml@eb91426a79e7b63c4649650b2aaa80c11d966ee8 # v3.4.24
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@2a155b83746904fc3d6e784663ef7e94ceca11f8 # v3.4.23
uses: mirceanton/reusable-workflows/.github/workflows/reusable-labeler.yaml@eb91426a79e7b63c4649650b2aaa80c11d966ee8 # v3.4.24
secrets: inherit
with:
config-file: .github/labeler.yaml
10 changes: 5 additions & 5 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@ on:

jobs:
yamllint:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-yamllint.yaml@2a155b83746904fc3d6e784663ef7e94ceca11f8 # v3.4.23
uses: mirceanton/reusable-workflows/.github/workflows/reusable-yamllint.yaml@eb91426a79e7b63c4649650b2aaa80c11d966ee8 # v3.4.24
secrets: inherit
with:
yamllint-args: "--config-file=.yamllint.yaml"

actionlint:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@2a155b83746904fc3d6e784663ef7e94ceca11f8 # v3.4.23
uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@eb91426a79e7b63c4649650b2aaa80c11d966ee8 # v3.4.24
secrets: inherit

shellcheck:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-shellcheck.yaml@2a155b83746904fc3d6e784663ef7e94ceca11f8 # v3.4.23
uses: mirceanton/reusable-workflows/.github/workflows/reusable-shellcheck.yaml@eb91426a79e7b63c4649650b2aaa80c11d966ee8 # v3.4.24
secrets: inherit

markdownlint:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@2a155b83746904fc3d6e784663ef7e94ceca11f8 # v3.4.23
uses: mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@eb91426a79e7b63c4649650b2aaa80c11d966ee8 # v3.4.24
secrets: inherit

commitlint:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@2a155b83746904fc3d6e784663ef7e94ceca11f8 # v3.4.23
uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@eb91426a79e7b63c4649650b2aaa80c11d966ee8 # v3.4.24
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@2a155b83746904fc3d6e784663ef7e94ceca11f8 # v3.4.23
uses: mirceanton/reusable-workflows/.github/workflows/reusable-renovate.yaml@eb91426a79e7b63c4649650b2aaa80c11d966ee8 # v3.4.24
secrets: inherit
with:
dry-run: "${{ inputs.dry-run == true || github.event_name == 'pull_request' }}"
Expand Down

0 comments on commit bcad157

Please sign in to comment.