Skip to content

Commit 576d360

Browse files
chore(deps): pin dependencies (#208)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 410bc4b commit 576d360

File tree

8 files changed

+20
-20
lines changed

8 files changed

+20
-20
lines changed

.github/workflows/ci-alpine-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
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"

.github/workflows/ci-alpine-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout ${{ inputs.distinct_id }}
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3333
with:
3434
persist-credentials: false
3535

@@ -39,14 +39,14 @@ jobs:
3939
curl -sLo- "https://github.com/jgm/pandoc/releases/latest/download/pandoc-${pandoc_git_tag}-linux-$(dpkg --print-architecture).tar.gz" | tar xzf - --strip-components 2 -C "$(pwd)" --exclude="share"
4040
4141
- name: Host - Download 1.2 qbittorrent-nox artifacts ${{ inputs.distinct_id }}
42-
uses: actions/download-artifact@v5
42+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
4343
with:
4444
path: "1.2"
4545
pattern: libtorrent-v1.2-*-qbittorrent-nox
4646
merge-multiple: true
4747

4848
- name: Host - Download 2.0 qbittorrent-nox artifacts ${{ inputs.distinct_id }}
49-
uses: actions/download-artifact@v5
49+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
5050
with:
5151
path: "2.0"
5252
pattern: libtorrent-v2.0-*-qbittorrent-nox
@@ -97,7 +97,7 @@ jobs:
9797
run: printf '%s\n' "release_title=$(cat ${{ matrix.qbt_libtorrent_version }}/title.md)" >> $GITHUB_ENV
9898

9999
- name: Host- Create release - tag - assets ${{ inputs.distinct_id }}
100-
uses: ncipollo/release-action@v1
100+
uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1
101101
with:
102102
prerelease: "${{ matrix.preview_release }}"
103103
artifacts: "${{ matrix.qbt_libtorrent_version }}/*-qbittorrent-nox,dependency-version.json"

.github/workflows/ci-auto-rerun-failed-jobs-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
GH_TOKEN: "${{ secrets.AUTO_RERUN || github.token }}"
3232
steps:
3333
- name: Host - Checkout action ${{ inputs.distinct_id }}
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3535
with:
3636
persist-credentials: false
3737

.github/workflows/ci-checks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
permissions:
1515
contents: read
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1818
with:
1919
persist-credentials: false
2020

2121
- name: Run the sh-checker
22-
uses: luizm/[email protected]
22+
uses: luizm/action-sh-checker@17bd25a6ee188d2b91f677060038f4ba37ba14b2 # v0.9.0
2323
env:
2424
GITHUB_TOKEN: ${{ github.token }}
2525
SHELLCHECK_OPTS: -e SC2034,SC1091 # It is possible to exclude some shellcheck warnings.
@@ -33,7 +33,7 @@ jobs:
3333
permissions:
3434
contents: read
3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3737
with:
3838
persist-credentials: false
3939

@@ -58,7 +58,7 @@ jobs:
5858
permissions:
5959
contents: read
6060
steps:
61-
- uses: actions/checkout@v4
61+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6262
with:
6363
persist-credentials: false
6464

.github/workflows/ci-debian-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
steps:
7474
- name: Checkout ${{ inputs.distinct_id }}
75-
uses: actions/checkout@v4
75+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
7676
with:
7777
persist-credentials: false
7878

.github/workflows/ci-main-reusable-caller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
retries: ${{ github.event.inputs.retries || '1' }}
120120
distinct_id: ${{ github.event.inputs.distinct_id }}
121121
steps:
122-
- uses: actions/checkout@v4
122+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
123123
with:
124124
persist-credentials: false
125125
- name: ci-auto-rerun-failed-jobs via ${{ env.github_repo || github.repository }}

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
contents: read
2121
steps:
2222
- name: Checkout your repository using git
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2424
with:
2525
persist-credentials: false
2626

2727
- name: Install, build, and upload your site
28-
uses: withastro/action@v4
28+
uses: withastro/action@063f85a3c9fc861a0a5e5a956225d9031177eff9 # v4
2929
with:
3030
path: ./docs
3131

@@ -41,4 +41,4 @@ jobs:
4141
steps:
4242
- name: Deploy to GitHub Pages
4343
id: deployment
44-
uses: actions/deploy-pages@v4
44+
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4

.github/workflows/qi-bash.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ jobs:
4949
container_name: "build"
5050
steps:
5151
- name: Checkout
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5353
with:
5454
persist-credentials: false
5555

5656
- name: Set up QEMU
57-
uses: docker/setup-qemu-action@v3
57+
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3
5858

5959
- name: Create docker ${{ env.container_name }} ${{ matrix.container_image }} ${{ matrix.platform }} container
6060
run: >

0 commit comments

Comments
 (0)