File tree 5 files changed +12
-12
lines changed
5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 16
16
contents : write
17
17
pull-requests : write
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
21
21
with :
22
22
node-version : lts/*
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
pre-commit :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
with :
20
20
persist-credentials : false
21
21
# pre-commit is a Python script, this speedup things from Xmin to Ymin?
22
- - uses : actions/setup-python@v4
22
+ - uses : actions/setup-python@v5
23
23
with :
24
24
python-version : " 3.11"
25
25
# note that in a CI context pre-commit runs the hooks with the '--all' flag, so
30
30
github-actions :
31
31
runs-on : ubuntu-latest
32
32
steps :
33
- - uses : actions/checkout@v3
33
+ - uses : actions/checkout@v4
34
34
- uses : reviewdog/action-actionlint@v1
35
35
with :
36
36
fail_on_error : true
Original file line number Diff line number Diff line change 33
33
name : Deploy Extension
34
34
runs-on : ubuntu-latest
35
35
steps :
36
- - uses : actions/checkout@v3
36
+ - uses : actions/checkout@v4
37
37
38
38
with :
39
39
node-version : lts/*
Original file line number Diff line number Diff line change 20
20
image : returntocorp/semgrep
21
21
if : (github.actor != 'dependabot[bot]')
22
22
steps :
23
- - uses : actions/checkout@v3
23
+ - uses : actions/checkout@v4
24
24
- run : semgrep ci
Original file line number Diff line number Diff line change 21
21
os : [macos-latest, ubuntu-latest]
22
22
runs-on : ${{ matrix.os }}
23
23
steps :
24
- - uses : actions/checkout@v3
25
- - uses : actions/setup-python@v4
24
+ - uses : actions/checkout@v4
25
+ - uses : actions/setup-python@v5
26
26
with :
27
27
python-version : " 3.10"
28
28
- name : Install Semgrep
@@ -63,15 +63,15 @@ jobs:
63
63
run : npm run test-js
64
64
- name : upload semgrep results for windows
65
65
if : matrix.os == 'ubuntu-latest'
66
- uses : actions/upload-artifact@v3
66
+ uses : actions/upload-artifact@v4
67
67
with :
68
68
name : semgrep-results
69
69
path : ./*_results.json
70
70
vsce-test-windows :
71
71
needs : vsce-test
72
72
runs-on : windows-latest
73
73
steps :
74
- - uses : actions/checkout@v3
74
+ - uses : actions/checkout@v4
75
75
- name : Setup
76
76
77
77
with :
87
87
- name : pretest
88
88
run : npm run pretest
89
89
- name : download semgrep results from linux
90
- uses : actions/download-artifact@v3
90
+ uses : actions/download-artifact@v4
91
91
with :
92
92
name : semgrep-results
93
93
path : ./
97
97
vsce-prepublish :
98
98
runs-on : ubuntu-latest
99
99
steps :
100
- - uses : actions/checkout@v3
100
+ - uses : actions/checkout@v4
101
101
102
102
with :
103
103
node-version : lts/*
You can’t perform that action at this time.
0 commit comments