Skip to content

Commit

Permalink
Avoid adopting potentially unreleased changes in third-party action.
Browse files Browse the repository at this point in the history
  • Loading branch information
robshakir committed Dec 13, 2024
1 parent 39634bc commit 7cf7095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/required_approvals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Check for required approvals
id: check-approvals
uses: skymoore/required-approvals@main
uses: skymoore/required-approvals@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
read_org_scoped_token: ${{ secrets.READ_ORG_SCOPED_TOKEN }}
Expand Down

0 comments on commit 7cf7095

Please sign in to comment.