@@ -15,32 +15,32 @@ jobs:
1515 fail-fast : false
1616 matrix :
1717 distro :
18- - debian-unstable
19- - debian-trixie
20- - debian-bookworm
21- - debian-bullseye
18+ # - debian-unstable
19+ # - debian-trixie
20+ # - debian-bookworm
21+ # - debian-bullseye
2222 - ubuntu-noble
2323 - ubuntu-jammy
2424 - ubuntu-focal
2525
2626 # Pin your dependencies with https://github.com/mheap/pin-github-action
2727 steps :
2828 - name : Harden Runner
29- uses : step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # pin@v2
29+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # pin@v2
3030 with :
3131 egress-policy : audit
3232
33- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@v4
33+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4
3434
3535 # Determine which PPA we should upload to
3636 - name : PPA
3737 id : ppa
3838 run : |
3939 if [[ $REF == refs/tags* ]]
4040 then
41- echo "::set-output name= ppa:: kiwixteam/release"
41+ echo "ppa= kiwixteam/release" >> $GITHUB_OUTPUT
4242 else
43- echo "::set-output name= ppa:: kiwixteam/dev"
43+ echo "ppa= kiwixteam/dev" >> $GITHUB_OUTPUT
4444 fi
4545 env :
4646 REF : ${{ github.ref }}
@@ -51,33 +51,33 @@ jobs:
51515252 distro : ${{ matrix.distro }}
5353
54- - uses : legoktm/gh-action-build-deb@7a6b22239275ae4e425fefc6f1aeb1118160500d # pin@debian-unstable
55- if : matrix.distro == 'debian-unstable'
56- name : Build package for debian-unstable
57- id : build-debian-unstable
58- with :
59- args : --no-sign
60-
61- - uses : legoktm/gh-action-build-deb@b47978ba8498dc8b8153cc3b5f99a5fc1afa5de1 # pin@debian-trixie
62- if : matrix.distro == 'debian-trixie'
63- name : Build package for debian-trixie
64- id : build-debian-trixie
65- with :
66- args : --no-sign
67-
68- - uses : legoktm/gh-action-build-deb@1f4e86a6bb34aaad388167eaf5eb85d553935336 # pin@debian-bookworm
69- if : matrix.distro == 'debian-bookworm'
70- name : Build package for debian-bookworm
71- id : build-debian-bookworm
72- with :
73- args : --no-sign
74-
75- - uses : legoktm/gh-action-build-deb@084b4263209252ec80a75d2c78a586192c17f18d # pin@debian-bullseye
76- if : matrix.distro == 'debian-bullseye'
77- name : Build package for debian-bullseye
78- id : build-debian-bullseye
79- with :
80- args : --no-sign
54+ # - uses: legoktm/gh-action-build-deb@7a6b22239275ae4e425fefc6f1aeb1118160500d # pin@debian-unstable
55+ # if: matrix.distro == 'debian-unstable'
56+ # name: Build package for debian-unstable
57+ # id: build-debian-unstable
58+ # with:
59+ # args: --no-sign
60+
61+ # - uses: legoktm/gh-action-build-deb@b47978ba8498dc8b8153cc3b5f99a5fc1afa5de1 # pin@debian-trixie
62+ # if: matrix.distro == 'debian-trixie'
63+ # name: Build package for debian-trixie
64+ # id: build-debian-trixie
65+ # with:
66+ # args: --no-sign
67+
68+ # - uses: legoktm/gh-action-build-deb@1f4e86a6bb34aaad388167eaf5eb85d553935336 # pin@debian-bookworm
69+ # if: matrix.distro == 'debian-bookworm'
70+ # name: Build package for debian-bookworm
71+ # id: build-debian-bookworm
72+ # with:
73+ # args: --no-sign
74+
75+ # - uses: legoktm/gh-action-build-deb@084b4263209252ec80a75d2c78a586192c17f18d # pin@debian-bullseye
76+ # if: matrix.distro == 'debian-bullseye'
77+ # name: Build package for debian-bullseye
78+ # id: build-debian-bullseye
79+ # with:
80+ # args: --no-sign
8181
8282 - uses : legoktm/gh-action-build-deb@9114a536498b65c40b932209b9833aa942bf108d # pin@ubuntu-noble
8383 if : matrix.distro == 'ubuntu-noble'
@@ -101,7 +101,7 @@ jobs:
101101 args : --no-sign
102102 ppa : ${{ steps.ppa.outputs.ppa }}
103103
104- - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # pin@v4
104+ - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # pin@v4
105105 with :
106106 name : Packages for ${{ matrix.distro }}
107107 path : output
0 commit comments