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 28
28
MDB_ACCURACY_BASELINE_COMMIT : ${{ github.event.pull_request.base.sha || '' }}
29
29
steps :
30
30
- uses : GitHubSecurityLab/actions-permissions/monitor@v1
31
- - uses : actions/checkout@v4
31
+ - uses : actions/checkout@v5
32
32
- uses : actions/setup-node@v4
33
33
with :
34
34
node-version-file : package.json
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- uses : GitHubSecurityLab/actions-permissions/monitor@v1
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v5
20
20
- uses : actions/setup-node@v4
21
21
with :
22
22
node-version-file : package.json
30
30
runs-on : ubuntu-latest
31
31
steps :
32
32
- uses : GitHubSecurityLab/actions-permissions/monitor@v1
33
- - uses : actions/checkout@v4
33
+ - uses : actions/checkout@v5
34
34
- uses : actions/setup-node@v4
35
35
with :
36
36
node-version-file : package.json
44
44
runs-on : ubuntu-latest
45
45
steps :
46
46
- uses : GitHubSecurityLab/actions-permissions/monitor@v1
47
- - uses : actions/checkout@v4
47
+ - uses : actions/checkout@v5
48
48
- uses : actions/setup-node@v4
49
49
with :
50
50
node-version-file : package.json
Original file line number Diff line number Diff line change 20
20
steps :
21
21
- uses : GitHubSecurityLab/actions-permissions/monitor@v1
22
22
if : matrix.os != 'windows-latest'
23
- - uses : actions/checkout@v4
23
+ - uses : actions/checkout@v5
24
24
- uses : actions/setup-node@v4
25
25
with :
26
26
node-version-file : package.json
42
42
runs-on : ubuntu-latest
43
43
steps :
44
44
- uses : GitHubSecurityLab/actions-permissions/monitor@v1
45
- - uses : actions/checkout@v4
45
+ - uses : actions/checkout@v5
46
46
- uses : actions/setup-node@v4
47
47
with :
48
48
node-version-file : package.json
68
68
runs-on : ubuntu-latest
69
69
needs : [run-tests, run-atlas-tests]
70
70
steps :
71
- - uses : actions/checkout@v4
71
+ - uses : actions/checkout@v5
72
72
- uses : actions/setup-node@v4
73
73
with :
74
74
node-version-file : package.json
Original file line number Diff line number Diff line change 19
19
steps :
20
20
- uses : GitHubSecurityLab/actions-permissions/monitor@v1
21
21
if : matrix.os != 'windows-latest'
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v5
23
23
- uses : actions/setup-node@v4
24
24
with :
25
25
node-version-file : package.json
Original file line number Diff line number Diff line change 23
23
- javascript-typescript
24
24
steps :
25
25
- name : Checkout repository
26
- uses : actions/checkout@v4
26
+ uses : actions/checkout@v5
27
27
- name : Initialize CodeQL
28
28
uses : github/codeql-action/init@v3
29
29
with :
Original file line number Diff line number Diff line change 14
14
with :
15
15
config : ${{ vars.PERMISSIONS_CONFIG }}
16
16
- name : Check out code
17
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
17
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
18
18
- name : Set up Docker Buildx
19
19
uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435
20
20
- name : Login to Docker Hub
Original file line number Diff line number Diff line change 22
22
with :
23
23
app-id : ${{ vars.DEVTOOLS_BOT_APP_ID }}
24
24
private-key : ${{ secrets.DEVTOOLS_BOT_PRIVATE_KEY }}
25
- - uses : actions/checkout@v4
25
+ - uses : actions/checkout@v5
26
26
- uses : actions/setup-node@v4
27
27
with :
28
28
node-version-file : package.json
Original file line number Diff line number Diff line change 14
14
VERSION : ${{ steps.get-version.outputs.VERSION }}
15
15
steps :
16
16
- uses : GitHubSecurityLab/actions-permissions/monitor@v1
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@v5
18
18
with :
19
19
fetch-depth : 0
20
20
- uses : actions/setup-node@v4
52
52
if : needs.check.outputs.VERSION_EXISTS == 'false'
53
53
steps :
54
54
- uses : GitHubSecurityLab/actions-permissions/monitor@v1
55
- - uses : actions/checkout@v4
55
+ - uses : actions/checkout@v5
56
56
- uses : actions/setup-node@v4
57
57
with :
58
58
node-version-file : package.json
You can’t perform that action at this time.
0 commit comments