From 1eef2489442f0a0766ec3975b7d400b54fa0372e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 12:22:57 +0000 Subject: [PATCH] Bump tibdex/github-app-token from 1.5.2 to 1.6 (#7527) Bumps [tibdex/github-app-token](https://github.com/tibdex/github-app-token) from 1.5.2 to 1.6. - [Release notes](https://github.com/tibdex/github-app-token/releases) - [Commits](https://github.com/tibdex/github-app-token/compare/586e1a624db6a5a4ac2c53daeeded60c5e3d50fe...f717b5ecd4534d3c4df4ce9b5c1c2214f0f7cd06) --- updated-dependencies: - dependency-name: tibdex/github-app-token dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/boringssl-version-bump.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/boringssl-version-bump.yml b/.github/workflows/boringssl-version-bump.yml index 58aab9de6..9b12be8be 100644 --- a/.github/workflows/boringssl-version-bump.yml +++ b/.github/workflows/boringssl-version-bump.yml @@ -30,7 +30,7 @@ jobs: sed -E -i "s/TYPE: \"boringssl\", VERSION: \"[0-9a-f]{40}\"/TYPE: \"boringssl\", VERSION: \"${{ steps.check-sha.outputs.BORING_SHA }}\"/" .github/workflows/ci.yml git status if: steps.check-sha.outputs.BORING_SHA - - uses: tibdex/github-app-token@586e1a624db6a5a4ac2c53daeeded60c5e3d50fe + - uses: tibdex/github-app-token@f717b5ecd4534d3c4df4ce9b5c1c2214f0f7cd06 id: generate-token with: app_id: ${{ secrets.BORINGBOT_APP_ID }}