diff --git a/.github/workflows/flux-localhost-build.yaml b/.github/workflows/flux-localhost-build.yaml index c3afe60259..67566aaa48 100644 --- a/.github/workflows/flux-localhost-build.yaml +++ b/.github/workflows/flux-localhost-build.yaml @@ -39,7 +39,7 @@ jobs: echo "MESSAGE=feat(bootstrap/flux)!: build Flux v${{ github.event.inputs.version || env.FLUX_VERSION }} localhost install manifests" >> "${GITHUB_ENV}" - name: "Generate Short Lived OAuth App Token (ghs_*)" - uses: actions/create-github-app-token@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1.10.0 + uses: actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1 id: oauth-token with: app-id: "${{ secrets.BOT_APP_ID }}" # $BOT_APP_ID is found in GitHub App main settings page diff --git a/.github/workflows/kube-flux-diff.yaml b/.github/workflows/kube-flux-diff.yaml index 4a772c23ea..9dd1a7ba37 100644 --- a/.github/workflows/kube-flux-diff.yaml +++ b/.github/workflows/kube-flux-diff.yaml @@ -18,7 +18,7 @@ jobs: resource: ["helmrelease", "kustomization"] steps: - name: "Generate Short Lived OAuth App Token (ghs_*)" - uses: actions/create-github-app-token@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1.10.0 + uses: actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1 id: oauth-token with: app-id: "${{ secrets.BOT_APP_ID }}" # $BOT_APP_ID is found in GitHub App main settings page diff --git a/.github/workflows/ostree-build.yaml b/.github/workflows/ostree-build.yaml index a0ca259a16..bef60094cc 100644 --- a/.github/workflows/ostree-build.yaml +++ b/.github/workflows/ostree-build.yaml @@ -33,7 +33,7 @@ jobs: run: dnf install -y rpm-ostree selinux-policy selinux-policy-targeted policycoreutils podman - name: "Generate Short Lived OAuth App Token (ghs_*)" - uses: actions/create-github-app-token@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1.10.0 + uses: actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1 id: oauth-token with: app-id: "${{ secrets.BOT_APP_ID }}" # $BOT_APP_ID is found in GitHub App main settings page diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 04ec37ba74..d334701278 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Generate Short Lived OAuth App Token (ghs_*)" - uses: actions/create-github-app-token@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1.10.0 + uses: actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1 id: oauth-token with: app-id: "${{ secrets.BOT_APP_ID }}" # $BOT_APP_ID is found in GitHub App main settings page