diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c6a0576..fb5346a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -192,7 +192,7 @@ jobs: - name: Generate GitHub token id: generate_token - uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 + uses: tibdex/github-app-token@0d49dd721133f900ebd5e0dff2810704e8defbc6 with: app_id: ${{ secrets.GH_APP_OS_APP_ID }} private_key: ${{ secrets.GH_APP_OS_PRIVATE_KEY }} @@ -276,7 +276,7 @@ jobs: steps: - name: Generate GitHub 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.GH_APP_OS_APP_ID }} private_key: ${{ secrets.GH_APP_OS_PRIVATE_KEY }}