@@ -12,20 +12,20 @@ jobs:
12
12
uses : styfle/cancel-workflow-action@0.9.1
13
13
14
14
- name : Check out repository
15
- uses : actions/checkout@v2
15
+ uses : actions/checkout@v3
16
16
with :
17
17
fetch-depth : 0
18
18
19
19
- name : Remove exec_depend
20
- uses : autowarefoundation/autoware-github-actions/remove-exec-depend@tier4/proposal
20
+ uses : autowarefoundation/autoware-github-actions/remove-exec-depend@v1
21
21
22
22
- name : Get modified packages
23
23
id : get-modified-packages
24
- uses : autowarefoundation/autoware-github-actions/get-modified-packages@tier4/proposal
24
+ uses : autowarefoundation/autoware-github-actions/get-modified-packages@v1
25
25
26
26
- name : Build
27
27
if : ${{ steps.get-modified-packages.outputs.modified-packages != '' }}
28
- uses : autowarefoundation/autoware-github-actions/colcon-build@tier4/proposal
28
+ uses : autowarefoundation/autoware-github-actions/colcon-build@v1
29
29
with :
30
30
rosdistro : galactic
31
31
target-packages : ${{ steps.get-modified-packages.outputs.modified-packages }}
34
34
- name : Test
35
35
id : test
36
36
if : ${{ steps.get-modified-packages.outputs.modified-packages != '' }}
37
- uses : autowarefoundation/autoware-github-actions/colcon-test@tier4/proposal
37
+ uses : autowarefoundation/autoware-github-actions/colcon-test@v1
38
38
with :
39
39
rosdistro : galactic
40
40
target-packages : ${{ steps.get-modified-packages.outputs.modified-packages }}
@@ -54,22 +54,22 @@ jobs:
54
54
needs : build-and-test-differential
55
55
steps :
56
56
- name : Check out repository
57
- uses : actions/checkout@v2
57
+ uses : actions/checkout@v3
58
58
with :
59
59
fetch-depth : 0
60
60
61
61
- name : Remove exec_depend
62
- uses : autowarefoundation/autoware-github-actions/remove-exec-depend@tier4/proposal
62
+ uses : autowarefoundation/autoware-github-actions/remove-exec-depend@v1
63
63
64
64
- name : Get modified packages
65
65
id : get-modified-packages
66
- uses : autowarefoundation/autoware-github-actions/get-modified-packages@tier4/proposal
66
+ uses : autowarefoundation/autoware-github-actions/get-modified-packages@v1
67
67
68
68
- name : Run clang-tidy
69
69
if : ${{ steps.get-modified-packages.outputs.modified-packages != '' }}
70
- uses : autowarefoundation/autoware-github-actions/clang-tidy@tier4/proposal
70
+ uses : autowarefoundation/autoware-github-actions/clang-tidy@v1
71
71
with :
72
72
rosdistro : galactic
73
73
target-packages : ${{ steps.get-modified-packages.outputs.modified-packages }}
74
- clang-tidy-config-url : https://raw.githubusercontent.com/autowarefoundation/autoware/tier4/proposal /.clang-tidy
74
+ clang-tidy-config-url : https://raw.githubusercontent.com/autowarefoundation/autoware/main /.clang-tidy
75
75
build-depends-repos : build_depends.repos
0 commit comments