Skip to content

Commit 3312f49

Browse files
committed
fix: SHA-pin checkout action, add SPDX header and permissions
1 parent cc48092 commit 3312f49

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/guix-nix-policy.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1+
# SPDX-License-Identifier: AGPL-3.0-or-later
12
name: Guix/Nix Package Policy
3+
24
on: [push, pull_request]
5+
6+
permissions: read-all
7+
38
jobs:
49
check:
510
runs-on: ubuntu-latest
611
steps:
7-
- uses: actions/checkout@v6.0.1
12+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
813
- name: Enforce Guix primary / Nix fallback
914
run: |
1015
# Check for package manager files

0 commit comments

Comments
 (0)