From cc80893b9a769ff24efce5879b7a54be35b653f0 Mon Sep 17 00:00:00 2001 From: Niklas Zender Date: Tue, 26 May 2026 11:36:48 +0200 Subject: [PATCH] chore: update GitHub Action pins Pin all external workflow actions to current upstream default-branch SHAs. --- .github/workflows/add-to-project.yml | 2 +- .github/workflows/authenticate-commits.yml | 2 +- .github/workflows/ff-merge.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index 5baf6af..85f56e5 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -6,7 +6,7 @@ on: - opened jobs: add-to-project: - uses: famedly/github-workflows/.github/workflows/add-to-project.yml@github-v1 + uses: famedly/github-workflows/.github/workflows/add-to-project.yml@57b383862ba81dfa265bb33d492e2bbcbc96891d with: project-url: https://github.com/orgs/famedly/projects/6 secrets: inherit diff --git a/.github/workflows/authenticate-commits.yml b/.github/workflows/authenticate-commits.yml index 855007b..697011e 100644 --- a/.github/workflows/authenticate-commits.yml +++ b/.github/workflows/authenticate-commits.yml @@ -13,6 +13,6 @@ jobs: steps: - name: Authenticating commits - uses: sequoia-pgp/authenticate-commits@v1 + uses: sequoia-pgp/authenticate-commits@7880c1fe9a32b85ba665e02fb827054a83627a04 with: comment: on-error diff --git a/.github/workflows/ff-merge.yml b/.github/workflows/ff-merge.yml index 89b545c..eac7c1b 100644 --- a/.github/workflows/ff-merge.yml +++ b/.github/workflows/ff-merge.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Fast forwarding - uses: sequoia-pgp/fast-forward@v1 + uses: sequoia-pgp/fast-forward@e2c6fb52f977408912b000ad4577a669f1c4f5fe with: merge: true comment: on-error