Skip to content

Commit ced6305

Browse files
Bump the github-actions group across 8 directories with 6 updates
Bumps the github-actions group with 3 updates in the / directory: [actions/github-script](https://github.com/actions/github-script), [elastic/ci-gh-actions](https://github.com/elastic/ci-gh-actions) and [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter). Bumps the github-actions group with 3 updates in the /.github/workflows directory: [actions/github-script](https://github.com/actions/github-script), [elastic/ci-gh-actions](https://github.com/elastic/ci-gh-actions) and [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter). Bumps the github-actions group with 1 update in the /aws/auth directory: [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials). Bumps the github-actions group with 1 update in the /changelog/bundle-create directory: [actions/upload-artifact](https://github.com/actions/upload-artifact). Bumps the github-actions group with 1 update in the /changelog/bundle-pr directory: [actions/download-artifact](https://github.com/actions/download-artifact). Bumps the github-actions group with 1 update in the /changelog/bundle-upload directory: [actions/download-artifact](https://github.com/actions/download-artifact). Bumps the github-actions group with 1 update in the /changelog/submit directory: [actions/github-script](https://github.com/actions/github-script). Bumps the github-actions group with 1 update in the /docs-builder/preview/cleanup directory: [actions/github-script](https://github.com/actions/github-script). Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) Updates `elastic/ci-gh-actions` from 1.3.0 to 1.5.0 - [Release notes](https://github.com/elastic/ci-gh-actions/releases) - [Commits](elastic/ci-gh-actions@v1.3.0...v1.5.0) Updates `release-drafter/release-drafter` from 7.1.1 to 7.2.0 - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](release-drafter/release-drafter@139054a...5de9358) Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) Updates `elastic/ci-gh-actions` from 1.3.0 to 1.5.0 - [Release notes](https://github.com/elastic/ci-gh-actions/releases) - [Commits](elastic/ci-gh-actions@v1.3.0...v1.5.0) Updates `release-drafter/release-drafter` from 7.1.1 to 7.2.0 - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](release-drafter/release-drafter@139054a...5de9358) Updates `aws-actions/configure-aws-credentials` from 6.0.0 to 6.1.0 - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@8df5847...ec61189) Updates `actions/upload-artifact` from 6 to 7.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) Updates `actions/download-artifact` from 6 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v8) Updates `actions/download-artifact` from 6 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v8) Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: elastic/ci-gh-actions dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: release-drafter/release-drafter dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: elastic/ci-gh-actions dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: release-drafter/release-drafter dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 51c4490 commit ced6305

14 files changed

Lines changed: 89 additions & 89 deletions

File tree

.github/workflows/codex-preview-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-slim
1717
steps:
1818
- name: Delete GitHub environment
19-
uses: actions/github-script@v8
19+
uses: actions/github-script@v9
2020
id: delete-deployment
2121
with:
2222
script: |

.github/workflows/codex-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
steps:
103103
- name: Create Deployment
104104
if: contains(fromJSON('["pull_request", "pull_request_target", "workflow_dispatch"]'), github.event_name)
105-
uses: actions/github-script@v8
105+
uses: actions/github-script@v9
106106
id: deployment
107107
with:
108108
result-encoding: string
@@ -152,7 +152,7 @@ jobs:
152152
AWS_RETRY_MODE: standard
153153
AWS_MAX_ATTEMPTS: 3
154154
- name: Update deployment status
155-
uses: actions/github-script@v8
155+
uses: actions/github-script@v9
156156
if: always() && steps.deployment.outputs.result
157157
env:
158158
PR_NUMBER: ${{ github.event.pull_request.number }}

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
- name: Get modified file detail
129129
if: contains(fromJSON('["merge_group", "pull_request"]'), github.event_name)
130130
id: check-modified-file-detail
131-
uses: actions/github-script@v8
131+
uses: actions/github-script@v9
132132
env:
133133
PATH_PATTERN: "${{ inputs.path-pattern != '' && inputs.path-pattern || '**' }}"
134134
IGNORE_PATTERNS: |

.github/workflows/docs-deploy.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
steps:
8383
- name: Resolve workflow run context
8484
id: context
85-
uses: actions/github-script@v8
85+
uses: actions/github-script@v9
8686
env:
8787
PATH_PATTERN: ${{ inputs.path-pattern }}
8888
IGNORE_PATTERNS: |
@@ -226,7 +226,7 @@ jobs:
226226
if: steps.context.outputs.is-fork == 'true' && steps.context.outputs.event == 'pull_request'
227227
continue-on-error: true
228228
id: fetch-ephemeral-token
229-
uses: elastic/ci-gh-actions/fetch-github-token@v1.3.0
229+
uses: elastic/ci-gh-actions/fetch-github-token@v1.5.0
230230
with:
231231
vault-instance: "ci-prod"
232232
vault-role: "token-policy-8c6a5ed19135"
@@ -299,7 +299,7 @@ jobs:
299299
steps:
300300
- name: Update comment to in-progress
301301
continue-on-error: true
302-
uses: actions/github-script@v8
302+
uses: actions/github-script@v9
303303
env:
304304
PR_NUMBER: ${{ needs.preflight.outputs.pr-number }}
305305
with:
@@ -516,7 +516,7 @@ jobs:
516516
517517
- name: Create Deployment
518518
if: env.EVENT == 'pull_request'
519-
uses: actions/github-script@v8
519+
uses: actions/github-script@v9
520520
id: deployment
521521
with:
522522
result-encoding: string
@@ -564,7 +564,7 @@ jobs:
564564
565565
- name: Update deployment status
566566
if: always() && steps.deployment.outputs.result
567-
uses: actions/github-script@v8
567+
uses: actions/github-script@v9
568568
env:
569569
LANDING_PAGE_PATH: ${{ needs.build.outputs.landing_page_path }}
570570
with:
@@ -600,7 +600,7 @@ jobs:
600600
steps:
601601
- name: Comment on PR
602602
continue-on-error: true
603-
uses: actions/github-script@v8
603+
uses: actions/github-script@v9
604604
env:
605605
PR_NUMBER: ${{ needs.preflight.outputs.pr-number }}
606606
PATH_PREFIX: ${{ needs.build.outputs.path_prefix }}
@@ -678,7 +678,7 @@ jobs:
678678
- name: Comment on docs changes about versioning requirements
679679
if: inputs.enable-cumulative-comment == true
680680
continue-on-error: true
681-
uses: actions/github-script@v8
681+
uses: actions/github-script@v9
682682
env:
683683
PR_NUMBER: ${{ needs.preflight.outputs.pr-number }}
684684
with:

.github/workflows/gh-aw-docs-issue-scope.lock.yml

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)