Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ci): update all failing workflows #863

Merged
merged 3 commits into from
Jun 27, 2024

Conversation

mayeut
Copy link
Contributor

@mayeut mayeut commented May 9, 2024

Description:

With macos-latest moving to macos-14, most workflows are currently failing. Update them to be able to run on macos-latest

Don't test python 3.5 on ubuntu. It's been EOL for almost 4 years and there are now some certificate issues with pip.

fix #891

@mayeut mayeut requested a review from a team as a code owner May 9, 2024 16:23
@mayeut
Copy link
Contributor Author

mayeut commented Jun 12, 2024

please do note that since the PR was opened, #866 & #868 have been opened.
So while this PR removes testing 3.5 as mentioned in the description, maintainers here shall take action to re-add tests once those issues are fixed (or not if triaged to "won't fix").

@priya-kinthali
Copy link
Contributor

Hello @mayeut 👋
Could you please also remove the setup and verification steps for Python EOL versions (3.5, 3.6 and 3.7)? This will help us keep the testing framework up to date with currently supported Python versions. Thanks again for your work on this.

@mayeut
Copy link
Contributor Author

mayeut commented Jun 22, 2024

hello @priya-kinthali,

Could you please also remove the setup and verification steps for Python EOL versions (3.5, 3.6 and 3.7)?

done

@priya-kinthali
Copy link
Contributor

Hello @mayeut 👋,
Thanks for your prompt response and for making the requested changes😊
Could you kindly extend your contribution by including the latest Python versions in test workflows(for eg. e2e-tests.yml)? This would aid in ensuring that our tests are running on the most current versions of Python.

Your diligent efforts are deeply appreciated:)

@mayeut
Copy link
Contributor Author

mayeut commented Jun 24, 2024

Could you kindly extend your contribution by including the latest Python versions in test workflows(for eg. e2e-tests.yml)?

They are already tested in .github/workflows/test-python.yml check-latest job

@priya-kinthali
Copy link
Contributor

They are already tested in .github/workflows/test-python.yml check-latest job.

You're right, the latest Python versions are indeed tested in the test-python.yml workflow. However, we also want to ensure that our end-to-end tests in e2e-tests.yml are kept up-to-date and are running on the most recent Python versions as well. Could you please include the latest Python versions in the e2e-tests.yml file too. Thanks!

With `macos-latest` moving to `macos-14`, most workflows are currently failing.
Update them to be able to run on `macos-latest`

Don't test python 3.5 on ubuntu. It's been EOL for almost 4 years and there are now some certificate issues with pip.
@HarithaVattikuti HarithaVattikuti merged commit a0d74c0 into actions:main Jun 27, 2024
258 checks passed
@mayeut mayeut deleted the update-workflows branch June 27, 2024 19:11
andrewpollock pushed a commit to google/osv.dev that referenced this pull request Jul 17, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-python](https://github.com/actions/setup-python) |
action | patch | `v5.1.0` -> `v5.1.1` |
| [github/codeql-action](https://github.com/github/codeql-action) |
action | patch | `v2.25.11` -> `v2.25.12` |

---

### Release Notes

<details>
<summary>actions/setup-python (actions/setup-python)</summary>

###
[`v5.1.1`](https://github.com/actions/setup-python/releases/tag/v5.1.1)

[Compare
Source](https://github.com/actions/setup-python/compare/v5.1.0...v5.1.1)

##### What's Changed

##### Bug fixes:

- fix(ci): update all failing workflows by
[@&#8203;mayeut](https://github.com/mayeut) in
[actions/setup-python#863
This update ensures compatibility and optimal performance of workflows
on the latest macOS version.

##### Documentation changes:

- Documentation update for cache by
[@&#8203;gowridurgad](https://github.com/gowridurgad) in
[actions/setup-python#873

##### Dependency updates:

- Bump braces from 3.0.2 to 3.0.3 and undici from 5.28.3 to 5.28.4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/setup-python#893

##### New Contributors

- [@&#8203;gowridurgad](https://github.com/gowridurgad) made their
first contribution in
[actions/setup-python#873

**Full Changelog**:
actions/setup-python@v5...v5.1.1

</details>

<details>
<summary>github/codeql-action (github/codeql-action)</summary>

###
[`v2.25.12`](https://github.com/github/codeql-action/compare/v2.25.11...v2.25.12)

[Compare
Source](https://github.com/github/codeql-action/compare/v2.25.11...v2.25.12)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 6am on wednesday" in timezone
Australia/Sydney, 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/google/osv.dev).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
gsuquet pushed a commit to gsuquet/workflows that referenced this pull request Jul 17, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-python](https://github.com/actions/setup-python) |
action | patch | `v5.1.0` -> `v5.1.1` |

---

### Release Notes

<details>
<summary>actions/setup-python (actions/setup-python)</summary>

###
[`v5.1.1`](https://github.com/actions/setup-python/releases/tag/v5.1.1)

[Compare
Source](https://github.com/actions/setup-python/compare/v5.1.0...v5.1.1)

##### What's Changed

##### Bug fixes:

- fix(ci): update all failing workflows by
[@&#8203;mayeut](https://github.com/mayeut) in
[actions/setup-python#863
This update ensures compatibility and optimal performance of workflows
on the latest macOS version.

##### Documentation changes:

- Documentation update for cache by
[@&#8203;gowridurgad](https://github.com/gowridurgad) in
[actions/setup-python#873

##### Dependency updates:

- Bump braces from 3.0.2 to 3.0.3 and undici from 5.28.3 to 5.28.4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/setup-python#893

##### New Contributors

- [@&#8203;gowridurgad](https://github.com/gowridurgad) made their
first contribution in
[actions/setup-python#873

**Full Changelog**:
actions/setup-python@v5...v5.1.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->

Signed-off-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate-gsuquet[bot] <173481049+renovate-gsuquet[bot]@users.noreply.github.com>
andrewpollock pushed a commit to google/osv-scanner that referenced this pull request Jul 21, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-go](https://github.com/actions/setup-go) | action |
patch | `v5.0.1` -> `v5.0.2` |
| [actions/setup-python](https://github.com/actions/setup-python) |
action | patch | `v5.1.0` -> `v5.1.1` |
| [github/codeql-action](https://github.com/github/codeql-action) |
action | patch | `v3.25.11` -> `v3.25.13` |
| [ruby/setup-ruby](https://github.com/ruby/setup-ruby) | action |
minor | `v1.185.0` -> `v1.187.0` |
| [shivammathur/setup-php](https://github.com/shivammathur/setup-php)
| action | patch | `2.31.0` -> `2.31.1` |

---

### Release Notes

<details>
<summary>actions/setup-go (actions/setup-go)</summary>

###
[`v5.0.2`](https://github.com/actions/setup-go/compare/v5.0.1...v5.0.2)

[Compare
Source](https://github.com/actions/setup-go/compare/v5.0.1...v5.0.2)

</details>

<details>
<summary>actions/setup-python (actions/setup-python)</summary>

###
[`v5.1.1`](https://github.com/actions/setup-python/releases/tag/v5.1.1)

[Compare
Source](https://github.com/actions/setup-python/compare/v5.1.0...v5.1.1)

##### What's Changed

##### Bug fixes:

- fix(ci): update all failing workflows by
[@&#8203;mayeut](https://github.com/mayeut) in
[actions/setup-python#863
This update ensures compatibility and optimal performance of workflows
on the latest macOS version.

##### Documentation changes:

- Documentation update for cache by
[@&#8203;gowridurgad](https://github.com/gowridurgad) in
[actions/setup-python#873

##### Dependency updates:

- Bump braces from 3.0.2 to 3.0.3 and undici from 5.28.3 to 5.28.4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/setup-python#893

##### New Contributors

- [@&#8203;gowridurgad](https://github.com/gowridurgad) made their
first contribution in
[actions/setup-python#873

**Full Changelog**:
actions/setup-python@v5...v5.1.1

</details>

<details>
<summary>github/codeql-action (github/codeql-action)</summary>

###
[`v3.25.13`](https://github.com/github/codeql-action/compare/v3.25.12...v3.25.13)

[Compare
Source](https://github.com/github/codeql-action/compare/v3.25.12...v3.25.13)

###
[`v3.25.12`](https://github.com/github/codeql-action/compare/v3.25.11...v3.25.12)

[Compare
Source](https://github.com/github/codeql-action/compare/v3.25.11...v3.25.12)

</details>

<details>
<summary>ruby/setup-ruby (ruby/setup-ruby)</summary>

###
[`v1.187.0`](https://github.com/ruby/setup-ruby/releases/tag/v1.187.0)

[Compare
Source](https://github.com/ruby/setup-ruby/compare/v1.186.0...v1.187.0)

#### What's Changed

- Update CRuby releases on Windows by
[@&#8203;ruby-builder-bot](https://github.com/ruby-builder-bot) in
[ruby/setup-ruby#622

**Full Changelog**:
ruby/setup-ruby@v1.186.0...v1.187.0

###
[`v1.186.0`](https://github.com/ruby/setup-ruby/releases/tag/v1.186.0)

[Compare
Source](https://github.com/ruby/setup-ruby/compare/v1.185.0...v1.186.0)

#### What's Changed

- Add ruby-3.3.4 by
[@&#8203;ruby-builder-bot](https://github.com/ruby-builder-bot) in
[ruby/setup-ruby#620

**Full Changelog**:
ruby/setup-ruby@v1.185.0...v1.186.0

</details>

<details>
<summary>shivammathur/setup-php (shivammathur/setup-php)</summary>

###
[`v2.31.1`](https://github.com/shivammathur/setup-php/releases/tag/2.31.1)

[Compare
Source](https://github.com/shivammathur/setup-php/compare/2.31.0...2.31.1)

##### Changelog

- Fix installing PECL extensions on Windows with a build version
[#&#8203;855](https://github.com/shivammathur/setup-php/issues/855)

- Fix cache support for ioncube extension
[#&#8203;856](https://github.com/shivammathur/setup-php/issues/856)

-   Updated Node.js dependencies.

For the complete list of changes, please refer to the [Full
Changelog](https://github.com/shivammathur/setup-php/compare/2.31.0...2.31.1)

<p>
  <h4>Follow for updates</h4>
<a href="https://reddit.com/r/setup_php" title="setup-php reddit"><img
alt="setup-php reddit"
src="https://img.shields.io/badge/reddit-join-FF5700?logo=reddit&logoColor=FF5700&labelColor=555555"></a>
<a href="https://twitter.com/setup_php" title="setup-php twitter"><img
alt="setup-php twitter"
src="https://img.shields.io/badge/twitter-follow-1DA1F2?logo=twitter&logoColor=1DA1F2&labelColor=555555"></a>
<a href="https://status.setup-php.com" title="setup-php status"><img
alt="setup-php status"
src="https://img.shields.io/badge/status-subscribe-28A745?logo=statuspage&logoColor=28A745&labelColor=555555"></a>
</p>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 6am on monday" in timezone
Australia/Sydney, 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/google/osv-scanner).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
DonRobo pushed a commit to DonRobo/ha-ha-integration that referenced this pull request Jul 26, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-python](https://github.com/actions/setup-python) |
action | patch | `v5.1.0` -> `v5.1.1` |

---

### Release Notes

<details>
<summary>actions/setup-python (actions/setup-python)</summary>

###
[`v5.1.1`](https://github.com/actions/setup-python/releases/tag/v5.1.1)

[Compare
Source](https://github.com/actions/setup-python/compare/v5.1.0...v5.1.1)

##### What's Changed

##### Bug fixes:

- fix(ci): update all failing workflows by
[@&#8203;mayeut](https://github.com/mayeut) in
[actions/setup-python#863
This update ensures compatibility and optimal performance of workflows
on the latest macOS version.

##### Documentation changes:

- Documentation update for cache by
[@&#8203;gowridurgad](https://github.com/gowridurgad) in
[actions/setup-python#873

##### Dependency updates:

- Bump braces from 3.0.2 to 3.0.3 and undici from 5.28.3 to 5.28.4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/setup-python#893

##### New Contributors

- [@&#8203;gowridurgad](https://github.com/gowridurgad) made their
first contribution in
[actions/setup-python#873

**Full Changelog**:
actions/setup-python@v5...v5.1.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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 this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/DonRobo/ha-ha-integration).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
lambchop4prez added a commit to lambchop4prez/network that referenced this pull request Aug 11, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-python](https://github.com/actions/setup-python) |
action | patch | `v5.1.0` -> `v5.1.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>actions/setup-python (actions/setup-python)</summary>

###
[`v5.1.1`](https://github.com/actions/setup-python/releases/tag/v5.1.1)

[Compare
Source](https://github.com/actions/setup-python/compare/v5.1.0...v5.1.1)

##### What's Changed

##### Bug fixes:

- fix(ci): update all failing workflows by
[@&#8203;mayeut](https://github.com/mayeut) in
[actions/setup-python#863
This update ensures compatibility and optimal performance of workflows
on the latest macOS version.

##### Documentation changes:

- Documentation update for cache by
[@&#8203;gowridurgad](https://github.com/gowridurgad) in
[actions/setup-python#873

##### Dependency updates:

- Bump braces from 3.0.2 to 3.0.3 and undici from 5.28.3 to 5.28.4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/setup-python#893

##### New Contributors

- [@&#8203;gowridurgad](https://github.com/gowridurgad) made their
first contribution in
[actions/setup-python#873

**Full Changelog**:
actions/setup-python@v5...v5.1.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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 this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/lambchop4prez/network).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

setup-python CI workflows have been broken for more than 2 months
6 participants