fix: change runner labels from runners-privilegedescalation to ubuntu-latest
CI / ci (push) Successful in 44s
CI / ci (pull_request) Successful in 43s
Promotion Gate / Promotion Gate (pull_request_review) Admin override: Promotion Gate jq bug bypassed. QA approved (Review 2768, pe_regina APPROVED). Ref: PRI-1657.
Promotion Gate / Promotion Gate (pull_request) Admin override: Promotion Gate jq bug bypassed. QA approved (Review 2768, pe_regina APPROVED). Ref: PRI-1657.
CI / ci (push) Successful in 44s
CI / ci (pull_request) Successful in 43s
Promotion Gate / Promotion Gate (pull_request_review) Admin override: Promotion Gate jq bug bypassed. QA approved (Review 2768, pe_regina APPROVED). Ref: PRI-1657.
Promotion Gate / Promotion Gate (pull_request) Admin override: Promotion Gate jq bug bypassed. QA approved (Review 2768, pe_regina APPROVED). Ref: PRI-1657.
Change runs-on in renovate-app-token.yaml and renovate.yaml workflows from runners-privilegedescalation to ubuntu-latest. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
committed by
Gandalf the Greybeard [agent]
parent
27d7bbf9a5
commit
3996b1e029
@@ -9,7 +9,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
app-token:
|
app-token:
|
||||||
runs-on: runners-privilegedescalation
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
token: ${{ steps.app-token.outputs.token }}
|
token: ${{ steps.app-token.outputs.token }}
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
runs-on: runners-privilegedescalation
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Generate GitHub App token
|
- name: Generate GitHub App token
|
||||||
|
|||||||
Reference in New Issue
Block a user