diff --git a/.github/workflows/shared-approve.yaml b/.github/workflows/shared-approve.yaml index a8b11e3..abf1b01 100644 --- a/.github/workflows/shared-approve.yaml +++ b/.github/workflows/shared-approve.yaml @@ -21,16 +21,15 @@ jobs: steps: - id: auth name: Auth - uses: liblaf/actions/auth@0d18501335a3b930ccc19923d9439102a05367fd # v3 + uses: liblaf/actions/auth@d510a5eaa5206b30ed1009660d04ef8082daf2d9 # v2 with: client-id: ${{ vars.APP_CLIENT_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} - name: Approve - uses: liblaf/actions/approve@0d18501335a3b930ccc19923d9439102a05367fd # v3 + uses: liblaf/actions/approve@d510a5eaa5206b30ed1009660d04ef8082daf2d9 # v2 with: approve-token: ${{ steps.auth.outputs.token }} label: ${{ matrix.label }} - reviewer: ${{ steps.auth.outputs.committer-name }} strategy: matrix: label: diff --git a/.github/workflows/shared-copier-update.yaml b/.github/workflows/shared-copier-update.yaml index 37401e6..821bf54 100644 --- a/.github/workflows/shared-copier-update.yaml +++ b/.github/workflows/shared-copier-update.yaml @@ -25,7 +25,7 @@ jobs: steps: - id: auth name: Auth - uses: liblaf/actions/auth@0d18501335a3b930ccc19923d9439102a05367fd # v3 + uses: liblaf/actions/auth@d510a5eaa5206b30ed1009660d04ef8082daf2d9 # v2 with: client-id: ${{ vars.APP_CLIENT_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} diff --git a/.github/workflows/shared-mega-linter.yaml b/.github/workflows/shared-mega-linter.yaml index 7cd79b5..f99912a 100644 --- a/.github/workflows/shared-mega-linter.yaml +++ b/.github/workflows/shared-mega-linter.yaml @@ -33,7 +33,7 @@ jobs: steps: - id: auth name: Auth - uses: liblaf/actions/auth@0d18501335a3b930ccc19923d9439102a05367fd # v3 + uses: liblaf/actions/auth@d510a5eaa5206b30ed1009660d04ef8082daf2d9 # v2 with: client-id: ${{ vars.APP_CLIENT_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} @@ -41,7 +41,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - id: lint name: MegaLinter - uses: liblaf/megalinter-custom-flavor-all@b7044af3d69f0c5c4524696d3ab4203886e01819 # main + uses: liblaf/megalinter-custom-flavor-all@e4ff3731165d0b37dcf66ef40ddcd9e6c1825adf # 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 @@ -93,13 +93,12 @@ jobs: steps: - id: auth name: Auth - uses: liblaf/actions/auth@0d18501335a3b930ccc19923d9439102a05367fd # v3 + uses: liblaf/actions/auth@d510a5eaa5206b30ed1009660d04ef8082daf2d9 # v2 with: client-id: ${{ vars.APP_CLIENT_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} - name: Approve - uses: liblaf/actions/approve@0d18501335a3b930ccc19923d9439102a05367fd # v3 + uses: liblaf/actions/approve@d510a5eaa5206b30ed1009660d04ef8082daf2d9 # v2 with: approve-token: ${{ steps.auth.outputs.token }} pull: ${{ needs.mega-linter.outputs.pull-request-url }} - reviewer: ${{ steps.auth.outputs.committer-name }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 16859e5..83a794d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,18 +18,18 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.12 + rev: v0.15.11 hooks: - id: ruff-check args: - --fix - id: ruff-format - repo: https://github.com/oxc-project/mirrors-oxfmt - rev: v0.47.0 + rev: v0.45.0 hooks: - id: oxfmt - repo: https://github.com/oxc-project/mirrors-oxlint - rev: v1.62.0 + rev: v1.60.0 hooks: - id: oxlint - repo: https://github.com/pre-commit/pre-commit-hooks @@ -52,7 +52,7 @@ repos: hooks: - id: actionlint - repo: https://github.com/rvben/rumdl-pre-commit - rev: v0.1.87 + rev: v0.1.80 hooks: - id: rumdl-fmt - repo: https://github.com/shellcheck-py/shellcheck-py