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.50 → v3.4.51 ) (#187)

Co-authored-by: mr-borboto[bot] <170036086+mr-borboto[bot]@users.noreply.github.com>
  • Loading branch information
mr-borboto[bot] authored Jan 28, 2025
1 parent f388bac commit fb2a788
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 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@9636dd03edf5f6a14372182c4c07985c85485b9f # v3.4.50
uses: mirceanton/reusable-workflows/.github/workflows/reusable-docker-build-push.yaml@9ce913356128f964413b5fe99efe4858e18d7831 # v3.4.51
secrets: inherit
with:
image: "ghcr.io/${{ github.repository }}-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 @@ -23,7 +23,7 @@ on:
jobs:
git:
if: github.repository_owner == 'mirceanton' #?don't run on forks
uses: mirceanton/reusable-workflows/.github/workflows/reusable-release-semver.yaml@9636dd03edf5f6a14372182c4c07985c85485b9f # v3.4.50
uses: mirceanton/reusable-workflows/.github/workflows/reusable-release-semver.yaml@9ce913356128f964413b5fe99efe4858e18d7831 # v3.4.51
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 @@ -19,7 +19,7 @@ on:
jobs:
goreleaser:
if: github.repository_owner == 'mirceanton' #?don't run on forks
uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-release.yaml@9636dd03edf5f6a14372182c4c07985c85485b9f # v3.4.50
uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-release.yaml@9ce913356128f964413b5fe99efe4858e18d7831 # v3.4.51
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@9636dd03edf5f6a14372182c4c07985c85485b9f # v3.4.50
uses: mirceanton/reusable-workflows/.github/workflows/reusable-label-sync.yaml@9ce913356128f964413b5fe99efe4858e18d7831 # v3.4.51
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@9636dd03edf5f6a14372182c4c07985c85485b9f # v3.4.50
uses: mirceanton/reusable-workflows/.github/workflows/reusable-labeler.yaml@9ce913356128f964413b5fe99efe4858e18d7831 # v3.4.51
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@9636dd03edf5f6a14372182c4c07985c85485b9f # v3.4.50
uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-lint.yaml@9ce913356128f964413b5fe99efe4858e18d7831 # v3.4.51
secrets: inherit

yamllint:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-yamllint.yaml@9636dd03edf5f6a14372182c4c07985c85485b9f # v3.4.50
uses: mirceanton/reusable-workflows/.github/workflows/reusable-yamllint.yaml@9ce913356128f964413b5fe99efe4858e18d7831 # v3.4.51
secrets: inherit
with:
yamllint-args: "--config-file=.yamllint.yaml"

actionlint:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@9636dd03edf5f6a14372182c4c07985c85485b9f # v3.4.50
uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@9ce913356128f964413b5fe99efe4858e18d7831 # v3.4.51
secrets: inherit

shellcheck:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-shellcheck.yaml@9636dd03edf5f6a14372182c4c07985c85485b9f # v3.4.50
uses: mirceanton/reusable-workflows/.github/workflows/reusable-shellcheck.yaml@9ce913356128f964413b5fe99efe4858e18d7831 # v3.4.51
secrets: inherit

markdownlint:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@9636dd03edf5f6a14372182c4c07985c85485b9f # v3.4.50
uses: mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@9ce913356128f964413b5fe99efe4858e18d7831 # v3.4.51
secrets: inherit

commitlint:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@9636dd03edf5f6a14372182c4c07985c85485b9f # v3.4.50
uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@9ce913356128f964413b5fe99efe4858e18d7831 # v3.4.51
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ concurrency:

jobs:
renovate:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-renovate.yaml@9636dd03edf5f6a14372182c4c07985c85485b9f # v3.4.50
uses: mirceanton/reusable-workflows/.github/workflows/reusable-renovate.yaml@9ce913356128f964413b5fe99efe4858e18d7831 # v3.4.51
secrets: inherit
with:
dry-run: "${{ inputs.dry-run == true || github.event_name == 'pull_request' }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
test:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-test.yaml@9636dd03edf5f6a14372182c4c07985c85485b9f # v3.4.50
uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-test.yaml@9ce913356128f964413b5fe99efe4858e18d7831 # v3.4.51
secrets: inherit
with:
go-version: stable

0 comments on commit fb2a788

Please sign in to comment.