We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc71cc1 + d29b0f5 commit 621bcb4Copy full SHA for 621bcb4
.github/workflows/nodejs.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
if: ${{ github.event_name != 'pull_request' }}
22
steps:
23
- - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
+ - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
24
name: Checkout [main]
25
with:
26
fetch-depth: 0
@@ -61,7 +61,7 @@ jobs:
61
62
if: ${{ github.event_name == 'pull_request' }}
63
64
65
66
ref: ${{ github.event.pull_request.head.ref }}
67
repository: ${{ github.event.pull_request.head.repo.full_name }}
0 commit comments