5757
5858 steps :
5959 - name : Checkout ${{ inputs.distinct_id }}
60- uses : actions/checkout@v4
60+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6161 with :
6262 persist-credentials : false
6363
@@ -172,7 +172,7 @@ jobs:
172172 run : docker exec -u gh:gh -w /home/gh/${qbt_build_dir}/completed ${container_name} mv -f qbittorrent-nox ${{ matrix.qbt_cross_name }}-${{ matrix.qbt_qt_version_name }}qbittorrent-nox
173173
174174 - name : Generate artifact attestation ${{ inputs.distinct_id }}
175- uses : actions/attest-build-provenance@v2
175+ uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2
176176 with :
177177 subject-path : " ${{ env.qbt_build_dir }}/completed/${{ matrix.qbt_cross_name }}-${{ matrix.qbt_qt_version_name }}qbittorrent-nox"
178178
@@ -181,7 +181,7 @@ jobs:
181181
182182 - name : Host - Upload libtorrent-v${{ matrix.qbt_libtorrent_version }}-qbittorrent-nox and release info artifact ${{ inputs.distinct_id }}
183183 if : success()
184- uses : actions/upload-artifact@v4
184+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
185185 with :
186186 name : libtorrent-v${{ matrix.qbt_libtorrent_version }}-${{ matrix.qbt_cross_name }}-${{ matrix.qbt_qt_version_name }}qbittorrent-nox
187187 path : |
@@ -190,7 +190,7 @@ jobs:
190190
191191 - name : Host - Upload cmake graphs artifact ${{ inputs.distinct_id }}
192192 if : success() && matrix.qbt_build_tool == ''
193- uses : actions/upload-artifact@v4
193+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
194194 with :
195195 name : " ${{ matrix.qbt_cross_name }}-libtorrent-v${{ matrix.qbt_libtorrent_version }}-graphs"
196196 path : " ${{ env.qbt_build_dir }}/completed/*.png"
0 commit comments