diff --git a/.github/workflows/submodule_tracker.yml b/.github/workflows/submodule_tracker.yml index 6e15d8e..4829640 100644 --- a/.github/workflows/submodule_tracker.yml +++ b/.github/workflows/submodule_tracker.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Generate a token id: generate_token - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4 + uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0 with: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} diff --git a/.github/workflows/testing-queue.yml b/.github/workflows/testing-queue.yml index 1fa4597..b0460e5 100644 --- a/.github/workflows/testing-queue.yml +++ b/.github/workflows/testing-queue.yml @@ -45,7 +45,7 @@ jobs: steps: - name: Generate a token id: generate_token - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4 + uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0 with: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }}