@@ -27,10 +27,10 @@ jobs:
2727 fail-fast : false
2828 runs-on : ${{ matrix.os }}
2929 steps :
30- - uses : actions/checkout@v5
30+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3131
3232 - name : Set up Python 3.10
33- uses : actions/setup-python@v5
33+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
3434 with :
3535 python-version : " 3.10"
3636
@@ -60,15 +60,15 @@ jobs:
6060 - uses : actions/checkout@v5
6161
6262 - name : Set up Python 3.10
63- uses : actions/setup-python@v5
63+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
6464 with :
6565 python-version : " 3.10"
6666
6767 - name : Build wheel
6868 run : python -m pip wheel -w dist .
6969
7070 - name : Upload wheel as artifact
71- uses : actions/upload-artifact@v4
71+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
7272 with :
7373 name : clang-tools-pip_wheel
7474 path : dist/*.whl
@@ -77,18 +77,18 @@ jobs:
7777 needs : [build]
7878 strategy :
7979 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 ]
8181 os : [ ubuntu-latest, macos-13, windows-latest ]
8282 fail-fast : false
8383 runs-on : ${{ matrix.os }}
8484 steps :
8585 - name : Set up Python 3.10
86- uses : actions/setup-python@v5
86+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
8787 with :
8888 python-version : " 3.10"
8989
9090 - name : Download wheel artifact
91- uses : actions/download-artifact@v5
91+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
9292 with :
9393 name : clang-tools-pip_wheel
9494 path : dist/
@@ -121,7 +121,7 @@ jobs:
121121 shell : bash
122122 run : |
123123 case "${{ matrix.version }}" in
124- 15|16|18|20)
124+ 15|16|18|20|21 )
125125 clang-format.exe --version
126126 clang-tidy.exe --version
127127 clang-query.exe --version
0 commit comments