From 836c480e321f4e32a2ad76a274b441d7c78f50c3 Mon Sep 17 00:00:00 2001 From: "tyriis-automation[bot]" <133711747+tyriis-automation[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 17:06:53 +0000 Subject: [PATCH] ci(github-action): update actions/create-github-app-token to v1.9.1 --- .github/workflows/flux-diff.yaml | 2 +- .github/workflows/mega-linter.yaml | 2 +- .github/workflows/pr-labeler.yaml | 2 +- .github/workflows/schedule-renovate.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/flux-diff.yaml b/.github/workflows/flux-diff.yaml index 55288098c..93e36da42 100644 --- a/.github/workflows/flux-diff.yaml +++ b/.github/workflows/flux-diff.yaml @@ -35,7 +35,7 @@ jobs: # https://github.com/marketplace/actions/create-github-app-token - name: Generate Token - uses: actions/create-github-app-token@f2acddfb5195534d487896a656232b016a682f3c # v1.9.0 + uses: actions/create-github-app-token@78e5f2ddc08efcb88fbbee6cfa3fed770ba550c3 # v1.9.1 id: app-token with: app-id: "${{ secrets.BOT_APP_ID }}" diff --git a/.github/workflows/mega-linter.yaml b/.github/workflows/mega-linter.yaml index 5b2b7fc2b..bf62af9f3 100644 --- a/.github/workflows/mega-linter.yaml +++ b/.github/workflows/mega-linter.yaml @@ -25,7 +25,7 @@ jobs: # https://github.com/marketplace/actions/create-github-app-token - name: Generate Token - uses: actions/create-github-app-token@f2acddfb5195534d487896a656232b016a682f3c # v1.9.0 + uses: actions/create-github-app-token@78e5f2ddc08efcb88fbbee6cfa3fed770ba550c3 # v1.9.1 id: app-token with: app-id: "${{ secrets.BOT_APP_ID }}" diff --git a/.github/workflows/pr-labeler.yaml b/.github/workflows/pr-labeler.yaml index a94a6e0a2..a16262d6d 100644 --- a/.github/workflows/pr-labeler.yaml +++ b/.github/workflows/pr-labeler.yaml @@ -24,7 +24,7 @@ jobs: # https://github.com/marketplace/actions/create-github-app-token - name: Generate Token - uses: actions/create-github-app-token@f2acddfb5195534d487896a656232b016a682f3c # v1.9.0 + uses: actions/create-github-app-token@78e5f2ddc08efcb88fbbee6cfa3fed770ba550c3 # v1.9.1 id: app-token with: app-id: "${{ secrets.BOT_APP_ID }}" diff --git a/.github/workflows/schedule-renovate.yaml b/.github/workflows/schedule-renovate.yaml index 6260a6a1f..d799f300a 100644 --- a/.github/workflows/schedule-renovate.yaml +++ b/.github/workflows/schedule-renovate.yaml @@ -42,7 +42,7 @@ jobs: # https://github.com/marketplace/actions/create-github-app-token - name: Generate Token - uses: actions/create-github-app-token@f2acddfb5195534d487896a656232b016a682f3c # v1.9.0 + uses: actions/create-github-app-token@78e5f2ddc08efcb88fbbee6cfa3fed770ba550c3 # v1.9.1 id: app-token with: app-id: "${{ secrets.BOT_APP_ID }}"