Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .config/copier/.copier-answers.release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is @generated by <https://github.com/liblaf/copier-release>.
# DO NOT EDIT!
_commit: v0.3.12
_commit: v0.3.14
_src_path: gh:liblaf/copier-release
2 changes: 1 addition & 1 deletion .config/copier/.copier-answers.shared.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is @generated by <https://github.com/liblaf/copier-shared>.
# DO NOT EDIT!
_commit: v0.2.22
_commit: v0.2.24
_src_path: gh:liblaf/copier-share
author_email: 30631553+liblaf@users.noreply.github.com
author_name: liblaf
Expand Down
2 changes: 1 addition & 1 deletion .config/mise/conf.d/50-shared.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@

[tasks.copier-update]
description = "Reapply all Copier templates using their saved answers"
file = "https://cdn.jsdelivr.net/gh/liblaf/copier-shared@fc170161df64a14392a2aa82f83c9af5848e23d7/mise-tasks/copier-update.sh"
file = "https://cdn.jsdelivr.net/gh/liblaf/copier-shared@065e35a2e53df85a160950c67df0b33f09aed064/mise-tasks/copier-update.sh"
interactive = true
10 changes: 5 additions & 5 deletions .github/workflows/release-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ jobs:
version: ${{ steps.version.outputs.version }}
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
fetch-depth: 0
- name: Install git-cliff
uses: taiki-e/install-action@07b4745e0c39a41822af610387492e3e53aa222b # v2
uses: taiki-e/install-action@1beb33eee6d086258184383af9a538940be190ed # v2
with:
tool: git-cliff
- id: version
name: Next version
uses: liblaf/actions/next-version@ba7e8a8be5abc0d1e1bac89ccc58f86204c06a20 # v3
uses: liblaf/actions/next-version@f53e930a3c8515151fc60ca60623e766c0c85643 # v3
env:
GIT_CLIFF_CONFIG_URL: ${{ env.GIT_CLIFF_CONFIG_URL }}
GITHUB_TOKEN: ${{ github.token }}
Expand All @@ -60,12 +60,12 @@ jobs:
steps:
- id: auth
name: Auth
uses: liblaf/actions/auth@ba7e8a8be5abc0d1e1bac89ccc58f86204c06a20 # v3
uses: liblaf/actions/auth@f53e930a3c8515151fc60ca60623e766c0c85643 # v3
with:
client-id: ${{ vars.APP_CLIENT_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
fetch-depth: 0
- name: Install rumdl
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
steps:
- id: auth
name: Auth
uses: liblaf/actions/auth@ba7e8a8be5abc0d1e1bac89ccc58f86204c06a20 # v3
uses: liblaf/actions/auth@f53e930a3c8515151fc60ca60623e766c0c85643 # v3
with:
client-id: ${{ vars.APP_CLIENT_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
token: ${{ steps.auth.outputs.token }}
- id: version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/shared-approve.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
steps:
- id: auth
name: Auth
uses: liblaf/actions/auth@ba7e8a8be5abc0d1e1bac89ccc58f86204c06a20 # v3
uses: liblaf/actions/auth@f53e930a3c8515151fc60ca60623e766c0c85643 # v3
with:
client-id: ${{ vars.APP_CLIENT_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Approve
uses: liblaf/actions/approve@ba7e8a8be5abc0d1e1bac89ccc58f86204c06a20 # v3
uses: liblaf/actions/approve@f53e930a3c8515151fc60ca60623e766c0c85643 # v3
with:
approve-token: ${{ steps.auth.outputs.token }}
label: ${{ matrix.label }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/shared-copier-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
steps:
- id: auth
name: Auth
uses: liblaf/actions/auth@ba7e8a8be5abc0d1e1bac89ccc58f86204c06a20 # v3
uses: liblaf/actions/auth@f53e930a3c8515151fc60ca60623e766c0c85643 # v3
with:
client-id: ${{ vars.APP_CLIENT_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- name: Install mise
uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4
uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4
- name: Install Copier
run: pipx install --pip-args cookiecutter copier
- name: Copier update
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/shared-mega-linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ jobs:
steps:
- id: auth
name: Auth
uses: liblaf/actions/auth@ba7e8a8be5abc0d1e1bac89ccc58f86204c06a20 # v3
uses: liblaf/actions/auth@f53e930a3c8515151fc60ca60623e766c0c85643 # v3
with:
client-id: ${{ vars.APP_CLIENT_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- id: lint
name: MegaLinter
uses: liblaf/megalinter-custom-flavor-all@d31e68a6223920a0219f4302222801daef3e1ac2 # main
uses: liblaf/megalinter-custom-flavor-all@4e698aefdb7056813167596e16c0d31b470be2e8 # main
env:
GITHUB_TOKEN: ${{ steps.auth.outputs.token }}
MEGALINTER_CONFIG: https://raw.githubusercontent.com/liblaf/megalinter-custom-flavor-all/refs/heads/main/.mega-linter.yml
Expand Down Expand Up @@ -90,12 +90,12 @@ jobs:
steps:
- id: auth
name: Auth
uses: liblaf/actions/auth@ba7e8a8be5abc0d1e1bac89ccc58f86204c06a20 # v3
uses: liblaf/actions/auth@f53e930a3c8515151fc60ca60623e766c0c85643 # v3
with:
client-id: ${{ vars.APP_CLIENT_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Approve
uses: liblaf/actions/approve@ba7e8a8be5abc0d1e1bac89ccc58f86204c06a20 # v3
uses: liblaf/actions/approve@f53e930a3c8515151fc60ca60623e766c0c85643 # v3
with:
approve-token: ${{ steps.auth.outputs.token }}
pull: ${{ needs.mega-linter.outputs.pull-request-url }}
Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ ci:

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.22
rev: v0.16.0
hooks:
- id: ruff-check
args:
- --fix
- id: ruff-format
- repo: https://github.com/oxc-project/mirrors-oxfmt
rev: v0.59.0
rev: v0.45.0
hooks:
- id: oxfmt
- repo: https://github.com/oxc-project/mirrors-oxlint
rev: v1.74.0
rev: v1.60.0
hooks:
- id: oxlint
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand All @@ -52,7 +52,7 @@ repos:
hooks:
- id: actionlint
- repo: https://github.com/rvben/rumdl-pre-commit
rev: v0.2.38
rev: v0.2.43
hooks:
- id: rumdl-fmt
- repo: https://github.com/shellcheck-py/shellcheck-py
Expand Down