Skip to content

Commit 890e5f2

Browse files
authored
build(deps): bump actions/create-github-app-token from 1.11.0 to 1.11.1 (#367609)
2 parents 605126d + 4c4e933 commit 890e5f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
# Use a GitHub App to create the PR so that CI gets triggered
2020
# The App is scoped to Repository > Contents and Pull Requests: write for Nixpkgs
21-
- uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
21+
- uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
2222
id: app-token
2323
with:
2424
app-id: ${{ vars.BACKPORT_APP_ID }}

.github/workflows/codeowners-v2.yml

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

65-
- uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
65+
- uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
6666
id: app-token
6767
with:
6868
app-id: ${{ vars.OWNER_RO_APP_ID }}
@@ -94,7 +94,7 @@ jobs:
9494
# This is intentional, because we need to request the review of owners as declared in the base branch.
9595
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9696

97-
- uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
97+
- uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
9898
id: app-token
9999
with:
100100
app-id: ${{ vars.OWNER_APP_ID }}

0 commit comments

Comments
 (0)