diff --git a/.github/workflows/flux-diff.yaml b/.github/workflows/flux-diff.yaml index 95f4563f9..251eaf84c 100644 --- a/.github/workflows/flux-diff.yaml +++ b/.github/workflows/flux-diff.yaml @@ -67,7 +67,7 @@ jobs: steps: # https://github.com/marketplace/actions/create-github-app-token - name: Generate Token - uses: actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3 + uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5 if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} id: app-token with: diff --git a/.github/workflows/mega-linter.yaml b/.github/workflows/mega-linter.yaml index 912940537..d1314b73d 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@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3 + uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5 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 595f3dd3e..40a192f9e 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@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3 + uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5 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 d353e59cd..07d0ddaf4 100644 --- a/.github/workflows/schedule-renovate.yaml +++ b/.github/workflows/schedule-renovate.yaml @@ -43,7 +43,7 @@ jobs: # https://github.com/marketplace/actions/create-github-app-token - name: Generate Token - uses: actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3 + uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5 id: app-token with: app-id: "${{ secrets.BOT_APP_ID }}" diff --git a/.github/workflows/update-flake-lock.yaml b/.github/workflows/update-flake-lock.yaml index bffb08677..834fb420f 100644 --- a/.github/workflows/update-flake-lock.yaml +++ b/.github/workflows/update-flake-lock.yaml @@ -18,7 +18,7 @@ jobs: steps: # https://github.com/marketplace/actions/create-github-app-token - name: Generate Token - uses: actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3 + uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5 # if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} id: app-token with: