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
4 changes: 2 additions & 2 deletions .github/workflows/custom-approve.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- id: auth
name: Auth
uses: liblaf/actions/auth@d510a5eaa5206b30ed1009660d04ef8082daf2d9 # v2
uses: liblaf/actions/auth@0d18501335a3b930ccc19923d9439102a05367fd # v3
with:
client-id: ${{ vars.APP_CLIENT_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
Expand All @@ -32,7 +32,7 @@ jobs:
env:
GH_TOKEN: ${{ steps.auth.outputs.token }}
- name: Approve
uses: liblaf/actions/approve@d510a5eaa5206b30ed1009660d04ef8082daf2d9 # v2
uses: liblaf/actions/approve@0d18501335a3b930ccc19923d9439102a05367fd # v3
with:
app: pre-commit-ci
approve-token: ${{ steps.auth.outputs.token }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/shared-approve.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,16 @@ jobs:
steps:
- id: auth
name: Auth
uses: liblaf/actions/auth@d510a5eaa5206b30ed1009660d04ef8082daf2d9 # v2
uses: liblaf/actions/auth@0d18501335a3b930ccc19923d9439102a05367fd # v3
with:
client-id: ${{ vars.APP_CLIENT_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Approve
uses: liblaf/actions/approve@d510a5eaa5206b30ed1009660d04ef8082daf2d9 # v2
uses: liblaf/actions/approve@0d18501335a3b930ccc19923d9439102a05367fd # v3
with:
approve-token: ${{ steps.auth.outputs.token }}
label: ${{ matrix.label }}
reviewer: ${{ steps.auth.outputs.committer-name }}
strategy:
matrix:
label:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shared-copier-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- id: auth
name: Auth
uses: liblaf/actions/auth@d510a5eaa5206b30ed1009660d04ef8082daf2d9 # v2
uses: liblaf/actions/auth@0d18501335a3b930ccc19923d9439102a05367fd # v3
with:
client-id: ${{ vars.APP_CLIENT_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
Expand Down
9 changes: 5 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@d510a5eaa5206b30ed1009660d04ef8082daf2d9 # v2
uses: liblaf/actions/auth@0d18501335a3b930ccc19923d9439102a05367fd # v3
with:
client-id: ${{ vars.APP_CLIENT_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- id: lint
name: MegaLinter
uses: liblaf/megalinter-custom-flavor-all@e4ff3731165d0b37dcf66ef40ddcd9e6c1825adf # main
uses: liblaf/megalinter-custom-flavor-all@b7044af3d69f0c5c4524696d3ab4203886e01819 # 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 @@ -93,12 +93,13 @@ jobs:
steps:
- id: auth
name: Auth
uses: liblaf/actions/auth@d510a5eaa5206b30ed1009660d04ef8082daf2d9 # v2
uses: liblaf/actions/auth@0d18501335a3b930ccc19923d9439102a05367fd # v3
with:
client-id: ${{ vars.APP_CLIENT_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Approve
uses: liblaf/actions/approve@d510a5eaa5206b30ed1009660d04ef8082daf2d9 # v2
uses: liblaf/actions/approve@0d18501335a3b930ccc19923d9439102a05367fd # v3
with:
approve-token: ${{ steps.auth.outputs.token }}
pull: ${{ needs.mega-linter.outputs.pull-request-url }}
reviewer: ${{ steps.auth.outputs.committer-name }}
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.11
rev: v0.15.12
hooks:
- id: ruff-check
args:
- --fix
- id: ruff-format
- repo: https://github.com/oxc-project/mirrors-oxfmt
rev: v0.45.0
rev: v0.47.0
hooks:
- id: oxfmt
- repo: https://github.com/oxc-project/mirrors-oxlint
rev: v1.60.0
rev: v1.62.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.1.80
rev: v0.1.87
hooks:
- id: rumdl-fmt
- repo: https://github.com/shellcheck-py/shellcheck-py
Expand Down
5 changes: 3 additions & 2 deletions template/.github/workflows/shared-approve.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,16 @@ jobs:
steps:
- id: auth
name: Auth
uses: liblaf/actions/auth@d510a5eaa5206b30ed1009660d04ef8082daf2d9 # v2
uses: liblaf/actions/auth@0d18501335a3b930ccc19923d9439102a05367fd # v3
with:
client-id: ${{ vars.APP_CLIENT_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Approve
uses: liblaf/actions/approve@d510a5eaa5206b30ed1009660d04ef8082daf2d9 # v2
uses: liblaf/actions/approve@0d18501335a3b930ccc19923d9439102a05367fd # v3
with:
approve-token: ${{ steps.auth.outputs.token }}
label: ${{ matrix.label }}
reviewer: ${{ steps.auth.outputs.committer-name }}
strategy:
matrix:
label:
Expand Down
2 changes: 1 addition & 1 deletion template/.github/workflows/shared-copier-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- id: auth
name: Auth
uses: liblaf/actions/auth@d510a5eaa5206b30ed1009660d04ef8082daf2d9 # v2
uses: liblaf/actions/auth@0d18501335a3b930ccc19923d9439102a05367fd # v3
with:
client-id: ${{ vars.APP_CLIENT_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
Expand Down
7 changes: 4 additions & 3 deletions template/.github/workflows/shared-mega-linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
steps:
- id: auth
name: Auth
uses: liblaf/actions/auth@d510a5eaa5206b30ed1009660d04ef8082daf2d9 # v2
uses: liblaf/actions/auth@0d18501335a3b930ccc19923d9439102a05367fd # v3
with:
client-id: ${{ vars.APP_CLIENT_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
Expand Down Expand Up @@ -93,12 +93,13 @@ jobs:
steps:
- id: auth
name: Auth
uses: liblaf/actions/auth@d510a5eaa5206b30ed1009660d04ef8082daf2d9 # v2
uses: liblaf/actions/auth@0d18501335a3b930ccc19923d9439102a05367fd # v3
with:
client-id: ${{ vars.APP_CLIENT_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Approve
uses: liblaf/actions/approve@d510a5eaa5206b30ed1009660d04ef8082daf2d9 # v2
uses: liblaf/actions/approve@0d18501335a3b930ccc19923d9439102a05367fd # v3
with:
approve-token: ${{ steps.auth.outputs.token }}
pull: ${{ needs.mega-linter.outputs.pull-request-url }}
reviewer: ${{ steps.auth.outputs.committer-name }}