Skip to content

Commit

Permalink
chore: Update cruft template
Browse files Browse the repository at this point in the history
  • Loading branch information
mircea-pavel-anton committed Oct 12, 2024
1 parent 2f25da9 commit 58ae108
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"template": "https://github.com/mirceanton/repository-templates",
"commit": "8e8f415119f9f953b73a77371235e8b29c801b57",
"checkout": null,
"commit": "4c527dc8a98a5772df49700bc82262dd6fbff928",
"checkout": "v0.1.1",
"context": {
"cookiecutter": {
"project_name": "talswitcher",
Expand Down
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@fe8cb068ccf362fa75af3e2336fb24e1b04c5ccf # v3.4.15
uses: mirceanton/reusable-workflows/.github/workflows/reusable-docker-build-push.yaml@1f67ebf2d8aa5a366dc1a2179911c7edaea8a5af # v3.4.18
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 @@ -30,7 +30,7 @@ on:

jobs:
git:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-release-semver.yaml@fe8cb068ccf362fa75af3e2336fb24e1b04c5ccf # v3.4.15
uses: mirceanton/reusable-workflows/.github/workflows/reusable-release-semver.yaml@1f67ebf2d8aa5a366dc1a2179911c7edaea8a5af # v3.4.18
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 @@ -26,7 +26,7 @@ on:

jobs:
goreleaser:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-release.yaml@fe8cb068ccf362fa75af3e2336fb24e1b04c5ccf # v3.4.15
uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-release.yaml@1f67ebf2d8aa5a366dc1a2179911c7edaea8a5af # v3.4.18
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@fe8cb068ccf362fa75af3e2336fb24e1b04c5ccf # v3.4.15
uses: mirceanton/reusable-workflows/.github/workflows/reusable-label-sync.yaml@1f67ebf2d8aa5a366dc1a2179911c7edaea8a5af # v3.4.18
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@fe8cb068ccf362fa75af3e2336fb24e1b04c5ccf # v3.4.15
uses: mirceanton/reusable-workflows/.github/workflows/reusable-labeler.yaml@1f67ebf2d8aa5a366dc1a2179911c7edaea8a5af # v3.4.18
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@fe8cb068ccf362fa75af3e2336fb24e1b04c5ccf # v3.4.15
uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-lint.yaml@1f67ebf2d8aa5a366dc1a2179911c7edaea8a5af # v3.4.18
secrets: inherit

yamllint:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-yamllint.yaml@fe8cb068ccf362fa75af3e2336fb24e1b04c5ccf # v3.4.15
uses: mirceanton/reusable-workflows/.github/workflows/reusable-yamllint.yaml@1f67ebf2d8aa5a366dc1a2179911c7edaea8a5af # v3.4.18
secrets: inherit
with:
yamllint-args: "--config-file=.yamllint.yaml"

actionlint:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@fe8cb068ccf362fa75af3e2336fb24e1b04c5ccf # v3.4.15
uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@1f67ebf2d8aa5a366dc1a2179911c7edaea8a5af # v3.4.18
secrets: inherit

shellcheck:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-shellcheck.yaml@fe8cb068ccf362fa75af3e2336fb24e1b04c5ccf # v3.4.15
uses: mirceanton/reusable-workflows/.github/workflows/reusable-shellcheck.yaml@1f67ebf2d8aa5a366dc1a2179911c7edaea8a5af # v3.4.18
secrets: inherit

markdownlint:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@fe8cb068ccf362fa75af3e2336fb24e1b04c5ccf # v3.4.15
uses: mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@1f67ebf2d8aa5a366dc1a2179911c7edaea8a5af # v3.4.18
secrets: inherit

commitlint:
uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@fe8cb068ccf362fa75af3e2336fb24e1b04c5ccf # v3.4.15
uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@1f67ebf2d8aa5a366dc1a2179911c7edaea8a5af # v3.4.18
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@fe8cb068ccf362fa75af3e2336fb24e1b04c5ccf # v3.4.15
uses: mirceanton/reusable-workflows/.github/workflows/reusable-renovate.yaml@1f67ebf2d8aa5a366dc1a2179911c7edaea8a5af # v3.4.18
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-go.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@fe8cb068ccf362fa75af3e2336fb24e1b04c5ccf # v3.4.15
uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-test.yaml@1f67ebf2d8aa5a366dc1a2179911c7edaea8a5af # v3.4.18
secrets: inherit
with:
go-version: stable

0 comments on commit 58ae108

Please sign in to comment.