diff --git a/.github/workflows/flux-diff.yaml b/.github/workflows/flux-diff.yaml index e1b3b3d521..71144c91db 100644 --- a/.github/workflows/flux-diff.yaml +++ b/.github/workflows/flux-diff.yaml @@ -19,7 +19,7 @@ jobs: matrix: ${{ steps.changed-clusters.outputs.all_changed_and_modified_files }} steps: - name: Generate Token - uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1 + uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1 id: app-token with: app-id: "${{ secrets.BOT_APP_ID }}" @@ -57,7 +57,7 @@ jobs: fail-fast: false steps: - name: Generate Token - uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1 + uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1 id: app-token with: app-id: "${{ secrets.BOT_APP_ID }}" diff --git a/.github/workflows/flux-image-test.yaml b/.github/workflows/flux-image-test.yaml index 54dc0f35fa..41f67f9cde 100644 --- a/.github/workflows/flux-image-test.yaml +++ b/.github/workflows/flux-image-test.yaml @@ -19,7 +19,7 @@ jobs: matrix: ${{ steps.changed-clusters.outputs.all_changed_and_modified_files }} steps: - name: Generate Token - uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1 + uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1 id: app-token with: app-id: "${{ secrets.BOT_APP_ID }}" @@ -58,7 +58,7 @@ jobs: matrix: ${{ steps.extract-images.outputs.images }} steps: - name: Generate Token - uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1 + uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1 id: app-token with: app-id: "${{ secrets.BOT_APP_ID }}" diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 7a7a1aa066..66e14bf6ed 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 - name: Generate Token - uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1 + uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1 if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} id: app-token with: diff --git a/.github/workflows/meta-labeler.yaml b/.github/workflows/meta-labeler.yaml index 9a6ade37d0..6f055d32f5 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@3378cda945da322a8db4b193e19d46352ebe2de5 # v1 + uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1 id: app-token with: app-id: "${{ secrets.BOT_APP_ID }}" diff --git a/.github/workflows/schemas.yaml b/.github/workflows/schemas.yaml index d63b0317a1..2ae7c63fe5 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@3378cda945da322a8db4b193e19d46352ebe2de5 # v1 + uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # 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@3378cda945da322a8db4b193e19d46352ebe2de5 # v1 + uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1 id: app-token with: app-id: "${{ secrets.BOT_APP_ID }}"