From 091407750c35c4d2856a4ee5104255ed538ba68f Mon Sep 17 00:00:00 2001 From: "tyriis-automation[bot]" <133711747+tyriis-automation[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 19:14:13 +0000 Subject: [PATCH] ci(github-action): update actions/create-github-app-token to v1.8.2 (#2603) Co-authored-by: tyriis-automation[bot] <133711747+tyriis-automation[bot]@users.noreply.github.com> --- .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 5ed6bc494..123ac4925 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@e8e39f73bb84fdf315a015fa3104f314c0a258b4 # v1.8.1 + uses: actions/create-github-app-token@bf627a5a4415baceb13b8feb7cdbe1f4b112dc8d # v1.8.2 id: app-token with: app-id: "${{ secrets.BOT_APP_ID }}"