From 1d23a75ce150250d976ade9c03bc17db3e352957 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sat, 29 Nov 2025 12:49:38 -0500 Subject: [PATCH] ci: Pin actions-js/push to specific commit in workflow Updated the 'Deploy to gh-pages' step in the Jekyll build workflow to use a specific commit hash for actions-js/push instead of the v1.5 tag, ensuring reproducibility and stability. --- .github/workflows/jekyll-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll-build.yml b/.github/workflows/jekyll-build.yml index a5bdf933..d6fff83b 100644 --- a/.github/workflows/jekyll-build.yml +++ b/.github/workflows/jekyll-build.yml @@ -256,7 +256,7 @@ jobs: touch .nojekyll - name: Deploy to gh-pages - uses: actions-js/push@v1.5 + uses: actions-js/push@5a7cbd780d82c0c937b5977586e641b2fd94acc5 # v1.5 with: github_token: ${{ secrets.GH_BOT_TOKEN }} author_email: ${{ secrets.GH_BOT_EMAIL }}