From 6501eaf582309369edc40fc58a2961e9bd9d7803 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 15 Dec 2024 01:11:00 +0100 Subject: [PATCH] GHA: pin fsfe/reuse-action to hash [ci skip] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 58b57eda6..f1b890e80 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: with: persist-credentials: false - name: 'REUSE compliance check' - uses: fsfe/reuse-action@v5 + uses: fsfe/reuse-action@bb774aa972c2a89ff34781233d275075cbddf542 # v5 shellcheck: runs-on: 'ubuntu-latest'