|
@@ -21,14 +21,14 @@ jobs:
|
|
|
runs-on: windows-latest
|
|
runs-on: windows-latest
|
|
|
steps:
|
|
steps:
|
|
|
- name: Checkout aspnetcore
|
|
- name: Checkout aspnetcore
|
|
|
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.2.2
|
|
|
|
|
|
|
+ uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.2.2
|
|
|
with:
|
|
with:
|
|
|
# Test this script using changes in a fork
|
|
# Test this script using changes in a fork
|
|
|
repository: 'dotnet/aspnetcore'
|
|
repository: 'dotnet/aspnetcore'
|
|
|
path: aspnetcore
|
|
path: aspnetcore
|
|
|
ref: main
|
|
ref: main
|
|
|
- name: Checkout runtime
|
|
- name: Checkout runtime
|
|
|
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.2.2
|
|
|
|
|
|
|
+ uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.2.2
|
|
|
with:
|
|
with:
|
|
|
# Test this script using changes in a fork
|
|
# Test this script using changes in a fork
|
|
|
repository: 'dotnet/runtime'
|
|
repository: 'dotnet/runtime'
|