diff --git a/.github/workflows/anglicise.yml b/.github/workflows/anglicise.yml index 7e595b5..bbc01b9 100644 --- a/.github/workflows/anglicise.yml +++ b/.github/workflows/anglicise.yml @@ -538,7 +538,7 @@ jobs: - name: Setup bot identity (if fixes needed) id: import_gpg if: steps.check.outputs.needs_fix == 'true' - uses: XAOSTECH/dev-control/.github/actions/identity@b067f72ca7f849b734a45634f23581a739d5146f # v2.0.0 + uses: XAOSTECH/dev-control/.github/actions/identity@e28642ed90425e0aa13ec5fde6c87b749677f121 # v2.0.0 with: gpg-private-key: ${{ secrets['XB_GK'] }} gpg-passphrase: ${{ secrets['XB_GP'] }} diff --git a/.github/workflows/bash-lint-advanced.yml b/.github/workflows/bash-lint-advanced.yml index e682e4a..d6295d6 100644 --- a/.github/workflows/bash-lint-advanced.yml +++ b/.github/workflows/bash-lint-advanced.yml @@ -178,7 +178,7 @@ jobs: - name: Setup bot identity for signing id: identity - uses: XAOSTECH/dev-control/.github/actions/identity@b067f72ca7f849b734a45634f23581a739d5146f # v2.0.0 + uses: XAOSTECH/dev-control/.github/actions/identity@e28642ed90425e0aa13ec5fde6c87b749677f121 # v2.0.0 with: gpg-private-key: ${{ secrets['XB_GK'] }} gpg-passphrase: ${{ secrets['XB_GP'] }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6bc45a4..a8e1f09 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -151,7 +151,7 @@ jobs: token: ${{ steps.app_token.outputs.token }} - name: Setup bot identity - uses: XAOSTECH/dev-control/.github/actions/identity@b067f72ca7f849b734a45634f23581a739d5146f # v2.0.0 + uses: XAOSTECH/dev-control/.github/actions/identity@e28642ed90425e0aa13ec5fde6c87b749677f121 # v2.0.0 with: gpg-private-key: ${{ secrets['XB_GK'] }} gpg-passphrase: ${{ secrets['XB_GP'] }} @@ -358,7 +358,7 @@ jobs: - name: Setup bot identity (for signing) id: import_gpg if: github.event_name == 'workflow_dispatch' - uses: XAOSTECH/dev-control/.github/actions/identity@b067f72ca7f849b734a45634f23581a739d5146f # v2.0.0 + uses: XAOSTECH/dev-control/.github/actions/identity@e28642ed90425e0aa13ec5fde6c87b749677f121 # v2.0.0 with: gpg-private-key: ${{ secrets['XB_GK'] }} gpg-passphrase: ${{ secrets['XB_GP'] }} diff --git a/.github/workflows/replace.yml b/.github/workflows/replace.yml index bfda065..3c35112 100644 --- a/.github/workflows/replace.yml +++ b/.github/workflows/replace.yml @@ -42,7 +42,7 @@ jobs: private-key: ${{ secrets['XB_PK'] }} - name: Setup bot identity - uses: XAOSTECH/dev-control/.github/actions/identity@b067f72ca7f849b734a45634f23581a739d5146f # v2.0.0 + uses: XAOSTECH/dev-control/.github/actions/identity@e28642ed90425e0aa13ec5fde6c87b749677f121 # v2.0.0 with: gpg-private-key: ${{ secrets['XB_GK'] }} gpg-passphrase: ${{ secrets['XB_GP'] }} @@ -140,7 +140,7 @@ jobs: - name: Setup bot identity (if replacement needed) id: import_gpg if: steps.replace.outputs.needs_pr == 'true' - uses: XAOSTECH/dev-control/.github/actions/identity@b067f72ca7f849b734a45634f23581a739d5146f # v2.0.0 + uses: XAOSTECH/dev-control/.github/actions/identity@e28642ed90425e0aa13ec5fde6c87b749677f121 # v2.0.0 with: gpg-private-key: ${{ secrets['XB_GK'] }} gpg-passphrase: ${{ secrets['XB_GP'] }} diff --git a/.github/workflows/tree-viz.yml b/.github/workflows/tree-viz.yml index d822fdd..4696917 100644 --- a/.github/workflows/tree-viz.yml +++ b/.github/workflows/tree-viz.yml @@ -95,7 +95,7 @@ jobs: token: ${{ steps.app_token.outputs.token }} - name: Setup bot identity - uses: XAOSTECH/dev-control/.github/actions/identity@b067f72ca7f849b734a45634f23581a739d5146f # v2.0.0 + uses: XAOSTECH/dev-control/.github/actions/identity@e28642ed90425e0aa13ec5fde6c87b749677f121 # v2.0.0 with: gpg-private-key: ${{ secrets['XB_GK'] }} gpg-passphrase: ${{ secrets['XB_GP'] }} diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index d8e735f..92a9033 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -162,7 +162,7 @@ jobs: token: ${{ steps.app_token.outputs.token }} - name: Setup bot identity - uses: XAOSTECH/dev-control/.github/actions/identity@b067f72ca7f849b734a45634f23581a739d5146f # v2.0.0 + uses: XAOSTECH/dev-control/.github/actions/identity@e28642ed90425e0aa13ec5fde6c87b749677f121 # v2.0.0 with: gpg-private-key: ${{ secrets['XB_GK'] }} gpg-passphrase: ${{ secrets['XB_GP'] }}