diff --git a/.github/workflows/flux-local.yaml b/.github/workflows/flux-local.yaml index f705e45e29..6e4d4a437b 100644 --- a/.github/workflows/flux-local.yaml +++ b/.github/workflows/flux-local.yaml @@ -26,7 +26,7 @@ jobs: matrix: ${{ steps.changed-clusters.outputs.all_changed_and_modified_files }} steps: - name: Generate Token - uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1 + uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1 id: app-token with: app-id: "${{ secrets.BOT_APP_ID }}" @@ -61,7 +61,7 @@ jobs: fail-fast: false steps: - name: Generate Token - uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1 + uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1 if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} id: app-token with: @@ -94,7 +94,7 @@ jobs: fail-fast: false steps: - name: Generate Token - uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1 + uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1 id: app-token with: app-id: "${{ secrets.BOT_APP_ID }}" diff --git a/.github/workflows/meta-labeler.yaml b/.github/workflows/meta-labeler.yaml index cec917afb3..294f3927b6 100644 --- a/.github/workflows/meta-labeler.yaml +++ b/.github/workflows/meta-labeler.yaml @@ -16,7 +16,7 @@ jobs: pull-requests: write steps: - name: Generate Token - uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1 + uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1 id: app-token with: app-id: "${{ secrets.BOT_APP_ID }}" diff --git a/.github/workflows/pre-pull-images.yaml b/.github/workflows/pre-pull-images.yaml index a4a59ea97b..a40e8f5d83 100644 --- a/.github/workflows/pre-pull-images.yaml +++ b/.github/workflows/pre-pull-images.yaml @@ -29,7 +29,7 @@ jobs: pull: ${{ steps.extract-images.outputs.pull }} steps: - name: Generate Token - uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1 + uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1 id: app-token with: app-id: "${{ secrets.BOT_APP_ID }}" diff --git a/.github/workflows/schemas.yaml b/.github/workflows/schemas.yaml index 3f8c9143b0..a0e7552305 100644 --- a/.github/workflows/schemas.yaml +++ b/.github/workflows/schemas.yaml @@ -54,7 +54,7 @@ jobs: fileName: kubeconfig - name: Generate Token - uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1 + uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1 id: app-token with: app-id: "${{ secrets.BOT_APP_ID }}" @@ -94,7 +94,7 @@ jobs: needs: ["publish-kubernetes-schemas"] steps: - name: Generate Token - uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1 + uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1 id: app-token with: app-id: "${{ secrets.BOT_APP_ID }}"