Skip to content
Open
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.14
_commit: v0.3.16
_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.24
_commit: v0.2.25
_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@065e35a2e53df85a160950c67df0b33f09aed064/mise-tasks/copier-update.sh"
file = "https://cdn.jsdelivr.net/gh/liblaf/copier-shared@c16a68aa0b1965187a18551f3d22f591ee4377ae/mise-tasks/copier-update.sh"
interactive = true
6 changes: 3 additions & 3 deletions .github/workflows/release-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
with:
fetch-depth: 0
- name: Install git-cliff
uses: taiki-e/install-action@1beb33eee6d086258184383af9a538940be190ed # v2
uses: taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2
with:
tool: git-cliff
- id: version
name: Next version
uses: liblaf/actions/next-version@f53e930a3c8515151fc60ca60623e766c0c85643 # v3
uses: liblaf/actions/next-version@2d37965c7d54a87b668ea9eba3ee0d7a0a6cc8b1 # v3
env:
GIT_CLIFF_CONFIG_URL: ${{ env.GIT_CLIFF_CONFIG_URL }}
GITHUB_TOKEN: ${{ github.token }}
Expand All @@ -60,7 +60,7 @@ jobs:
steps:
- id: auth
name: Auth
uses: liblaf/actions/auth@f53e930a3c8515151fc60ca60623e766c0c85643 # v3
uses: liblaf/actions/auth@2d37965c7d54a87b668ea9eba3ee0d7a0a6cc8b1 # v3
with:
client-id: ${{ vars.APP_CLIENT_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- id: auth
name: Auth
uses: liblaf/actions/auth@f53e930a3c8515151fc60ca60623e766c0c85643 # v3
uses: liblaf/actions/auth@2d37965c7d54a87b668ea9eba3ee0d7a0a6cc8b1 # v3
with:
client-id: ${{ vars.APP_CLIENT_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
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@f53e930a3c8515151fc60ca60623e766c0c85643 # v3
uses: liblaf/actions/auth@2d37965c7d54a87b668ea9eba3ee0d7a0a6cc8b1 # v3
with:
client-id: ${{ vars.APP_CLIENT_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Approve
uses: liblaf/actions/approve@f53e930a3c8515151fc60ca60623e766c0c85643 # v3
uses: liblaf/actions/approve@2d37965c7d54a87b668ea9eba3ee0d7a0a6cc8b1 # 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@f53e930a3c8515151fc60ca60623e766c0c85643 # v3
uses: liblaf/actions/auth@2d37965c7d54a87b668ea9eba3ee0d7a0a6cc8b1 # 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@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4
uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # 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@f53e930a3c8515151fc60ca60623e766c0c85643 # v3
uses: liblaf/actions/auth@2d37965c7d54a87b668ea9eba3ee0d7a0a6cc8b1 # 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@4e698aefdb7056813167596e16c0d31b470be2e8 # main
uses: liblaf/megalinter-custom-flavor-all@aaf0f856b3e0ce5562356563690daec53783f5c2 # v10.0.0
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@f53e930a3c8515151fc60ca60623e766c0c85643 # v3
uses: liblaf/actions/auth@2d37965c7d54a87b668ea9eba3ee0d7a0a6cc8b1 # v3
with:
client-id: ${{ vars.APP_CLIENT_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Approve
uses: liblaf/actions/approve@f53e930a3c8515151fc60ca60623e766c0c85643 # v3
uses: liblaf/actions/approve@2d37965c7d54a87b668ea9eba3ee0d7a0a6cc8b1 # v3
with:
approve-token: ${{ steps.auth.outputs.token }}
pull: ${{ needs.mega-linter.outputs.pull-request-url }}
Expand Down