File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8383
8484 - name : Post PR Comment
8585 if : github.event_name == 'pull_request' && always()
86- uses : actions/github-script@v6
86+ uses : actions/github-script@v7
8787 with :
8888 script : |
8989 const fs = require('fs');
@@ -136,7 +136,7 @@ jobs:
136136
137137 - name : Create Check Run
138138 if : always()
139- uses : actions/github-script@v6
139+ uses : actions/github-script@v7
140140 with :
141141 script : |
142142 const fs = require('fs');
@@ -196,7 +196,7 @@ jobs:
196196
197197 steps :
198198 - name : Add PR Label
199- uses : actions/github-script@v6
199+ uses : actions/github-script@v7
200200 with :
201201 script : |
202202 // Add label to remind about local analysis
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ jobs:
174174
175175 - name : Comment PR with Results
176176 if : github.event_name == 'pull_request' && always()
177- uses : actions/github-script@v6
177+ uses : actions/github-script@v7
178178 with :
179179 script : |
180180 const suite = '${{ matrix.test-suite }}';
@@ -282,7 +282,7 @@ jobs:
282282
283283 - name : Create Issue for Violations
284284 if : github.event_name == 'push' && github.ref == 'refs/heads/main'
285- uses : actions/github-script@v6
285+ uses : actions/github-script@v7
286286 with :
287287 script : |
288288 const title = `Architectural Compliance Violations Detected - ${new Date().toISOString().split('T')[0]}`;
Original file line number Diff line number Diff line change 9090
9191 - name : Post PR Comment
9292 if : github.event_name == 'pull_request' && always()
93- uses : actions/github-script@v6
93+ uses : actions/github-script@v7
9494 with :
9595 script : |
9696 const fs = require('fs');
You can’t perform that action at this time.
0 commit comments