From 402f3caf9870fc28086fba997529c6a82961bc9f Mon Sep 17 00:00:00 2001 From: Niklas Zender Date: Tue, 26 May 2026 11:29:16 +0200 Subject: [PATCH] chore: update GitHub Action pins Pin all external workflow actions to current upstream default-branch SHAs. --- .github/workflows/main.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 435a6a6..4ffa05a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: general: permissions: contents: read - uses: famedly/frontend-ci-templates/.github/workflows/general.yml@main + uses: famedly/frontend-ci-templates/.github/workflows/general.yml@e8167567258899ed2a5bcc7fe04c79ad78f87967 app_jobs: secrets: inherit diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index befa853..e9ec3a2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: permissions: contents: read id-token: write - uses: famedly/frontend-ci-templates/.github/workflows/publish-pub.yml@main + uses: famedly/frontend-ci-templates/.github/workflows/publish-pub.yml@e8167567258899ed2a5bcc7fe04c79ad78f87967 with: env_file: ".github/workflows/versions.env"