Skip to content

Commit 379ead0

Browse files
Update github-actions deps to v9 (major) (#47642)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/github-script](https://redirect.github.com/actions/github-script) | action | major | `v8` → `v9` | | [actions/github-script](https://redirect.github.com/actions/github-script) | action | major | `v8.0.0` → `v9.0.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/20907) for more information. --- ### Release Notes <details> <summary>actions/github-script (actions/github-script)</summary> ### [`v9`](https://redirect.github.com/actions/github-script/compare/v8...v9) [Compare Source](https://redirect.github.com/actions/github-script/compare/v8...v9) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "on tuesday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjExMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>
1 parent 408666e commit 379ead0

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ jobs:
551551

552552
- name: Generate new contributor celebration text
553553
id: new-contributor-text
554-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
554+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
555555
with:
556556
result-encoding: 'string'
557557
script: |
@@ -580,7 +580,7 @@ jobs:
580580
needs: [publish-stable]
581581
if: startsWith(github.ref, 'refs/tags/v') && github.repository == 'open-telemetry/opentelemetry-collector-contrib'
582582
steps:
583-
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
583+
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
584584
with:
585585
script: |
586586
const milestones = await github.rest.issues.listMilestones({

.github/workflows/generate-codeowners-activity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
if: ${{ github.repository_owner == 'open-telemetry' }}
3232
steps:
3333
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
34-
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
34+
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
3535
id: report
3636
env:
3737
DRY_RUN: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.dry_run == 'true' && 'true' || '0' }}

.github/workflows/generate-weekly-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cp ../configs/generate-weekly-report/package-lock.json .
2525
npm ci
2626
working-directory: ./.github/workflows/scripts
27-
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
27+
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
2828
id: get-issues
2929
with:
3030
retries: 3

.github/workflows/milestone-add-to-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: github.event.pull_request.merged && github.repository_owner == 'open-telemetry'
1919
runs-on: ubuntu-24.04
2020
steps:
21-
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
21+
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
2222
with:
2323
script: |
2424
const milestones = await github.rest.issues.listMilestones({

0 commit comments

Comments
 (0)