Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
922f71bc83
build(deps): bump actions/create-github-app-token from 2 to 3
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2 to 3.
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](https://github.com/actions/create-github-app-token/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/create-github-app-token
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-16 08:44:49 +00:00
3 changed files with 11 additions and 11 deletions

View File

@ -20,13 +20,13 @@ jobs:
pull-requests: write pull-requests: write
runs-on: blacksmith-16vcpu-ubuntu-2404 runs-on: blacksmith-16vcpu-ubuntu-2404
steps: steps:
- uses: actions/create-github-app-token@v2 - uses: actions/create-github-app-token@v3
id: app-token id: app-token
continue-on-error: true continue-on-error: true
with: with:
app-id: "2729701" app-id: "2729701"
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
- uses: actions/create-github-app-token@v2 - uses: actions/create-github-app-token@v3
id: app-token-fallback id: app-token-fallback
if: steps.app-token.outcome == 'failure' if: steps.app-token.outcome == 'failure'
with: with:

View File

@ -28,13 +28,13 @@ jobs:
pull-requests: write pull-requests: write
runs-on: blacksmith-16vcpu-ubuntu-2404 runs-on: blacksmith-16vcpu-ubuntu-2404
steps: steps:
- uses: actions/create-github-app-token@v2 - uses: actions/create-github-app-token@v3
id: app-token id: app-token
continue-on-error: true continue-on-error: true
with: with:
app-id: "2729701" app-id: "2729701"
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
- uses: actions/create-github-app-token@v2 - uses: actions/create-github-app-token@v3
id: app-token-fallback id: app-token-fallback
if: steps.app-token.outcome == 'failure' if: steps.app-token.outcome == 'failure'
with: with:
@ -384,13 +384,13 @@ jobs:
pull-requests: write pull-requests: write
runs-on: blacksmith-16vcpu-ubuntu-2404 runs-on: blacksmith-16vcpu-ubuntu-2404
steps: steps:
- uses: actions/create-github-app-token@v2 - uses: actions/create-github-app-token@v3
id: app-token id: app-token
continue-on-error: true continue-on-error: true
with: with:
app-id: "2729701" app-id: "2729701"
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
- uses: actions/create-github-app-token@v2 - uses: actions/create-github-app-token@v3
id: app-token-fallback id: app-token-fallback
if: steps.app-token.outcome == 'failure' if: steps.app-token.outcome == 'failure'
with: with:
@ -632,13 +632,13 @@ jobs:
issues: write issues: write
runs-on: blacksmith-16vcpu-ubuntu-2404 runs-on: blacksmith-16vcpu-ubuntu-2404
steps: steps:
- uses: actions/create-github-app-token@v2 - uses: actions/create-github-app-token@v3
id: app-token id: app-token
continue-on-error: true continue-on-error: true
with: with:
app-id: "2729701" app-id: "2729701"
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
- uses: actions/create-github-app-token@v2 - uses: actions/create-github-app-token@v3
id: app-token-fallback id: app-token-fallback
if: steps.app-token.outcome == 'failure' if: steps.app-token.outcome == 'failure'
with: with:

View File

@ -17,13 +17,13 @@ jobs:
pull-requests: write pull-requests: write
runs-on: blacksmith-16vcpu-ubuntu-2404 runs-on: blacksmith-16vcpu-ubuntu-2404
steps: steps:
- uses: actions/create-github-app-token@v2 - uses: actions/create-github-app-token@v3
id: app-token id: app-token
continue-on-error: true continue-on-error: true
with: with:
app-id: "2729701" app-id: "2729701"
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
- uses: actions/create-github-app-token@v2 - uses: actions/create-github-app-token@v3
id: app-token-fallback id: app-token-fallback
continue-on-error: true continue-on-error: true
with: with:
@ -124,7 +124,7 @@ jobs:
issues: write issues: write
runs-on: blacksmith-16vcpu-ubuntu-2404 runs-on: blacksmith-16vcpu-ubuntu-2404
steps: steps:
- uses: actions/create-github-app-token@v2 - uses: actions/create-github-app-token@v3
id: app-token id: app-token
with: with:
app-id: "2729701" app-id: "2729701"