Skip to content

Commit 89c8e91

Browse files
luszczewskakasia1lukaszstolarczuk
authored andcommitted
Add fixes from scorecard results
1 parent e26bc0a commit 89c8e91

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
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@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
1919
with:
2020
github-token: ${{ secrets.GITHUB_TOKEN }}
2121
script: |

0 commit comments

Comments
 (0)