File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212
1313jobs :
1414 release :
15- uses : mirceanton/reusable-workflows/.github/workflows/reusable-docker-build-push.yaml@40a5d6ce235ca5631b31b0677258950a35f94a24 # v3.5.0
15+ uses : mirceanton/reusable-workflows/.github/workflows/reusable-docker-build-push.yaml@71c748260211464d1d58c43d7fb019f7adac19b3 # v3.5.1
1616 secrets : inherit
1717 with :
1818 image : " ghcr.io/mirceanton/kubectl-switch-devcontainer"
Original file line number Diff line number Diff line change 3030
3131jobs :
3232 git :
33- uses : mirceanton/reusable-workflows/.github/workflows/reusable-release-semver.yaml@40a5d6ce235ca5631b31b0677258950a35f94a24 # v3.5.0
33+ uses : mirceanton/reusable-workflows/.github/workflows/reusable-release-semver.yaml@71c748260211464d1d58c43d7fb019f7adac19b3 # v3.5.1
3434 secrets : inherit
3535 with :
3636 dry-run : ${{ inputs.dry-run || github.event_name == 'pull_request' }}
Original file line number Diff line number Diff line change 2626
2727jobs :
2828 goreleaser :
29- uses : mirceanton/reusable-workflows/.github/workflows/reusable-go-release.yaml@40a5d6ce235ca5631b31b0677258950a35f94a24 # v3.5.0
29+ uses : mirceanton/reusable-workflows/.github/workflows/reusable-go-release.yaml@71c748260211464d1d58c43d7fb019f7adac19b3 # v3.5.1
3030 secrets : inherit
3131 with :
3232 dry-run : ${{ inputs.dry-run || github.event_name == 'pull_request' }}
Original file line number Diff line number Diff line change 3131
3232jobs :
3333 label-sync :
34- uses : mirceanton/reusable-workflows/.github/workflows/reusable-label-sync.yaml@40a5d6ce235ca5631b31b0677258950a35f94a24 # v3.5.0
34+ uses : mirceanton/reusable-workflows/.github/workflows/reusable-label-sync.yaml@71c748260211464d1d58c43d7fb019f7adac19b3 # v3.5.1
3535 secrets : inherit
3636 with :
3737 dry-run : ${{ inputs.dry-run || github.event_name == 'pull_request' }}
Original file line number Diff line number Diff line change 77
88jobs :
99 pr-labeler :
10- uses : mirceanton/reusable-workflows/.github/workflows/reusable-labeler.yaml@40a5d6ce235ca5631b31b0677258950a35f94a24 # v3.5.0
10+ uses : mirceanton/reusable-workflows/.github/workflows/reusable-labeler.yaml@71c748260211464d1d58c43d7fb019f7adac19b3 # v3.5.1
1111 secrets : inherit
1212 with :
1313 config-file : .github/labeler.yaml
Original file line number Diff line number Diff line change 1111
1212jobs :
1313 golangci-lint :
14- uses : mirceanton/reusable-workflows/.github/workflows/reusable-go-lint.yaml@40a5d6ce235ca5631b31b0677258950a35f94a24 # v3.5.0
14+ uses : mirceanton/reusable-workflows/.github/workflows/reusable-go-lint.yaml@71c748260211464d1d58c43d7fb019f7adac19b3 # v3.5.1
1515 secrets : inherit
1616
1717 yamllint :
18- uses : mirceanton/reusable-workflows/.github/workflows/reusable-yamllint.yaml@40a5d6ce235ca5631b31b0677258950a35f94a24 # v3.5.0
18+ uses : mirceanton/reusable-workflows/.github/workflows/reusable-yamllint.yaml@71c748260211464d1d58c43d7fb019f7adac19b3 # v3.5.1
1919 secrets : inherit
2020 with :
2121 yamllint-args : " --config-file=.yamllint.yaml"
2222
2323 actionlint :
24- uses : mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@40a5d6ce235ca5631b31b0677258950a35f94a24 # v3.5.0
24+ uses : mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@71c748260211464d1d58c43d7fb019f7adac19b3 # v3.5.1
2525 secrets : inherit
2626
2727 shellcheck :
28- uses : mirceanton/reusable-workflows/.github/workflows/reusable-shellcheck.yaml@40a5d6ce235ca5631b31b0677258950a35f94a24 # v3.5.0
28+ uses : mirceanton/reusable-workflows/.github/workflows/reusable-shellcheck.yaml@71c748260211464d1d58c43d7fb019f7adac19b3 # v3.5.1
2929 secrets : inherit
3030
3131 markdownlint :
32- uses : mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@40a5d6ce235ca5631b31b0677258950a35f94a24 # v3.5.0
32+ uses : mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@71c748260211464d1d58c43d7fb019f7adac19b3 # v3.5.1
3333 secrets : inherit
3434
3535 commitlint :
36- uses : mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@40a5d6ce235ca5631b31b0677258950a35f94a24 # v3.5.0
36+ uses : mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@71c748260211464d1d58c43d7fb019f7adac19b3 # v3.5.1
3737 secrets : inherit
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ concurrency:
3333
3434jobs :
3535 renovate :
36- uses : mirceanton/reusable-workflows/.github/workflows/reusable-renovate.yaml@40a5d6ce235ca5631b31b0677258950a35f94a24 # v3.5.0
36+ uses : mirceanton/reusable-workflows/.github/workflows/reusable-renovate.yaml@71c748260211464d1d58c43d7fb019f7adac19b3 # v3.5.1
3737 secrets : inherit
3838 with :
3939 dry-run : " ${{ inputs.dry-run == true || github.event_name == 'pull_request' }}"
You can’t perform that action at this time.
0 commit comments