Skip to content

Commit 13af510

Browse files
Add fixes from scorecard results
1 parent 637cf8e commit 13af510

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-migration-auto-close.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Close PRs labeled "auto-close"
18-
uses: actions/github-script@v6
18+
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
1919
with:
2020
github-token: ${{ secrets.GITHUB_TOKEN }}
2121
script: |

.github/workflows/pr-migration-warn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Label and comment on open PRs
18-
uses: actions/github-script@v6
18+
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
1919
with:
2020
github-token: ${{ secrets.GITHUB_TOKEN }}
2121
script: |

0 commit comments

Comments
 (0)