build(deps): bump actions/create-github-app-token from 2.1.1 to 2.1.4

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-09-15 11:42:25 +00:00
committed by GitHub
parent 434ed09bd1
commit 83d35a9485
6 changed files with 6 additions and 6 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@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1 - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
id: app-token id: app-token
with: with:
app-id: ${{ vars.NIXPKGS_CI_APP_ID }} app-id: ${{ vars.NIXPKGS_CI_APP_ID }}

View File

@@ -109,7 +109,7 @@ jobs:
- name: Build codeowners validator - name: Build codeowners validator
run: nix-build nixpkgs/trusted/ci --arg nixpkgs ./nixpkgs/trusted-pinned -A codeownersValidator run: nix-build nixpkgs/trusted/ci --arg nixpkgs ./nixpkgs/trusted-pinned -A codeownersValidator
- uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1 - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
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:

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@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1 - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
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@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1 - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
if: github.event_name != 'pull_request' && vars.NIXPKGS_CI_APP_ID if: github.event_name != 'pull_request' && 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@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1 - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
id: app-token id: app-token
with: with:
app-id: ${{ vars.NIXPKGS_CI_APP_ID }} app-id: ${{ vars.NIXPKGS_CI_APP_ID }}

View File

@@ -48,7 +48,7 @@ jobs:
# - OWNER_APP_PRIVATE_KEY (secret) # - OWNER_APP_PRIVATE_KEY (secret)
# #
# 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@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1 - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
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: