chore(deps): bump actions/create-github-app-token from 2.1.4 to 2.2.0 (#13440)
Some checks failed
Test and Deploy installer / Test installer (macos-latest) (push) Has been cancelled
Test and Deploy installer / Test installer (ubuntu-latest) (push) Has been cancelled
CI / Run tests (push) Has been cancelled
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
Test and Deploy installer / Deploy installer in install.ohmyz.sh (push) Has been cancelled
Update dependencies / Check for updates (push) Has been cancelled

Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.1.4 to 2.2.0.
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](6701853927...7e473efe3c)

---
updated-dependencies:
- dependency-name: actions/create-github-app-token
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-11-23 22:37:35 +01:00
committed by GitHub
parent 0116e7a5af
commit beadd56dd7
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ jobs:
fetch-depth: 0
- name: Authenticate as @ohmyzsh
id: generate-token
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
with:
app-id: ${{ secrets.OHMYZSH_APP_ID }}
private-key: ${{ secrets.OHMYZSH_APP_PRIVATE_KEY }}

View File

@@ -22,7 +22,7 @@ jobs:
egress-policy: audit
- name: Authenticate as @ohmyzsh
id: generate-token
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
with:
app-id: ${{ secrets.OHMYZSH_APP_ID }}
private-key: ${{ secrets.OHMYZSH_APP_PRIVATE_KEY }}