Skip to content

Commit

Permalink
Add debian-bookworm to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Jul 29, 2024
1 parent 03fb9c3 commit e3d12a1
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
matrix:
distro:
- debian-unstable
- debian-bookworm
- debian-bullseye
- ubuntu-jammy
- ubuntu-focal
Expand All @@ -40,20 +41,27 @@ jobs:
env:
REF: ${{ github.ref }}

- uses: legoktm/gh-action-auto-dch@18025761b70898aac9ddb5bdc726bcd083926714 # master
- uses: legoktm/gh-action-auto-dch@main

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 7: third-party GitHubAction not pinned by hash
Click Remediation section below to solve this issue
with:
fullname: Kiwix builder
email: release+launchpad@kiwix.org
distro: ${{ matrix.distro }}

- uses: legoktm/gh-action-build-deb@4f3fbf87de8bf0870f44624693cae17b7ad34ca2 # debian-unstable
- uses: legoktm/gh-action-build-deb@debian-unstable

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 7: third-party GitHubAction not pinned by hash
Click Remediation section below to solve this issue
if: matrix.distro == 'debian-unstable'
name: Build package for debian-unstable
id: build-debian-unstable
with:
args: --no-sign

- uses: legoktm/gh-action-build-deb@1f7501377e7c229f373748af433e5c3818eeae6e # debian-bullseye
- uses: legoktm/gh-action-build-deb@debian-bookworm

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 7: third-party GitHubAction not pinned by hash
Click Remediation section below to solve this issue
if: matrix.distro == 'debian-bookworm'
name: Build package for debian-bookworm
id: build-debian-bookworm
with:
args: --no-sign

- uses: legoktm/gh-action-build-deb@debian-bullseye

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 7: third-party GitHubAction not pinned by hash
Click Remediation section below to solve this issue
if: matrix.distro == 'debian-bullseye'
name: Build package for debian-bullseye
id: build-debian-bullseye
Expand Down

0 comments on commit e3d12a1

Please sign in to comment.