From 9ea905b0b4407823c58a1898629180ed91bbb015 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 06:11:48 +0000 Subject: [PATCH] build(deps): bump tibdex/github-app-token from 1.8.0 to 1.8.2 Bumps [tibdex/github-app-token](https://github.com/tibdex/github-app-token) from 1.8.0 to 1.8.2. - [Release notes](https://github.com/tibdex/github-app-token/releases) - [Commits](https://github.com/tibdex/github-app-token/compare/b62528385c34dbc9f38e5f4225ac829252d1ea92...0d49dd721133f900ebd5e0dff2810704e8defbc6) --- updated-dependencies: - dependency-name: tibdex/github-app-token dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/cdktf-documentation.yml | 2 +- .github/workflows/issues.yml | 4 ++-- .github/workflows/pull_request_target.yml | 4 ++-- .github/workflows/resource-counts.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cdktf-documentation.yml b/.github/workflows/cdktf-documentation.yml index 8b6c59a8d1d..46f2c480f2c 100644 --- a/.github/workflows/cdktf-documentation.yml +++ b/.github/workflows/cdktf-documentation.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Generate Token id: generate_token - uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 # v1.8.0 + uses: tibdex/github-app-token@0d49dd721133f900ebd5e0dff2810704e8defbc6 # v1.8.2 with: app_id: ${{ secrets.APP_ID }} installation_id: ${{ secrets.INSTALLATION_ID }} diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 16b3aea5bac..15e35ae298b 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -29,7 +29,7 @@ jobs: steps: - name: 'Generate Token' id: token - uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 # v1.8.0 + uses: tibdex/github-app-token@0d49dd721133f900ebd5e0dff2810704e8defbc6 # v1.8.2 with: app_id: ${{ secrets.APP_ID }} installation_id: ${{ secrets.INSTALLATION_ID }} @@ -86,7 +86,7 @@ jobs: steps: - name: 'Generate Token' id: token - uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 # v1.8.0 + uses: tibdex/github-app-token@0d49dd721133f900ebd5e0dff2810704e8defbc6 # v1.8.2 with: app_id: ${{ secrets.APP_ID }} installation_id: ${{ secrets.INSTALLATION_ID }} diff --git a/.github/workflows/pull_request_target.yml b/.github/workflows/pull_request_target.yml index b72449ab926..2b08cac5ced 100644 --- a/.github/workflows/pull_request_target.yml +++ b/.github/workflows/pull_request_target.yml @@ -30,7 +30,7 @@ jobs: steps: - name: 'Generate Token' id: token - uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 # v1.8.0 + uses: tibdex/github-app-token@0d49dd721133f900ebd5e0dff2810704e8defbc6 # v1.8.2 with: app_id: ${{ secrets.APP_ID }} installation_id: ${{ secrets.INSTALLATION_ID }} @@ -122,7 +122,7 @@ jobs: steps: - name: 'Generate Token' id: token - uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 # v1.8.0 + uses: tibdex/github-app-token@0d49dd721133f900ebd5e0dff2810704e8defbc6 # v1.8.2 with: app_id: ${{ secrets.APP_ID }} installation_id: ${{ secrets.INSTALLATION_ID }} diff --git a/.github/workflows/resource-counts.yml b/.github/workflows/resource-counts.yml index d4a0533ec6b..04332375998 100644 --- a/.github/workflows/resource-counts.yml +++ b/.github/workflows/resource-counts.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Generate Token id: generate_token - uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 # v1.8.0 + uses: tibdex/github-app-token@0d49dd721133f900ebd5e0dff2810704e8defbc6 # v1.8.2 with: app_id: ${{ secrets.APP_ID }} installation_id: ${{ secrets.INSTALLATION_ID }}