File tree Expand file tree Collapse file tree 6 files changed +137
-143
lines changed Expand file tree Collapse file tree 6 files changed +137
-143
lines changed Original file line number Diff line number Diff line change 1717 workflow_dispatch :
1818 repository_dispatch :
1919 types : [dependabot-dist-updated]
20+
2021jobs :
2122 check-dist :
2223 runs-on : ubuntu-latest
2324
2425 steps :
2526 - uses : actions/checkout@v5
26- with :
27- ref : ${{ github.event.pull_request.head.ref || github.event.client_payload.pr }}
2827
2928 - name : Set Node.js 20.x
3029 uses : actions/setup-node@v6
Original file line number Diff line number Diff line change 4141 steps :
4242 - name : Checkout repository
4343 uses : actions/checkout@v5
44- with :
45- ref : ${{ github.event.pull_request.head.ref || github.event.client_payload.pr }}
4644
4745 # Initializes the CodeQL tools for scanning.
4846 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1717 steps :
1818 - name : Checkout code
1919 uses : actions/checkout@v5
20- with :
21- ref : ${{ github.head_ref }}
2220
2321 - name : Set up Node
2422 uses : actions/setup-node@v6
Original file line number Diff line number Diff line change 2929 runs-on : ${{ matrix.os }}
3030 steps :
3131 - uses : actions/checkout@v5
32- with :
33- ref : ${{ github.event.pull_request.head.ref || github.event.client_payload.pr }}
32+
3433 - uses : ./
3534 with :
3635 version : ${{ matrix.version }}
You can’t perform that action at this time.
0 commit comments