We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed910d3 commit 0268ae6Copy full SHA for 0268ae6
.github/workflows/nodejs.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
if: ${{ github.event_name != 'pull_request' }}
24
steps:
25
- - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
26
name: Checkout [main]
27
with:
28
fetch-depth: 0
@@ -63,7 +63,7 @@ jobs:
63
64
if: ${{ github.event_name == 'pull_request' }}
65
66
67
68
ref: ${{ github.event.pull_request.head.ref }}
69
repository: ${{ github.event.pull_request.head.repo.full_name }}
0 commit comments