Skip to content

Commit

Permalink
ci(github-actions): update mirceanton/reusable-workflows action ( v3.…
Browse files Browse the repository at this point in the history
…4.47 → v3.4.48 ) (#135)

Co-authored-by: mr-borboto[bot] <170036086+mr-borboto[bot]@users.noreply.github.com>
  • Loading branch information
mr-borboto[bot] authored Jan 21, 2025
1 parent 40d3b7c commit 4479d85
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:

jobs:
release:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-docker-build-push.yaml@45c10dd21623ccf437b9b1b7d5137b96dae54f54 # v3.4.47
uses: mirceanton/reusable-workflows/.github/workflows/reusable-docker-build-push.yaml@fff460c54de9bc557d89108af5b6e093629f9605 # v3.4.48
secrets: inherit
with:
image: ghcr.io/${{ github.repository }}
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 @@ -23,7 +23,7 @@ on:

jobs:
release:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-release-calver.yaml@45c10dd21623ccf437b9b1b7d5137b96dae54f54 # v3.4.47
uses: mirceanton/reusable-workflows/.github/workflows/reusable-release-calver.yaml@fff460c54de9bc557d89108af5b6e093629f9605 # v3.4.48
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@45c10dd21623ccf437b9b1b7d5137b96dae54f54 # v3.4.47
uses: mirceanton/reusable-workflows/.github/workflows/reusable-label-sync.yaml@fff460c54de9bc557d89108af5b6e093629f9605 # v3.4.48
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@45c10dd21623ccf437b9b1b7d5137b96dae54f54 # v3.4.47
uses: mirceanton/reusable-workflows/.github/workflows/reusable-labeler.yaml@fff460c54de9bc557d89108af5b6e093629f9605 # v3.4.48
secrets: inherit
with:
config-file: .github/labeler.yaml
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ on:

jobs:
actionlint:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@45c10dd21623ccf437b9b1b7d5137b96dae54f54 # v3.4.47
uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@fff460c54de9bc557d89108af5b6e093629f9605 # v3.4.48
secrets: inherit

commitlint:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@45c10dd21623ccf437b9b1b7d5137b96dae54f54 # v3.4.47
uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@fff460c54de9bc557d89108af5b6e093629f9605 # v3.4.48
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@45c10dd21623ccf437b9b1b7d5137b96dae54f54 # v3.4.47
uses: mirceanton/reusable-workflows/.github/workflows/reusable-renovate.yaml@fff460c54de9bc557d89108af5b6e093629f9605 # v3.4.48
secrets: inherit
with:
dry-run: "${{ inputs.dry-run == true || github.event_name == 'pull_request' }}"
Expand Down

0 comments on commit 4479d85

Please sign in to comment.