@@ -27,10 +27,10 @@ jobs:
27
27
fail-fast : false
28
28
runs-on : ${{ matrix.os }}
29
29
steps :
30
- - uses : actions/checkout@v5
30
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
31
31
32
32
- name : Set up Python 3.10
33
- uses : actions/setup-python@v5
33
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
34
34
with :
35
35
python-version : " 3.10"
36
36
@@ -60,15 +60,15 @@ jobs:
60
60
- uses : actions/checkout@v5
61
61
62
62
- name : Set up Python 3.10
63
- uses : actions/setup-python@v5
63
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
64
64
with :
65
65
python-version : " 3.10"
66
66
67
67
- name : Build wheel
68
68
run : python -m pip wheel -w dist .
69
69
70
70
- name : Upload wheel as artifact
71
- uses : actions/upload-artifact@v4
71
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
72
72
with :
73
73
name : clang-tools-pip_wheel
74
74
path : dist/*.whl
@@ -77,18 +77,18 @@ jobs:
77
77
needs : [build]
78
78
strategy :
79
79
matrix :
80
- version : [ 8, 9, 10, 11, 12, 12.0.1, 13, 14, 15, 16, 17, 18, 19, 20 ]
80
+ version : [ 9, 10, 11, 12, 12.0.1, 13, 14, 15, 16, 17, 18, 19, 20, 21 ]
81
81
os : [ ubuntu-latest, macos-13, windows-latest ]
82
82
fail-fast : false
83
83
runs-on : ${{ matrix.os }}
84
84
steps :
85
85
- name : Set up Python 3.10
86
- uses : actions/setup-python@v5
86
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
87
87
with :
88
88
python-version : " 3.10"
89
89
90
90
- name : Download wheel artifact
91
- uses : actions/download-artifact@v5
91
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
92
92
with :
93
93
name : clang-tools-pip_wheel
94
94
path : dist/
@@ -121,7 +121,7 @@ jobs:
121
121
shell : bash
122
122
run : |
123
123
case "${{ matrix.version }}" in
124
- 15|16|18|20)
124
+ 15|16|18|20|21 )
125
125
clang-format.exe --version
126
126
clang-tidy.exe --version
127
127
clang-query.exe --version
0 commit comments