File tree 12 files changed +14
-14
lines changed
12 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 9
9
actionlint :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v4.1.7
12
+ - uses : actions/checkout@v4.2.2
13
13
- uses : reviewdog/action-actionlint@v1
14
14
with :
15
15
github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 18
18
- subobc
19
19
20
20
steps :
21
- - uses : actions/checkout@v4.1.7
21
+ - uses : actions/checkout@v4.2.2
22
22
23
23
- name : setup
24
24
shell : cmd
Original file line number Diff line number Diff line change @@ -24,23 +24,23 @@ jobs:
24
24
25
25
steps :
26
26
- name : checkout S2E core
27
- uses : actions/checkout@v4.1.7
27
+ uses : actions/checkout@v4.2.2
28
28
with :
29
29
path : s2e-core
30
30
repository : ut-issl/s2e-core
31
31
ref : ' ${{ env.S2E_CORE_VERSION }}'
32
32
fetch-depth : 1
33
33
34
34
- name : checkout S2E user
35
- uses : actions/checkout@v4.1.7
35
+ uses : actions/checkout@v4.2.2
36
36
with :
37
37
path : s2e-user
38
38
repository : ut-issl/s2e-user-for-c2a-core
39
39
ref : ae-v3.0.0 # TODO: import s2e-user-for-c2a-core to c2a-core
40
40
fetch-depth : 1
41
41
42
42
- name : checkout C2A user
43
- uses : actions/checkout@v4.1.7
43
+ uses : actions/checkout@v4.2.2
44
44
with :
45
45
path : c2a-core
46
46
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
21
21
steps :
22
- - uses : actions/checkout@v4.1.7
22
+ - uses : actions/checkout@v4.2.2
23
23
24
24
- name : prepare code-generator settings
25
25
working-directory : ./code-generator
Original file line number Diff line number Diff line change 11
11
check_encoding :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v4.1.7
14
+ - uses : actions/checkout@v4.2.2
15
15
- uses : actions/setup-python@v5.1.1
16
16
with :
17
17
python-version-file : .github/workflows/.python-version
Original file line number Diff line number Diff line change 19
19
sudo apt-get update -y
20
20
sudo apt install -y doxygen graphviz
21
21
22
- - uses : actions/checkout@v4.1.7
22
+ - uses : actions/checkout@v4.2.2
23
23
24
24
- name : C2A setup
25
25
run : ./setup.sh
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
16
16
steps :
17
- - uses : actions/checkout@v4.1.7
17
+ - uses : actions/checkout@v4.2.2
18
18
19
19
- name : Run Labeler
20
20
uses : crazy-max/ghaction-github-labeler@v5.0.0
Original file line number Diff line number Diff line change 37
37
runs-on : ubuntu-latest
38
38
39
39
steps :
40
- - uses : actions/checkout@v4.1.7
40
+ - uses : actions/checkout@v4.2.2
41
41
with :
42
42
submodules : recursive
43
43
Original file line number Diff line number Diff line change 11
11
black_format :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v4.1.7
14
+ - uses : actions/checkout@v4.2.2
15
15
16
16
- name : install black formatter
17
17
run : pip install black==23.1.0
Original file line number Diff line number Diff line change 11
11
flake8_lint :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v4.1.7
14
+ - uses : actions/checkout@v4.2.2
15
15
16
16
- name : Set up python environment
17
17
uses : actions/setup-python@v5.1.1
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
19
19
steps :
20
- - uses : actions/checkout@v4.1.7
20
+ - uses : actions/checkout@v4.2.2
21
21
22
22
- name : install dependencies
23
23
run : |
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@v4.1.7
14
+ - uses : actions/checkout@v4.2.2
15
15
16
16
- uses : pnpm/action-setup@v4.0.0
17
17
with :
You can’t perform that action at this time.
0 commit comments