Skip to content

Commit b3a7986

Browse files
Pin actions/github-script to commit SHA in first-time-contributor workflow (#6730)
Signed-off-by: harshitghagre <harshitghagre183@gmail.com>
1 parent 1bff994 commit b3a7986

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/first-time-contributor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Welcome first-time contributor
15-
uses: actions/github-script@v7
15+
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
1616
with:
1717
script: |
1818
const owner = context.repo.owner;

0 commit comments

Comments
 (0)