File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
22+ - uses : actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3
2323 id : app-token
2424 with :
2525 app-id : ${{ vars.NIXPKGS_CI_APP_ID }}
Original file line number Diff line number Diff line change 6363 - name : Build codeowners validator
6464 run : nix-build base/ci -A codeownersValidator
6565
66- - uses : actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
66+ - uses : actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3
6767 id : app-token
6868 with :
6969 app-id : ${{ vars.OWNER_RO_APP_ID }}
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@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
99+ - uses : actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3
100100 id : app-token
101101 with :
102102 app-id : ${{ vars.OWNER_APP_ID }}
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ jobs:
241241 steps :
242242 # See ./codeowners-v2.yml, reuse the same App because we need the same permissions
243243 # Can't use the token received from permissions above, because it can't get enough permissions
244- - uses : actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
244+ - uses : actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3
245245 id : app-token
246246 with :
247247 app-id : ${{ vars.OWNER_APP_ID }}
Original file line number Diff line number Diff line change 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@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
22+ - uses : actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3
2323 id : app-token
2424 with :
2525 app-id : ${{ vars.NIXPKGS_CI_APP_ID }}
You can’t perform that action at this time.
0 commit comments