Skip to content

Commit

Permalink
Add Debian Trixie to package CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Jul 29, 2024
1 parent e3d12a1 commit 30a9693
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 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-trixie
- debian-bookworm
- debian-bullseye
- ubuntu-jammy
Expand Down Expand Up @@ -54,6 +55,13 @@ jobs:
with:
args: --no-sign

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

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

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

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

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 6: 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
Expand Down

0 comments on commit 30a9693

Please sign in to comment.