File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
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 }}
You can’t perform that action at this time.
0 commit comments