File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
26
26
- name : Report inactive collaborators
27
27
id : inactive
28
- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
28
+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
29
29
with :
30
30
script : |
31
31
const { default: report } = await import("${{github.workspace}}/.github/scripts/report-inactive-collaborators.mjs");
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105
105
- name : Format Lighthouse Score
106
106
# Transform the audit results into a single, friendlier output
107
107
id : format_lighthouse_score
108
- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
108
+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
109
109
env :
110
110
# using env as input to our script
111
111
# see https://github.com/actions/github-script#use-env-as-input
You can’t perform that action at this time.
0 commit comments