diff --git a/.github/workflows/flux-localhost-build.yaml b/.github/workflows/flux-localhost-build.yaml index 37356efbf5..97cc9d7510 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@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0 + uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.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 5dadde98fa..0c2604f0ee 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@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0 + uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.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 8af7a179e1..e4dbf76965 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@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0 + uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.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 1b339183ee..8fcbeab171 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -72,7 +72,7 @@ jobs: packages: read # for private GHCR packages steps: - name: "Generate Short Lived OAuth App Token (ghs_*)" - uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0 + uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1 id: oauth-token with: app-id: "${{ secrets.BOT_APP_ID }}" # $BOT_APP_ID is found in GitHub App main settings page