Skip to content

Commit

Permalink
Stop publishing on Ubuntu Focal/20.04 PPA (not providing Qt6)
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Jan 2, 2025
1 parent f44c4d9 commit f6a2991
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# - debian-bullseye
- ubuntu-noble
- ubuntu-jammy
- ubuntu-focal
# - ubuntu-focal
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
# with:
# args: --no-sign

- uses: legoktm/gh-action-build-deb@9114a536498b65c40b932209b9833aa942bf108d # pin@ubuntu-noble
- uses: legoktm/gh-action-build-deb@ubuntu-noble

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Packages' step
Uses Step: build-ubuntu-noble
uses 'legoktm/gh-action-build-deb' with ref 'ubuntu-noble', not a pinned commit hash
if: matrix.distro == 'ubuntu-noble'
name: Build package for ubuntu-noble
id: build-ubuntu-noble
Expand All @@ -88,13 +88,13 @@ jobs:
args: --no-sign
ppa: ${{ steps.ppa.outputs.ppa }}

- uses: legoktm/gh-action-build-deb@ubuntu-focal
if: matrix.distro == 'ubuntu-focal'
name: Build package for ubuntu-focal
id: build-ubuntu-focal
with:
args: --no-sign
ppa: ${{ steps.ppa.outputs.ppa }}
# - uses: legoktm/gh-action-build-deb@ubuntu-focal
# if: matrix.distro == 'ubuntu-focal'
# name: Build package for ubuntu-focal
# id: build-ubuntu-focal
# with:
# args: --no-sign
# ppa: ${{ steps.ppa.outputs.ppa }}

- uses: actions/upload-artifact@v4
with:
Expand Down
1 change: 1 addition & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Priority: optional
Maintainer: Kiwix team <[email protected]>
Build-Depends: debhelper-compat (= 13),
pkg-config,
qmake6,
qt6-base-dev,
qt6-svg-dev,
qt6-webengine-dev,
Expand Down

0 comments on commit f6a2991

Please sign in to comment.