18
18
check :
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22
22
23
23
- name : Check Tabs
24
24
run : |
@@ -39,10 +39,10 @@ jobs:
39
39
runs-on : ${{matrix.os}}
40
40
41
41
steps :
42
- - uses : actions/checkout@v3
42
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
43
43
44
44
# - name: Set up Python
45
- # uses: actions/setup-python@v2
45
+ # uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
46
46
# with:
47
47
# python-version: 3.7
48
48
@@ -61,13 +61,13 @@ jobs:
61
61
# if ! diff src/openclext.cpp temp/openclext.cpp; then echo 'Please ensure all files are generated correctly.'; false; fi
62
62
63
63
- name : Get OpenCL Headers
64
- uses : actions/checkout@v3
64
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
65
65
with :
66
66
repository : KhronosGroup/OpenCL-Headers
67
67
path : external/OpenCL-Headers
68
68
69
69
- name : Get OpenCL ICD Loader
70
- uses : actions/checkout@v3
70
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
71
71
with :
72
72
repository : KhronosGroup/OpenCL-ICD-Loader
73
73
path : external/OpenCL-ICD-Loader
@@ -145,16 +145,16 @@ jobs:
145
145
runs-on : ${{matrix.os}}
146
146
147
147
steps :
148
- - uses : actions/checkout@v3
148
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
149
149
150
150
- name : Get OpenCL Headers
151
- uses : actions/checkout@v3
151
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
152
152
with :
153
153
repository : KhronosGroup/OpenCL-Headers
154
154
path : external/OpenCL-Headers
155
155
156
156
- name : Get OpenCL ICD Loader
157
- uses : actions/checkout@v3
157
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
158
158
with :
159
159
repository : KhronosGroup/OpenCL-ICD-Loader
160
160
path : external/OpenCL-ICD-Loader
0 commit comments