From ba41e1c65462654451dc0dbeddc9e2196887ad06 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sun, 30 Nov 2025 00:13:56 -0500 Subject: [PATCH] ci: Pin actions-js/push to specific commit in workflow Updated the scheduler workflow to use a specific commit hash for actions-js/push instead of the v1.5 tag, ensuring consistent and reproducible action behavior. --- .github/workflows/scheduler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scheduler.yml b/.github/workflows/scheduler.yml index 5fc77d7a..e86b21d9 100644 --- a/.github/workflows/scheduler.yml +++ b/.github/workflows/scheduler.yml @@ -93,7 +93,7 @@ jobs: - name: Commit and push if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master' - 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 }}