From aad59469eef05d44fe407f583543752ef2d0b63e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 19:27:54 +0000 Subject: [PATCH] chore(deps): bump actions/create-github-app-token from 1.11.0 to 1.11.1 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.11.0 to 1.11.1. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/5d869da34e18e7287c1daad50e0b8ea0f506ce69...c1a285145b9d317df6ced56c09f525b5c2b6f755) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/push-tag.yaml | 2 +- .github/workflows/release.yaml | 2 +- .github/workflows/update-homebrew.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 }}