From b658fd57fee082aaaf9a89fba8011ba402581e91 Mon Sep 17 00:00:00 2001 From: Misiu Godfrey <40667992+misiugodfrey@users.noreply.github.com> Date: Tue, 6 Jan 2026 10:25:30 -0500 Subject: [PATCH] Update main.yml to use pinned SHA --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fe9cd75554..61e06c66b8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: sed -i "/segment_analytics/s/^#//" source/conf.py make html - name: Deploy to Pages - uses: JamesIves/github-pages-deploy-action@master + uses: JamesIves/github-pages-deploy-action@9fa3b18fe9b1acc7b4d6abccb59b2e50afd9e305 env: ACCESS_TOKEN: ${{ secrets.GITHUB_WRITE_TOKEN }} BASE_BRANCH: master # The branch the action should deploy from.