Skip to content

Commit 80b13f4

Browse files
chore(deps): pin actions/github-script action to f28e40c (#2400)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1f1bc6e commit 80b13f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/assign-copilot-reviewer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Assign Copilot as reviewer
16-
uses: actions/github-script@v7
16+
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
1717
with:
1818
github-token: ${{ secrets.COPILOT_ASSIGNING_PAT }}
1919
script: |

0 commit comments

Comments
 (0)