Skip to content

Commit

Permalink
ci(actions): Pin commit for sync-branches action for security reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
Holzhaus committed Oct 14, 2024
1 parent cccd490 commit 519d969
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sync_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
steps:
- name: Merge ${{ matrix.from_branch }} into ${{ matrix.to_branch }}
if: github.event_name == 'workflow_dispatch' || github.ref_name == matrix.from_branch
uses: tretuna/[email protected]
# Commit is pinned due to low popularity of the action repo.
uses: tretuna/sync-branches@ea58ab6e406fd3ad016a064b31270bbb41127f41
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
FROM_BRANCH: ${{ matrix.from_branch }}
Expand Down

0 comments on commit 519d969

Please sign in to comment.