File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 steps :
1313 - name : ' Post acknowledgement that it will format code'
1414 continue-on-error : true # Never fail the build if this fails
15- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
15+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
1616 with :
1717 github-token : ${{ secrets.GITHUB_TOKEN }}
1818 script : |
@@ -111,7 +111,7 @@ jobs:
111111
112112 - name : ' Post acknowledgement that it has formatted the code'
113113 continue-on-error : true # Never fail the build if this fails
114- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
114+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
115115 with :
116116 github-token : ${{ secrets.GITHUB_TOKEN }}
117117 script : |
@@ -125,7 +125,7 @@ jobs:
125125 - name : ' Post reminder to trigger build manually'
126126 continue-on-error : true # Never fail the build if this fails
127127 if : steps.fork_status.outputs.fork == 'true'
128- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
128+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
129129 with :
130130 github-token : ${{ secrets.GITHUB_TOKEN }}
131131 script : |
You can’t perform that action at this time.
0 commit comments