Skip to content

Commit

Permalink
fix: appstream-util workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuelbert committed Nov 7, 2024
1 parent 4e526de commit e338b68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/appstream-util-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ name: Validate MetaInfo
- '**.nix'
- .github/workflows/appstream-util-validate.yaml
- flake.lock
- packaging/com.jwillikers.CyrillicEncoder.metainfo.xml
- packaging/linux/com.jmuelbert,jmbde.metainfo.xml
push:
branches: [main, add_nix_support]
paths:
- '**.nix'
- .github/workflows/appstream-util-validate.yaml
- flake.lock
- packaging/com.jwillikers.CyrillicEncoder.metainfo.xml
- packaging/linux/com.jmuelbert,jmbde.metainfo.xml
jobs:
appstream-util-validate:
runs-on: ubuntu-latest
Expand All @@ -22,4 +22,4 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@v14

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 1: third-party GitHubAction not pinned by hash
Click Remediation section below to solve this issue
- uses: DeterminateSystems/magic-nix-cache-action@v8

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 1: third-party GitHubAction not pinned by hash
Click Remediation section below to solve this issue
- name: Check the MetaInfo file
run: nix develop --command appstream-util validate packaging/co.jmuelbert.jmbde-QT.metainfo.xml
run: nix develop --command appstream-util validate packaging/com.jmuelbert.jmbde.metainfo.xml

0 comments on commit e338b68

Please sign in to comment.