Skip to content

Commit 2fc9355

Browse files
committed
Repin actsion in 'packages' workflow
1 parent 1a3fda6 commit 2fc9355

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
# Pin your dependencies with https://github.com/mheap/pin-github-action
2727
steps:
2828
- name: Harden Runner
29-
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # pin@v2
29+
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # pin@v2
3030
with:
3131
egress-policy: audit
3232

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

3535
# Determine which PPA we should upload to
3636
- name: PPA
@@ -101,7 +101,7 @@ jobs:
101101
args: --no-sign
102102
ppa: ${{ steps.ppa.outputs.ppa }}
103103

104-
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # pin@v4
104+
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # pin@v4
105105
with:
106106
name: Packages for ${{ matrix.distro }}
107107
path: output

0 commit comments

Comments
 (0)