From b9520fd4642ec2607f4385969c705433fb18ae39 Mon Sep 17 00:00:00 2001 From: "tyriis-automation[bot]" <133711747+tyriis-automation[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 16:23:00 +0000 Subject: [PATCH] ci(github-action): update actions/create-github-app-token to v1.6.4 --- .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 f2e57dc23..473c4abbb 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@f04aa94d10cf56334d1c580e077ce2e3569e805d # v1.6.3 + uses: actions/create-github-app-token@c4fa18d55c5d49e6a2793e351ea4938322c61072 # v1.6.4 id: app-token with: app-id: "${{ secrets.BOT_APP_ID }}"