|
@@ -11,7 +11,7 @@ jobs:
|
|
|
permissions: read-all
|
|
permissions: read-all
|
|
|
steps:
|
|
steps:
|
|
|
- name: Checkout repository
|
|
- name: Checkout repository
|
|
|
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
|
|
|
|
|
|
|
+ uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
|
|
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 }}
|
|
@@ -40,7 +40,7 @@ jobs:
|
|
|
permissions: read-all
|
|
permissions: read-all
|
|
|
steps:
|
|
steps:
|
|
|
- name: Checkout repository
|
|
- name: Checkout repository
|
|
|
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
|
|
|
|
|
|
|
+ uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
|
|
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 }}
|