Commit 94816e8 1 parent 8611672 commit 94816e8 Copy full SHA for 94816e8
File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 19
19
steps :
20
20
# Use a GitHub App to create the PR so that CI gets triggered
21
21
# The App is scoped to Repository > Contents and Pull Requests: write for Nixpkgs
22
- - uses : actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
22
+ - uses : actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
23
23
id : app-token
24
24
with :
25
25
app-id : ${{ vars.NIXPKGS_CI_APP_ID }}
Original file line number Diff line number Diff line change 63
63
- name : Build codeowners validator
64
64
run : nix-build base/ci -A codeownersValidator
65
65
66
- - uses : actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
66
+ - uses : actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
67
67
id : app-token
68
68
with :
69
69
app-id : ${{ vars.OWNER_RO_APP_ID }}
96
96
# This is intentional, because we need to request the review of owners as declared in the base branch.
97
97
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
98
98
99
- - uses : actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
99
+ - uses : actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
100
100
id : app-token
101
101
with :
102
102
app-id : ${{ vars.OWNER_APP_ID }}
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ jobs:
241
241
steps :
242
242
# See ./codeowners-v2.yml, reuse the same App because we need the same permissions
243
243
# Can't use the token received from permissions above, because it can't get enough permissions
244
- - uses : actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
244
+ - uses : actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
245
245
id : app-token
246
246
with :
247
247
app-id : ${{ vars.OWNER_APP_ID }}
Original file line number Diff line number Diff line change 19
19
steps :
20
20
# Use a GitHub App to create the PR so that CI gets triggered
21
21
# The App is scoped to Repository > Contents and Pull Requests: write for Nixpkgs
22
- - uses : actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
22
+ - uses : actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
23
23
id : app-token
24
24
with :
25
25
app-id : ${{ vars.NIXPKGS_CI_APP_ID }}
You can’t perform that action at this time.
0 commit comments