@@ -179,7 +179,7 @@ jobs:
179179 - name : Get modified file detail
180180 if : contains(fromJSON('["merge_group", "pull_request", "pull_request_target"]'), github.event_name)
181181 id : check-modified-file-detail
182- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
182+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
183183 env :
184184 PATH_PATTERN : " ${{ inputs.path-pattern != '' && inputs.path-pattern || '**' }}"
185185 IGNORE_PATTERNS : |
@@ -284,7 +284,7 @@ jobs:
284284 contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name)
285285 || startsWith(github.event_name, 'pull_request')
286286 )
287- uses : actions/github-script@v8
287+ uses : actions/github-script@v9
288288 id : deployment
289289 env :
290290 PR_NUMBER : ${{ github.event.pull_request.number }}
@@ -469,7 +469,7 @@ jobs:
469469 uses : elastic/docs-builder/actions/update-link-index@main
470470
471471 - name : Update deployment status
472- uses : actions/github-script@v8
472+ uses : actions/github-script@v9
473473 # disabled: deployments are not enabled on this branch
474474 if : >
475475 false
@@ -509,7 +509,7 @@ jobs:
509509 steps :
510510 - name : Comment on PR
511511 continue-on-error : true
512- uses : actions/github-script@v8
512+ uses : actions/github-script@v9
513513 env :
514514 ALL_CHANGED_FILES : ${{ needs.check.outputs.all_changed_files }}
515515 PATH_PREFIX : ${{ needs.build.outputs.path_prefix }}
@@ -584,7 +584,7 @@ jobs:
584584 }
585585 - name : Comment on docs changes about versioning requirements
586586 if : inputs.enable-cumulative-comment == true
587- uses : actions/github-script@v8
587+ uses : actions/github-script@v9
588588 with :
589589 github-token : ${{ secrets.GITHUB_TOKEN }}
590590 # language=javascript
0 commit comments