From bbce34818f27bbb741ee54e42cd660e0d54b244a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 06:57:18 +0000 Subject: [PATCH] build(deps): Bump actions/create-github-app-token from 1.10.3 to 1.10.4 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.10.3 to 1.10.4. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4...3378cda945da322a8db4b193e19d46352ebe2de5) --- 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/devbox-update.yaml | 2 +- .github/workflows/release-please-main.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/devbox-update.yaml b/.github/workflows/devbox-update.yaml index bc9e65d5..fbec0d64 100644 --- a/.github/workflows/devbox-update.yaml +++ b/.github/workflows/devbox-update.yaml @@ -55,7 +55,7 @@ jobs: echo "message=${MESSAGE}" >>"${GITHUB_OUTPUT}" - name: Get app token to create PR with if: steps.devbox-versions-changed.outputs.number_changed > 0 - uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1 + uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1 id: app-token with: app-id: ${{ secrets.GHA_PR_APP_ID }} diff --git a/.github/workflows/release-please-main.yaml b/.github/workflows/release-please-main.yaml index 2432f32d..d34daad6 100644 --- a/.github/workflows/release-please-main.yaml +++ b/.github/workflows/release-please-main.yaml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Get app token to create PR with - uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1 + uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1 id: app-token with: app-id: ${{ secrets.GHA_PR_APP_ID }}