Skip to content

Commit b22927e

Browse files
ci: Pin actions-js/push to specific commit in workflow
Updated the sync-release-assets workflow to use a specific commit hash for actions-js/push instead of the v1.5 tag, ensuring reproducibility and stability in CI.
1 parent ef2a9fa commit b22927e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-release-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
8787
- name: Commit and push changes
8888
if: github.event_name != 'pull_request'
89-
uses: actions-js/push@v1.5
89+
uses: actions-js/push@5a7cbd780d82c0c937b5977586e641b2fd94acc5 # v1.5
9090
with:
9191
author_email: ${{ secrets.GH_BOT_EMAIL }}
9292
author_name: ${{ secrets.GH_BOT_NAME }}

0 commit comments

Comments
 (0)