Skip to content

Commit cfa36a2

Browse files
fix(gha/actions/create-github-app-token): update v1.11.0 ➼ v1.11.1 (#1545)
Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com>
1 parent 1c359f8 commit cfa36a2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/flux-localhost-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo "MESSAGE=feat(bootstrap/flux)!: build Flux v${{ github.event.inputs.version || env.FLUX_VERSION }} localhost install manifests" >> "${GITHUB_ENV}"
4040
4141
- name: "Generate Short Lived OAuth App Token (ghs_*)"
42-
uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
42+
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
4343
id: oauth-token
4444
with:
4545
app-id: "${{ secrets.BOT_APP_ID }}" # $BOT_APP_ID is found in GitHub App main settings page

.github/workflows/kube-flux-diff.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
resource: ["helmrelease", "kustomization"]
1919
steps:
2020
- name: "Generate Short Lived OAuth App Token (ghs_*)"
21-
uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
21+
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
2222
id: oauth-token
2323
with:
2424
app-id: "${{ secrets.BOT_APP_ID }}" # $BOT_APP_ID is found in GitHub App main settings page

.github/workflows/ostree-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: dnf install -y rpm-ostree selinux-policy selinux-policy-targeted policycoreutils podman
3434

3535
- name: "Generate Short Lived OAuth App Token (ghs_*)"
36-
uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
36+
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
3737
id: oauth-token
3838
with:
3939
app-id: "${{ secrets.BOT_APP_ID }}" # $BOT_APP_ID is found in GitHub App main settings page

.github/workflows/renovate.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
packages: read # for private GHCR packages
7373
steps:
7474
- name: "Generate Short Lived OAuth App Token (ghs_*)"
75-
uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
75+
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
7676
id: oauth-token
7777
with:
7878
app-id: "${{ secrets.BOT_APP_ID }}" # $BOT_APP_ID is found in GitHub App main settings page

0 commit comments

Comments
 (0)