Skip to content

Commit 11abb17

Browse files
chore(copier): update from template
1 parent 97a41a8 commit 11abb17

9 files changed

Lines changed: 22 additions & 25 deletions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# This file is @generated by <https://github.com/liblaf/copier-release>.
22
# DO NOT EDIT!
3-
_commit: v0.3.0
3+
_commit: v0.3.1
44
_src_path: gh:liblaf/copier-release

‎.config/copier/.copier-answers.shared.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is @generated by <https://github.com/liblaf/copier-shared>.
22
# DO NOT EDIT!
3-
_commit: v0.2.12
3+
_commit: v0.2.14
44
_src_path: gh:liblaf/copier-share
55
author_email: 30631553+liblaf@users.noreply.github.com
66
author_name: liblaf

‎.config/mise/conf.d/50-shared.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
[tasks.copier-update]
66
description = "Recopy all configured Copier templates from their answers files."
7-
file = "https://raw.githubusercontent.com/liblaf/copier-shared/229c877607592fdb64fd30c9fb5a511e86862304/mise-tasks/copier-update.sh"
7+
file = "https://raw.githubusercontent.com/liblaf/copier-shared/5a55d431cc346ce595856961eb70f8c72a51a22c/mise-tasks/copier-update.sh"

‎.github/workflows/release-pr.yaml‎

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ on:
99
- main
1010

1111
env:
12-
GIT_CLIFF_CONFIG_URL: >-
13-
https://raw.githubusercontent.com/liblaf/copier-release/0c66649f89da259fdfdc5e34caf43a57d1ce5d46/cliff.toml
14-
15-
#
12+
GIT_CLIFF_CONFIG_URL: https://raw.githubusercontent.com/liblaf/copier-release/refs/heads/main/cliff.toml
1613

1714
concurrency:
1815
group: ${{ github.workflow }} @ ${{ github.ref }}
@@ -35,12 +32,12 @@ jobs:
3532
with:
3633
fetch-depth: 0
3734
- name: Install git-cliff
38-
uses: taiki-e/install-action@cf525cb33f51aca27cd6fa02034117ab963ff9f1 # v2
35+
uses: taiki-e/install-action@3771e22aa892e03fd35585fae288baad1755695c # v2
3936
with:
4037
tool: git-cliff
4138
- id: version
4239
name: Next version
43-
uses: liblaf/actions/next-version@30c85b7c83d5db558c3113c5a7297837f6fe4904 # v1
40+
uses: liblaf/actions/next-version@0d18501335a3b930ccc19923d9439102a05367fd # v3
4441
env:
4542
GIT_CLIFF_CONFIG_URL: ${{ env.GIT_CLIFF_CONFIG_URL }}
4643
GITHUB_TOKEN: ${{ github.token }}
@@ -61,7 +58,7 @@ jobs:
6158
steps:
6259
- id: auth
6360
name: Auth
64-
uses: liblaf/actions/auth@d510a5eaa5206b30ed1009660d04ef8082daf2d9 # v2
61+
uses: liblaf/actions/auth@0d18501335a3b930ccc19923d9439102a05367fd # v3
6562
with:
6663
client-id: ${{ vars.APP_CLIENT_ID }}
6764
private-key: ${{ secrets.APP_PRIVATE_KEY }}
@@ -70,7 +67,7 @@ jobs:
7067
with:
7168
fetch-depth: 0
7269
- name: Install git-cliff
73-
uses: taiki-e/install-action@cf525cb33f51aca27cd6fa02034117ab963ff9f1 # v2
70+
uses: taiki-e/install-action@3771e22aa892e03fd35585fae288baad1755695c # v2
7471
with:
7572
tool: git-cliff
7673
- name: Generate changelog
@@ -108,5 +105,3 @@ jobs:
108105
automerge
109106
release-please
110107
assignees: ${{ github.repository_owner }}
111-
112-
#

‎.github/workflows/release-publish.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- id: auth
2727
name: Auth
28-
uses: liblaf/actions/auth@d510a5eaa5206b30ed1009660d04ef8082daf2d9 # v2
28+
uses: liblaf/actions/auth@0d18501335a3b930ccc19923d9439102a05367fd # v3
2929
with:
3030
client-id: ${{ vars.APP_CLIENT_ID }}
3131
private-key: ${{ secrets.APP_PRIVATE_KEY }}

‎.github/workflows/shared-approve.yaml‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,16 @@ jobs:
2121
steps:
2222
- id: auth
2323
name: Auth
24-
uses: liblaf/actions/auth@d510a5eaa5206b30ed1009660d04ef8082daf2d9 # v2
24+
uses: liblaf/actions/auth@0d18501335a3b930ccc19923d9439102a05367fd # v3
2525
with:
2626
client-id: ${{ vars.APP_CLIENT_ID }}
2727
private-key: ${{ secrets.APP_PRIVATE_KEY }}
2828
- name: Approve
29-
uses: liblaf/actions/approve@d510a5eaa5206b30ed1009660d04ef8082daf2d9 # v2
29+
uses: liblaf/actions/approve@0d18501335a3b930ccc19923d9439102a05367fd # v3
3030
with:
3131
approve-token: ${{ steps.auth.outputs.token }}
3232
label: ${{ matrix.label }}
33+
reviewer: ${{ steps.auth.outputs.committer-name }}
3334
strategy:
3435
matrix:
3536
label:

‎.github/workflows/shared-copier-update.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- id: auth
2727
name: Auth
28-
uses: liblaf/actions/auth@d510a5eaa5206b30ed1009660d04ef8082daf2d9 # v2
28+
uses: liblaf/actions/auth@0d18501335a3b930ccc19923d9439102a05367fd # v3
2929
with:
3030
client-id: ${{ vars.APP_CLIENT_ID }}
3131
private-key: ${{ secrets.APP_PRIVATE_KEY }}

‎.github/workflows/shared-mega-linter.yaml‎

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ jobs:
3333
steps:
3434
- id: auth
3535
name: Auth
36-
uses: liblaf/actions/auth@d510a5eaa5206b30ed1009660d04ef8082daf2d9 # v2
36+
uses: liblaf/actions/auth@0d18501335a3b930ccc19923d9439102a05367fd # v3
3737
with:
3838
client-id: ${{ vars.APP_CLIENT_ID }}
3939
private-key: ${{ secrets.APP_PRIVATE_KEY }}
4040
- name: Checkout
4141
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4242
- id: lint
4343
name: MegaLinter
44-
uses: liblaf/megalinter-custom-flavor-all@e4ff3731165d0b37dcf66ef40ddcd9e6c1825adf # main
44+
uses: liblaf/megalinter-custom-flavor-all@1f661b2e07bf3fe80a03a2b5d3eb3e944bea9c09 # main
4545
env:
4646
GITHUB_TOKEN: ${{ steps.auth.outputs.token }}
4747
MEGALINTER_CONFIG: https://raw.githubusercontent.com/liblaf/megalinter-custom-flavor-all/refs/heads/main/.mega-linter.yml
@@ -93,12 +93,13 @@ jobs:
9393
steps:
9494
- id: auth
9595
name: Auth
96-
uses: liblaf/actions/auth@d510a5eaa5206b30ed1009660d04ef8082daf2d9 # v2
96+
uses: liblaf/actions/auth@0d18501335a3b930ccc19923d9439102a05367fd # v3
9797
with:
9898
client-id: ${{ vars.APP_CLIENT_ID }}
9999
private-key: ${{ secrets.APP_PRIVATE_KEY }}
100100
- name: Approve
101-
uses: liblaf/actions/approve@d510a5eaa5206b30ed1009660d04ef8082daf2d9 # v2
101+
uses: liblaf/actions/approve@0d18501335a3b930ccc19923d9439102a05367fd # v3
102102
with:
103103
approve-token: ${{ steps.auth.outputs.token }}
104104
pull: ${{ needs.mega-linter.outputs.pull-request-url }}
105+
reviewer: ${{ steps.auth.outputs.committer-name }}

‎.pre-commit-config.yaml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ ci:
1818

1919
repos:
2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.15.11
21+
rev: v0.15.13
2222
hooks:
2323
- id: ruff-check
2424
args:
2525
- --fix
2626
- id: ruff-format
2727
- repo: https://github.com/oxc-project/mirrors-oxfmt
28-
rev: v0.45.0
28+
rev: v0.50.0
2929
hooks:
3030
- id: oxfmt
3131
- repo: https://github.com/oxc-project/mirrors-oxlint
32-
rev: v1.60.0
32+
rev: v1.65.0
3333
hooks:
3434
- id: oxlint
3535
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -52,7 +52,7 @@ repos:
5252
hooks:
5353
- id: actionlint
5454
- repo: https://github.com/rvben/rumdl-pre-commit
55-
rev: v0.1.80
55+
rev: v0.1.93
5656
hooks:
5757
- id: rumdl-fmt
5858
- repo: https://github.com/shellcheck-py/shellcheck-py

0 commit comments

Comments
 (0)