diff --git a/.github/workflows/push-tag.yaml b/.github/workflows/push-tag.yaml index d2131d6..c577099 100644 --- a/.github/workflows/push-tag.yaml +++ b/.github/workflows/push-tag.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Generate App Token - uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0 + uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1 id: app-token with: app-id: ${{ secrets.APP_ID_BLENDFACTORY_TAG_PUSHER }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b18444a..a95b95a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -125,7 +125,7 @@ jobs: echo "sha256_linux_x64=$(cat dvm-${{ steps.extract-dvm-version.outputs.version }}-linux-x64.sha256 | awk '{ print $1 }')" >> $GITHUB_OUTPUT - name: Generate a token id: app-token - uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0 + uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1 with: app-id: ${{ secrets.APP_ID_BLENDFACTORY_REPOSITORY_DISPATCHER }} private-key: ${{ secrets.PRIVATE_KEY_BLENDFACTORY_REPOSITORY_DISPATCHER }} diff --git a/.github/workflows/update-homebrew.yaml b/.github/workflows/update-homebrew.yaml index 00bee03..e9c7513 100644 --- a/.github/workflows/update-homebrew.yaml +++ b/.github/workflows/update-homebrew.yaml @@ -28,7 +28,7 @@ jobs: echo "sha256_linux_x64=$(cat dvm-${{ steps.extract-dvm-version.outputs.version }}-linux-x64.sha256 | awk '{ print $1 }')" >> $GITHUB_OUTPUT - name: Generate a token id: app-token - uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0 + uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1 with: app-id: ${{ secrets.APP_ID_BLENDFACTORY_REPOSITORY_DISPATCHER }} private-key: ${{ secrets.PRIVATE_KEY_BLENDFACTORY_REPOSITORY_DISPATCHER }}