|
|
@ -14,7 +14,7 @@ jobs:
|
|
|
|
permissions: read-all
|
|
|
|
permissions: read-all
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- name: Checkout repository
|
|
|
|
- name: Checkout repository
|
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
|
|
|
|
uses: actions/checkout@7dd9e2a3dc350cf687eb1b2a4fadfee8c8e49675 # v3
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
ref: ${{ github.event.pull_request.head.sha }}
|
|
|
|
ref: ${{ github.event.pull_request.head.sha }}
|
|
|
|
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
|
|
|
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
|
|
@ -39,7 +39,7 @@ jobs:
|
|
|
|
permissions: read-all
|
|
|
|
permissions: read-all
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- name: Checkout repository
|
|
|
|
- name: Checkout repository
|
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
|
|
|
|
uses: actions/checkout@7dd9e2a3dc350cf687eb1b2a4fadfee8c8e49675 # v3
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
ref: ${{ github.base_ref }}
|
|
|
|
ref: ${{ github.base_ref }}
|
|
|
|
- name: Setup .NET
|
|
|
|
- name: Setup .NET
|
|
|
|