File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616
1717 - uses : actions/setup-node@v4
1818 with :
2929 verify-index-js : # make sure the entrypoint js files run on a clean machine without compiling first
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v5
3333
3434 - uses : ./
3535 with :
Original file line number Diff line number Diff line change 2323 language : [ 'javascript' ]
2424
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727
2828 - name : Initialize CodeQL
2929 uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 2020 build-dependabot-changes :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 with :
2525 # Use the ref provided by the workflow_dispatch input
2626 ref : ${{ github.event.inputs.ref }}
Original file line number Diff line number Diff line change 3737 app-id : ${{ secrets.DEPENDABOT_ACTION_TOKEN_AUTOMATION_CLIENT_ID }}
3838 private-key : ${{ secrets.DEPENDABOT_ACTION_TOKEN_AUTOMATION_PRIVATE_KEY }}
3939
40- - uses : actions/checkout@v4
40+ - uses : actions/checkout@v5
4141 with :
4242 # fixes detached head state on Dependabot PRs
4343 ref : ${{ github.event.pull_request.head.ref }}
Original file line number Diff line number Diff line change 1313 integration :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717
1818 - uses : actions/setup-node@v4
1919 with :
Original file line number Diff line number Diff line change 1111 test :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515
1616 - uses : actions/setup-node@v4
1717 with :
You can’t perform that action at this time.
0 commit comments