From cae5856b77e6ba494122db8eef3ae200bd04ce07 Mon Sep 17 00:00:00 2001 From: Jennifer Power Date: Mon, 18 Sep 2023 10:12:15 -0400 Subject: [PATCH] chore: update tibdex/github-app-token to v2.1.0 Pin to a commit Signed-off-by: Jennifer Power --- .github/workflows/autofix-cd.yml | 2 +- .github/workflows/create-new.yml | 2 +- .github/workflows/regenerate-cd.yml | 2 +- .github/workflows/transform-rules.yml | 2 +- .github/workflows/update-profiles.yml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/autofix-cd.yml b/.github/workflows/autofix-cd.yml index 78b1429..59982f9 100644 --- a/.github/workflows/autofix-cd.yml +++ b/.github/workflows/autofix-cd.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Generate app token - uses: tibdex/github-app-token@v1 + uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a id: get_installation_token with: app_id: ${{ secrets.APP_ID }} diff --git a/.github/workflows/create-new.yml b/.github/workflows/create-new.yml index 35a964c..8476988 100644 --- a/.github/workflows/create-new.yml +++ b/.github/workflows/create-new.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Generate app token - uses: tibdex/github-app-token@v1 + uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a id: get_installation_token with: app_id: ${{ secrets.APP_ID }} diff --git a/.github/workflows/regenerate-cd.yml b/.github/workflows/regenerate-cd.yml index fe5a3e4..b8481ec 100644 --- a/.github/workflows/regenerate-cd.yml +++ b/.github/workflows/regenerate-cd.yml @@ -17,7 +17,7 @@ jobs: pull-requests: write steps: - name: Generate app token - uses: tibdex/github-app-token@v1 + uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a id: get_installation_token with: app_id: ${{ secrets.APP_ID }} diff --git a/.github/workflows/transform-rules.yml b/.github/workflows/transform-rules.yml index 1499752..e92ea18 100644 --- a/.github/workflows/transform-rules.yml +++ b/.github/workflows/transform-rules.yml @@ -14,7 +14,7 @@ jobs: contents: write steps: - name: Generate app token - uses: tibdex/github-app-token@v1 + uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a id: get_installation_token with: app_id: ${{ secrets.APP_ID }} diff --git a/.github/workflows/update-profiles.yml b/.github/workflows/update-profiles.yml index 8b3d9a4..4a81bc2 100644 --- a/.github/workflows/update-profiles.yml +++ b/.github/workflows/update-profiles.yml @@ -12,9 +12,9 @@ jobs: pull-requests: write steps: - name: Clone - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Python 3.8 - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: 3.8 - name: Update from upstream repo