From 902047181f7d9b3dafba545fc2c03c3a41b17284 Mon Sep 17 00:00:00 2001 From: Karel Date: Tue, 12 Aug 2025 09:01:52 +0000 Subject: [PATCH] Pin astro workflow to a commit - https://github.com/google/sedpack/security/code-scanning/14 - https://github.com/withastro/action/releases/tag/v4.0.0 - https://github.com/google/sedpack/issues/205 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 73bce762..a80bbb65 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,7 +30,7 @@ jobs: - name: Checkout your repository using git uses: actions/checkout@v4 - name: Install, build, and upload your site - uses: withastro/action@v4 + uses: withastro/action@063f85a3c9fc861a0a5e5a956225d9031177eff9 # v4 with: path: website # The root location of your Astro project inside the repository. (optional) # node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)