From fb30fb4c1a0dfb3a831df286aa7edc07729e30f4 Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 04:42:52 +0000 Subject: [PATCH] fix(github-action): update actions/create-github-app-token action to v1.10.4 (#1050) Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com> --- .github/workflows/flux-localhost-build.yaml | 2 +- .github/workflows/kube-flux-diff.yaml | 2 +- .github/workflows/ostree-build.yaml | 2 +- .github/workflows/renovate.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/flux-localhost-build.yaml b/.github/workflows/flux-localhost-build.yaml index 2e6106f84c..9b40fb1fe4 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@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3 + uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4 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 a1c34258b8..99a96d925f 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@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3 + uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4 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 44bb364d3d..f71bd636f2 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@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3 + uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4 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 ef378d246a..af57dbab3a 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@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3 + uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4 id: oauth-token with: app-id: "${{ secrets.BOT_APP_ID }}" # $BOT_APP_ID is found in GitHub App main settings page