@@ -30,13 +30,13 @@ jobs:
30
30
- cp37-musllinux
31
31
32
32
steps :
33
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
33
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
34
34
with :
35
35
persist-credentials : false
36
36
fetch-depth : 0
37
37
38
38
- name : Setup QEMU
39
- uses : docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # 3.3 .0
39
+ uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # 3.6 .0
40
40
41
41
- name : Build Wheels
42
42
uses : pypa/cibuildwheel@8d945475ac4b1aac4ae08b2fd27db9917158b6ce # 2.17.0
49
49
CIBW_TEST_COMMAND : " PYTHONPATH={project}/tests pytest {project}/tests/agent_unittests -vx"
50
50
51
51
- name : Upload Artifacts
52
- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # 4.3.1
52
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 4.6.2
53
53
with :
54
54
name : ${{ github.job }}-${{ matrix.wheel }}
55
55
path : ./wheelhouse/*.whl
@@ -75,16 +75,16 @@ jobs:
75
75
- cp313-musllinux
76
76
77
77
steps :
78
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
78
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
79
79
with :
80
80
persist-credentials : false
81
81
fetch-depth : 0
82
82
83
83
- name : Setup QEMU
84
- uses : docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # 3.3 .0
84
+ uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # 3.6 .0
85
85
86
86
- name : Build Wheels
87
- uses : pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # 2.22.0
87
+ uses : pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # 2.23.2
88
88
env :
89
89
CIBW_PLATFORM : linux
90
90
CIBW_BUILD : " ${{ matrix.wheel }}*"
94
94
CIBW_TEST_COMMAND : " PYTHONPATH={project}/tests pytest {project}/tests/agent_unittests -vx"
95
95
96
96
- name : Upload Artifacts
97
- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # 4.3.1
97
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 4.6.2
98
98
with :
99
99
name : ${{ github.job }}-${{ matrix.wheel }}
100
100
path : ./wheelhouse/*.whl
@@ -103,7 +103,7 @@ jobs:
103
103
build-sdist :
104
104
runs-on : ubuntu-24.04
105
105
steps :
106
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
106
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
107
107
with :
108
108
persist-credentials : false
109
109
fetch-depth : 0
@@ -124,7 +124,7 @@ jobs:
124
124
openssl md5 -binary "dist/${tarball}" | xxd -p | tr -d '\n' > "dist/${md5_file}"
125
125
126
126
- name : Upload Artifacts
127
- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # 4.3.1
127
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 4.6.2
128
128
with :
129
129
name : ${{ github.job }}-sdist
130
130
path : |
@@ -141,12 +141,12 @@ jobs:
141
141
- build-sdist
142
142
143
143
steps :
144
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
144
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
145
145
with :
146
146
persist-credentials : false
147
147
fetch-depth : 0
148
148
149
- - uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # 5.1 .0
149
+ - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # 5.5 .0
150
150
with :
151
151
python-version : " 3.x"
152
152
architecture : x64
@@ -157,7 +157,7 @@ jobs:
157
157
pip install -U wheel setuptools packaging twine
158
158
159
159
- name : Download Artifacts
160
- uses : actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # 4.1.4
160
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # 4.2.1@95815c38cf2ff2164869cbab79da8d1f422bc89e # 4.2.1
161
161
with :
162
162
path : ./artifacts/
163
163
0 commit comments