Skip to content

Commit e14be74

Browse files
authored
Pin actions/github-script to exact commit SHA (#259)
Signed-off-by: shreyah963 <shreyab963@gmail.com>
1 parent 6551bcd commit e14be74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/add-untriaged.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
apply-label:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/github-script@v6
14+
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
1515
with:
1616
script: |
1717
github.rest.issues.addLabels({

0 commit comments

Comments
 (0)