@@ -30,13 +30,13 @@ jobs:
3030 - cp37-musllinux
3131
3232 steps :
33- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
33+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
3434 with :
3535 persist-credentials : false
3636 fetch-depth : 0
3737
3838 - name : Setup QEMU
39- uses : docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # 3.3 .0
39+ uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # 3.6 .0
4040
4141 - name : Build Wheels
4242 uses : pypa/cibuildwheel@8d945475ac4b1aac4ae08b2fd27db9917158b6ce # 2.17.0
4949 CIBW_TEST_COMMAND : " PYTHONPATH={project}/tests pytest {project}/tests/agent_unittests -vx"
5050
5151 - name : Upload Artifacts
52- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # 4.3.1
52+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 4.6.2
5353 with :
5454 name : ${{ github.job }}-${{ matrix.wheel }}
5555 path : ./wheelhouse/*.whl
@@ -75,16 +75,16 @@ jobs:
7575 - cp313-musllinux
7676
7777 steps :
78- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
78+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
7979 with :
8080 persist-credentials : false
8181 fetch-depth : 0
8282
8383 - name : Setup QEMU
84- uses : docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # 3.3 .0
84+ uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # 3.6 .0
8585
8686 - name : Build Wheels
87- uses : pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # 2.22.0
87+ uses : pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # 2.23.2
8888 env :
8989 CIBW_PLATFORM : linux
9090 CIBW_BUILD : " ${{ matrix.wheel }}*"
9494 CIBW_TEST_COMMAND : " PYTHONPATH={project}/tests pytest {project}/tests/agent_unittests -vx"
9595
9696 - name : Upload Artifacts
97- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # 4.3.1
97+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 4.6.2
9898 with :
9999 name : ${{ github.job }}-${{ matrix.wheel }}
100100 path : ./wheelhouse/*.whl
@@ -103,7 +103,7 @@ jobs:
103103 build-sdist :
104104 runs-on : ubuntu-24.04
105105 steps :
106- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
106+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
107107 with :
108108 persist-credentials : false
109109 fetch-depth : 0
@@ -124,7 +124,7 @@ jobs:
124124 openssl md5 -binary "dist/${tarball}" | xxd -p | tr -d '\n' > "dist/${md5_file}"
125125
126126 - name : Upload Artifacts
127- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # 4.3.1
127+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 4.6.2
128128 with :
129129 name : ${{ github.job }}-sdist
130130 path : |
@@ -141,12 +141,12 @@ jobs:
141141 - build-sdist
142142
143143 steps :
144- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
144+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
145145 with :
146146 persist-credentials : false
147147 fetch-depth : 0
148148
149- - uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # 5.1 .0
149+ - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # 5.5 .0
150150 with :
151151 python-version : " 3.x"
152152 architecture : x64
@@ -157,7 +157,7 @@ jobs:
157157 pip install -U wheel setuptools packaging twine
158158
159159 - 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
161161 with :
162162 path : ./artifacts/
163163
0 commit comments