|
@@ -32,7 +32,7 @@ jobs:
|
|
|
echo "pr=${{ github.event.pull_request.number }}" >> "$GITHUB_OUTPUT"
|
|
|
echo "repo=${{ github.event.pull_request.head.repo.full_name }}" >> "$GITHUB_OUTPUT"
|
|
|
fi
|
|
|
- - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
|
|
+ - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
|
|
with:
|
|
|
repository: ${{ steps.get-vars.outputs.repo }}
|
|
|
ref: ${{ steps.get-vars.outputs.branch }}
|