From ccb1403d6c74f8794487cd49d605436cd7273617 Mon Sep 17 00:00:00 2001 From: "tyriis-automation[bot]" <133711747+tyriis-automation[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 19:12:41 +0000 Subject: [PATCH] ci(github-action): update actions/create-github-app-token to v1.7.0 --- .github/workflows/pr-labeler.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-labeler.yaml b/.github/workflows/pr-labeler.yaml index 473c4abbb..d0e402a8b 100644 --- a/.github/workflows/pr-labeler.yaml +++ b/.github/workflows/pr-labeler.yaml @@ -18,7 +18,7 @@ jobs: egress-policy: audit - name: Generate Token - uses: actions/create-github-app-token@c4fa18d55c5d49e6a2793e351ea4938322c61072 # v1.6.4 + uses: actions/create-github-app-token@86576b355dd19da0519e0bdb63d8edb5bcf76a25 # v1.7.0 id: app-token with: app-id: "${{ secrets.BOT_APP_ID }}"