File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020
2121 steps :
22- - uses : actions/checkout@v6
22+ - uses : actions/checkout@v7
2323 with :
2424 fetch-depth : 0 # necessary for linting commit messages
2525 ref : ${{ github.event.pull_request.head.sha }} # necessary to check out pull request HEAD commit instead of merge commit
4040 runs-on : ubuntu-latest
4141
4242 steps :
43- - uses : actions/checkout@v6
43+ - uses : actions/checkout@v7
4444 - name : Setup Node.js
4545 uses : actions/setup-node@v6
4646 with :
5959 runs-on : ubuntu-latest
6060
6161 steps :
62- - uses : actions/checkout@v6
62+ - uses : actions/checkout@v7
6363 - name : Setup Node.js
6464 uses : actions/setup-node@v6
6565 with :
7777 runs-on : ubuntu-latest
7878
7979 steps :
80- - uses : actions/checkout@v6
80+ - uses : actions/checkout@v7
8181 - name : Setup Node.js
8282 uses : actions/setup-node@v6
8383 with :
9393 runs-on : ubuntu-latest
9494
9595 steps :
96- - uses : actions/checkout@v6
96+ - uses : actions/checkout@v7
9797 - name : Setup Node.js
9898 uses : actions/setup-node@v6
9999 with :
Original file line number Diff line number Diff line change 4040
4141 steps :
4242 - name : Checkout repository
43- uses : actions/checkout@v6
43+ uses : actions/checkout@v7
4444
4545 # Initializes the CodeQL tools for scanning.
4646 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121
2222 steps :
23- - uses : actions/checkout@v6
23+ - uses : actions/checkout@v7
2424 - name : ' Download build artifact'
2525 uses : actions/github-script@v9
2626 with :
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@v6
18+ - uses : actions/checkout@v7
1919 - name : Setup Node.js
2020 uses : actions/setup-node@v6
2121 with :
Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@v6
24+ uses : actions/checkout@v7
2525 with :
2626 fetch-depth : 0
2727 token : ${{ secrets.SWAGGER_BOT_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v6
20+ uses : actions/checkout@v7
2121 with :
2222 fetch-depth : 0
2323 token : ${{ secrets.SWAGGER_BOT_GITHUB_TOKEN }}
5454
5555 steps :
5656 - name : Checkout
57- uses : actions/checkout@v6
57+ uses : actions/checkout@v7
5858 with :
5959 fetch-depth : 0
6060 token : ${{ secrets.SWAGGER_BOT_GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments