Skip to content

Commit

Permalink
Repin actsion in 'packages' workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Dec 20, 2024
1 parent 1a3fda6 commit 2fc9355
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
# Pin your dependencies with https://github.com/mheap/pin-github-action
steps:
- name: Harden Runner
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # pin@v2
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # pin@v2
with:
egress-policy: audit

- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4

# Determine which PPA we should upload to
- name: PPA
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
args: --no-sign
ppa: ${{ steps.ppa.outputs.ppa }}

- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # pin@v4
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # pin@v4
with:
name: Packages for ${{ matrix.distro }}
path: output
Expand Down

0 comments on commit 2fc9355

Please sign in to comment.