Skip to content

Commit 81c8dee

Browse files
authored
build(deps): bump actions/create-github-app-token from 1.11.7 to 2.0.2 (#396810)
2 parents f59335a + 4e21d3b commit 81c8dee

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
# Use a GitHub App to create the PR so that CI gets triggered
2121
# The App is scoped to Repository > Contents and Pull Requests: write for Nixpkgs
22-
- uses: actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7
22+
- uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
2323
id: app-token
2424
with:
2525
app-id: ${{ vars.NIXPKGS_CI_APP_ID }}

.github/workflows/codeowners-v2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Build codeowners validator
6464
run: nix-build base/ci -A codeownersValidator
6565

66-
- uses: actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7
66+
- uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
6767
id: app-token
6868
with:
6969
app-id: ${{ vars.OWNER_RO_APP_ID }}
@@ -96,7 +96,7 @@ jobs:
9696
# This is intentional, because we need to request the review of owners as declared in the base branch.
9797
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9898

99-
- uses: actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7
99+
- uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
100100
id: app-token
101101
with:
102102
app-id: ${{ vars.OWNER_APP_ID }}

.github/workflows/eval.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ jobs:
244244
steps:
245245
# See ./codeowners-v2.yml, reuse the same App because we need the same permissions
246246
# Can't use the token received from permissions above, because it can't get enough permissions
247-
- uses: actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7
247+
- uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
248248
id: app-token
249249
with:
250250
app-id: ${{ vars.OWNER_APP_ID }}

.github/workflows/periodic-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
# Use a GitHub App to create the PR so that CI gets triggered
2121
# The App is scoped to Repository > Contents and Pull Requests: write for Nixpkgs
22-
- uses: actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7
22+
- uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
2323
id: app-token
2424
with:
2525
app-id: ${{ vars.NIXPKGS_CI_APP_ID }}

0 commit comments

Comments
 (0)