From 6c779831ee18ff714c27a5537c46ceb75dd89fbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 23:01:07 +0000 Subject: [PATCH] chore(deps): bump tibdex/github-app-token from 1.6.0 to 1.7.0 Bumps [tibdex/github-app-token](https://github.com/tibdex/github-app-token) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/tibdex/github-app-token/releases) - [Commits](https://github.com/tibdex/github-app-token/compare/f717b5ecd4534d3c4df4ce9b5c1c2214f0f7cd06...021a2405c7f990db57f5eae5397423dcc554159c) --- updated-dependencies: - dependency-name: tibdex/github-app-token dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-version-release.yml | 2 +- .github/workflows/cspell5-update-dependencies.yml | 2 +- .github/workflows/cspell5-update-dictionaries.yml | 2 +- .github/workflows/cspell5-update-integration-repositories.yml | 2 +- .github/workflows/dependabot-update-lockfile.yml | 2 +- .github/workflows/reuseable-pr-from-artifact.yml | 2 +- .github/workflows/reuseable-pr.yml | 2 +- .github/workflows/update-docs.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-version-release.yml b/.github/workflows/build-version-release.yml index 5c6810b5de6..58ef5773bd0 100644 --- a/.github/workflows/build-version-release.yml +++ b/.github/workflows/build-version-release.yml @@ -39,7 +39,7 @@ jobs: release_version: runs-on: ubuntu-latest steps: - - uses: tibdex/github-app-token@f717b5ecd4534d3c4df4ce9b5c1c2214f0f7cd06 # v1.5 # cspell:ignore tibdex + - uses: tibdex/github-app-token@021a2405c7f990db57f5eae5397423dcc554159c # v1.5 # cspell:ignore tibdex if: ${{ !env.DRY_RUN && !inputs.token }} id: generate-token with: diff --git a/.github/workflows/cspell5-update-dependencies.yml b/.github/workflows/cspell5-update-dependencies.yml index 011c40c0140..1ddcabc2fa5 100644 --- a/.github/workflows/cspell5-update-dependencies.yml +++ b/.github/workflows/cspell5-update-dependencies.yml @@ -74,7 +74,7 @@ jobs: echo 'DIFF' >> $GITHUB_ENV - name: Echo git_status run: echo "${{ env.git_status }}" - - uses: tibdex/github-app-token@f717b5ecd4534d3c4df4ce9b5c1c2214f0f7cd06 # v1.5 # cspell:ignore tibdex + - uses: tibdex/github-app-token@021a2405c7f990db57f5eae5397423dcc554159c # v1.5 # cspell:ignore tibdex if: env.git_status == 'dirty' id: generate-token with: diff --git a/.github/workflows/cspell5-update-dictionaries.yml b/.github/workflows/cspell5-update-dictionaries.yml index 2279f69b2ce..b6419e81ded 100644 --- a/.github/workflows/cspell5-update-dictionaries.yml +++ b/.github/workflows/cspell5-update-dictionaries.yml @@ -105,7 +105,7 @@ jobs: git --no-pager diff --compact-summary >> $GITHUB_ENV echo 'DIFF' >> $GITHUB_ENV - - uses: tibdex/github-app-token@f717b5ecd4534d3c4df4ce9b5c1c2214f0f7cd06 # v1.5 # cspell:ignore tibdex + - uses: tibdex/github-app-token@021a2405c7f990db57f5eae5397423dcc554159c # v1.5 # cspell:ignore tibdex id: generate-token with: app_id: ${{ secrets.AUTOMATION_APP_ID }} diff --git a/.github/workflows/cspell5-update-integration-repositories.yml b/.github/workflows/cspell5-update-integration-repositories.yml index 309fc38ee05..c9baa9604ab 100644 --- a/.github/workflows/cspell5-update-integration-repositories.yml +++ b/.github/workflows/cspell5-update-integration-repositories.yml @@ -50,7 +50,7 @@ jobs: echo 'DIFF' >> $GITHUB_ENV - name: Echo git_status run: echo "${{ env.git_status }}" - - uses: tibdex/github-app-token@f717b5ecd4534d3c4df4ce9b5c1c2214f0f7cd06 # v1.5 # cspell:ignore tibdex + - uses: tibdex/github-app-token@021a2405c7f990db57f5eae5397423dcc554159c # v1.5 # cspell:ignore tibdex if: env.git_status == 'dirty' id: generate-token with: diff --git a/.github/workflows/dependabot-update-lockfile.yml b/.github/workflows/dependabot-update-lockfile.yml index 469e566cd2a..88b8ff0a355 100644 --- a/.github/workflows/dependabot-update-lockfile.yml +++ b/.github/workflows/dependabot-update-lockfile.yml @@ -14,7 +14,7 @@ jobs: with: version: ^7 - - uses: tibdex/github-app-token@f717b5ecd4534d3c4df4ce9b5c1c2214f0f7cd06 # v1.5 # cspell:ignore tibdex + - uses: tibdex/github-app-token@021a2405c7f990db57f5eae5397423dcc554159c # v1.5 # cspell:ignore tibdex id: generate-token with: app_id: ${{ secrets.AUTOMATION_APP_ID }} diff --git a/.github/workflows/reuseable-pr-from-artifact.yml b/.github/workflows/reuseable-pr-from-artifact.yml index 9dee695e6e1..2a3a5037a0f 100644 --- a/.github/workflows/reuseable-pr-from-artifact.yml +++ b/.github/workflows/reuseable-pr-from-artifact.yml @@ -96,7 +96,7 @@ jobs: run: | echo "$git_body" - - uses: tibdex/github-app-token@f717b5ecd4534d3c4df4ce9b5c1c2214f0f7cd06 # v1.5 # cspell:ignore tibdex + - uses: tibdex/github-app-token@021a2405c7f990db57f5eae5397423dcc554159c # v1.5 # cspell:ignore tibdex if: env.git_status == 'dirty' id: generate-token with: diff --git a/.github/workflows/reuseable-pr.yml b/.github/workflows/reuseable-pr.yml index 5fefd4b9b7d..a4981eb4eed 100644 --- a/.github/workflows/reuseable-pr.yml +++ b/.github/workflows/reuseable-pr.yml @@ -82,7 +82,7 @@ jobs: run: | echo "$git_body" - - uses: tibdex/github-app-token@f717b5ecd4534d3c4df4ce9b5c1c2214f0f7cd06 # v1.5 # cspell:ignore tibdex + - uses: tibdex/github-app-token@021a2405c7f990db57f5eae5397423dcc554159c # v1.5 # cspell:ignore tibdex if: env.git_status == 'dirty' id: generate-token with: diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index 1949b59fba1..3d2cee24edc 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -45,7 +45,7 @@ jobs: echo 'DIFF' >> $GITHUB_ENV - name: Echo git_status run: echo "${{ env.git_status }}" - - uses: tibdex/github-app-token@f717b5ecd4534d3c4df4ce9b5c1c2214f0f7cd06 # v1.5 # cspell:ignore tibdex + - uses: tibdex/github-app-token@021a2405c7f990db57f5eae5397423dcc554159c # v1.5 # cspell:ignore tibdex if: env.git_status == 'dirty' id: generate-token with: