diff --git a/.config/copier/.copier-answers.release.yaml b/.config/copier/.copier-answers.release.yaml index a031fa4..9836d00 100644 --- a/.config/copier/.copier-answers.release.yaml +++ b/.config/copier/.copier-answers.release.yaml @@ -1,4 +1,4 @@ # This file is @generated by . # DO NOT EDIT! -_commit: v0.3.14 +_commit: v0.3.16 _src_path: gh:liblaf/copier-release diff --git a/.config/copier/.copier-answers.shared.yaml b/.config/copier/.copier-answers.shared.yaml index 8f014aa..a6681f0 100644 --- a/.config/copier/.copier-answers.shared.yaml +++ b/.config/copier/.copier-answers.shared.yaml @@ -1,6 +1,6 @@ # This file is @generated by . # 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 diff --git a/.config/mise/conf.d/50-shared.toml b/.config/mise/conf.d/50-shared.toml index 6f615a8..3d1fb79 100644 --- a/.config/mise/conf.d/50-shared.toml +++ b/.config/mise/conf.d/50-shared.toml @@ -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 diff --git a/.github/workflows/release-pr.yaml b/.github/workflows/release-pr.yaml index 0711051..ab16131 100644 --- a/.github/workflows/release-pr.yaml +++ b/.github/workflows/release-pr.yaml @@ -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 }} @@ -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 }} diff --git a/.github/workflows/release-publish.yaml b/.github/workflows/release-publish.yaml index b05eaa7..b763f0a 100644 --- a/.github/workflows/release-publish.yaml +++ b/.github/workflows/release-publish.yaml @@ -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 }} diff --git a/.github/workflows/shared-approve.yaml b/.github/workflows/shared-approve.yaml index 8980807..a0bd39f 100644 --- a/.github/workflows/shared-approve.yaml +++ b/.github/workflows/shared-approve.yaml @@ -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 }} diff --git a/.github/workflows/shared-copier-update.yaml b/.github/workflows/shared-copier-update.yaml index e22a349..9e31fe3 100644 --- a/.github/workflows/shared-copier-update.yaml +++ b/.github/workflows/shared-copier-update.yaml @@ -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 diff --git a/.github/workflows/shared-mega-linter.yaml b/.github/workflows/shared-mega-linter.yaml index a5456e3..b29118f 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@f53e930a3c8515151fc60ca60623e766c0c85643 # v3 + uses: liblaf/actions/auth@2d37965c7d54a87b668ea9eba3ee0d7a0a6cc8b1 # v3 with: client-id: ${{ vars.APP_CLIENT_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} @@ -41,7 +41,7 @@ jobs: 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 @@ -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 }}