build(deps): bump actions/create-github-app-token from 2.0.6 to 2.1.0

Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.0.6 to 2.1.0.
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](df432ceedc...0f859bf9e6)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-08-11 15:06:38 +00:00
committed by GitHub
parent 55da0d5eba
commit d1d2650cba
6 changed files with 7 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ jobs:
steps: steps:
# Use a GitHub App to create the PR so that CI gets triggered # Use a GitHub App to create the PR so that CI gets triggered
# The App is scoped to Repository > Contents and Pull Requests: write for Nixpkgs # The App is scoped to Repository > Contents and Pull Requests: write for Nixpkgs
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6 - uses: actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
id: app-token id: app-token
with: with:
app-id: ${{ vars.NIXPKGS_CI_APP_ID }} app-id: ${{ vars.NIXPKGS_CI_APP_ID }}

View File

@@ -71,7 +71,7 @@ jobs:
- name: Build codeowners validator - name: Build codeowners validator
run: nix-build trusted/ci -A codeownersValidator run: nix-build trusted/ci -A codeownersValidator
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6 - uses: actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
if: github.event_name == 'pull_request_target' && vars.OWNER_RO_APP_ID if: github.event_name == 'pull_request_target' && vars.OWNER_RO_APP_ID
id: app-token id: app-token
with: with:
@@ -120,7 +120,7 @@ jobs:
- name: Build review request package - name: Build review request package
run: nix-build trusted/ci -A requestReviews run: nix-build trusted/ci -A requestReviews
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6 - uses: actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
if: github.event_name == 'pull_request_target' && vars.OWNER_APP_ID if: github.event_name == 'pull_request_target' && vars.OWNER_APP_ID
id: app-token id: app-token
with: with:

View File

@@ -36,7 +36,7 @@ jobs:
# Use a GitHub App to create the PR so that CI gets triggered # Use a GitHub App to create the PR so that CI gets triggered
# The App is scoped to Repository > Contents and Pull Requests: write for Nixpkgs # The App is scoped to Repository > Contents and Pull Requests: write for Nixpkgs
# We only need Pull Requests: write here, but the app is also used for backports. # We only need Pull Requests: write here, but the app is also used for backports.
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6 - uses: actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
id: app-token id: app-token
with: with:
app-id: ${{ vars.NIXPKGS_CI_APP_ID }} app-id: ${{ vars.NIXPKGS_CI_APP_ID }}

View File

@@ -49,7 +49,7 @@ jobs:
run: npm install @actions/artifact bottleneck run: npm install @actions/artifact bottleneck
# Use a GitHub App, because it has much higher rate limits: 12,500 instead of 5,000 req / hour. # Use a GitHub App, because it has much higher rate limits: 12,500 instead of 5,000 req / hour.
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6 - uses: actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
if: vars.NIXPKGS_CI_APP_ID if: vars.NIXPKGS_CI_APP_ID
id: app-token id: app-token
with: with:

View File

@@ -23,7 +23,7 @@ jobs:
steps: steps:
# Use a GitHub App to create the PR so that CI gets triggered # Use a GitHub App to create the PR so that CI gets triggered
# The App is scoped to Repository > Contents and Pull Requests: write for Nixpkgs # The App is scoped to Repository > Contents and Pull Requests: write for Nixpkgs
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6 - uses: actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
id: app-token id: app-token
with: with:
app-id: ${{ vars.NIXPKGS_CI_APP_ID }} app-id: ${{ vars.NIXPKGS_CI_APP_ID }}

View File

@@ -45,7 +45,7 @@ jobs:
# See ./codeowners-v2.yml, reuse the same App because we need the same permissions # See ./codeowners-v2.yml, reuse the same App because we need the same permissions
# Can't use the token received from permissions above, because it can't get enough permissions # Can't use the token received from permissions above, because it can't get enough permissions
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6 - uses: actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
if: github.event_name == 'pull_request_target' && vars.OWNER_APP_ID if: github.event_name == 'pull_request_target' && vars.OWNER_APP_ID
id: app-token id: app-token
with: with: