File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 2828 MDB_ACCURACY_BASELINE_COMMIT : ${{ github.event.pull_request.base.sha || '' }}
2929 steps :
3030 - uses : GitHubSecurityLab/actions-permissions/monitor@v1
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v5
3232 - uses : actions/setup-node@v4
3333 with :
3434 node-version-file : package.json
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - uses : GitHubSecurityLab/actions-permissions/monitor@v1
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - uses : actions/setup-node@v4
2121 with :
2222 node-version-file : package.json
3030 runs-on : ubuntu-latest
3131 steps :
3232 - uses : GitHubSecurityLab/actions-permissions/monitor@v1
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v5
3434 - uses : actions/setup-node@v4
3535 with :
3636 node-version-file : package.json
4444 runs-on : ubuntu-latest
4545 steps :
4646 - uses : GitHubSecurityLab/actions-permissions/monitor@v1
47- - uses : actions/checkout@v4
47+ - uses : actions/checkout@v5
4848 - uses : actions/setup-node@v4
4949 with :
5050 node-version-file : package.json
Original file line number Diff line number Diff line change 2020 steps :
2121 - uses : GitHubSecurityLab/actions-permissions/monitor@v1
2222 if : matrix.os != 'windows-latest'
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 - uses : actions/setup-node@v4
2525 with :
2626 node-version-file : package.json
4242 runs-on : ubuntu-latest
4343 steps :
4444 - uses : GitHubSecurityLab/actions-permissions/monitor@v1
45- - uses : actions/checkout@v4
45+ - uses : actions/checkout@v5
4646 - uses : actions/setup-node@v4
4747 with :
4848 node-version-file : package.json
6868 runs-on : ubuntu-latest
6969 needs : [run-tests, run-atlas-tests]
7070 steps :
71- - uses : actions/checkout@v4
71+ - uses : actions/checkout@v5
7272 - uses : actions/setup-node@v4
7373 with :
7474 node-version-file : package.json
Original file line number Diff line number Diff line change 1919 steps :
2020 - uses : GitHubSecurityLab/actions-permissions/monitor@v1
2121 if : matrix.os != 'windows-latest'
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - uses : actions/setup-node@v4
2424 with :
2525 node-version-file : package.json
Original file line number Diff line number Diff line change 2323 - javascript-typescript
2424 steps :
2525 - name : Checkout repository
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v5
2727 - name : Initialize CodeQL
2828 uses : github/codeql-action/init@v3
2929 with :
Original file line number Diff line number Diff line change 1414 with :
1515 config : ${{ vars.PERMISSIONS_CONFIG }}
1616 - name : Check out code
17- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
17+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1818 - name : Set up Docker Buildx
1919 uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435
2020 - name : Login to Docker Hub
Original file line number Diff line number Diff line change 2222 with :
2323 app-id : ${{ vars.DEVTOOLS_BOT_APP_ID }}
2424 private-key : ${{ secrets.DEVTOOLS_BOT_PRIVATE_KEY }}
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626 - uses : actions/setup-node@v4
2727 with :
2828 node-version-file : package.json
Original file line number Diff line number Diff line change 1414 VERSION : ${{ steps.get-version.outputs.VERSION }}
1515 steps :
1616 - uses : GitHubSecurityLab/actions-permissions/monitor@v1
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 with :
1919 fetch-depth : 0
2020 - uses : actions/setup-node@v4
5252 if : needs.check.outputs.VERSION_EXISTS == 'false'
5353 steps :
5454 - uses : GitHubSecurityLab/actions-permissions/monitor@v1
55- - uses : actions/checkout@v4
55+ - uses : actions/checkout@v5
5656 - uses : actions/setup-node@v4
5757 with :
5858 node-version-file : package.json
You can’t perform that action at this time.
0 commit comments