diff --git a/.github/workflows/cdktf-documentation.yml b/.github/workflows/cdktf-documentation.yml index 46f2c480f2c3..9af61510b048 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@0d49dd721133f900ebd5e0dff2810704e8defbc6 # v1.8.2 + uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0 with: app_id: ${{ secrets.APP_ID }} installation_id: ${{ secrets.INSTALLATION_ID }} diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 15e35ae298b6..5e2d04ed135a 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@0d49dd721133f900ebd5e0dff2810704e8defbc6 # v1.8.2 + uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0 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@0d49dd721133f900ebd5e0dff2810704e8defbc6 # v1.8.2 + uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0 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 f459ef5c8444..863983a57f1b 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@0d49dd721133f900ebd5e0dff2810704e8defbc6 # v1.8.2 + uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0 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@0d49dd721133f900ebd5e0dff2810704e8defbc6 # v1.8.2 + uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0 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 c1cb994ad333..355b9d9543ab 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@0d49dd721133f900ebd5e0dff2810704e8defbc6 # v1.8.2 + uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0 with: app_id: ${{ secrets.APP_ID }} installation_id: ${{ secrets.INSTALLATION_ID }}