forked from opensearch-project/OpenSearch
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Used fixed versions of ubuntu runners on GH Workflows #578
Closed
AlexRuiz7 opened this issue
Dec 5, 2024
· 2 comments
· Fixed by #608 or wazuh/wazuh-indexer-reporting#14
Closed
Used fixed versions of ubuntu runners on GH Workflows #578
AlexRuiz7 opened this issue
Dec 5, 2024
· 2 comments
· Fixed by #608 or wazuh/wazuh-indexer-reporting#14
Labels
Comments
AlexRuiz7
added
level/task
Task issue
type/maintenance
Maintenance issue
request/operational
Operational requests
labels
Dec 5, 2024
It seems all of the occurrences of fede@tyner:~/src/wazuh-indexer (master)
$ grep -R 'ubuntu-latest'
.github/workflows/dco.yml: runs-on: ubuntu-latest
.github/workflows/lucene-snapshots.yml: runs-on: ubuntu-latest
.github/workflows/changelog_verifier.yml: runs-on: ubuntu-latest
.github/workflows/version_check.yml: runs-on: ubuntu-latest
.github/workflows/delete_backport_branch.yml: runs-on: ubuntu-latest
.github/workflows/assemble.yml: os: [ubuntu-latest, windows-latest, macos-13]
.github/workflows/precommit.yml: os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
.github/workflows/build.yml: runs-on: ubuntu-latest
.github/workflows/build.yml: runs-on: ubuntu-latest
.github/workflows/poc-checklist.yml: runs-on: ubuntu-latest
.github/workflows/wrapper.yml: runs-on: ubuntu-latest
.github/workflows/version.yml: runs-on: ubuntu-latest
.github/workflows/backport.yml: runs-on: ubuntu-latest
.github/workflows/create-documentation-issue.yml: runs-on: ubuntu-latest
.github/workflows/gradle-check.yml: runs-on: ubuntu-latest
.github/workflows/gradle-check.yml: runs-on: ubuntu-latest
.github/workflows/gradle-check.yml: runs-on: ubuntu-latest
.github/workflows/copy-linked-issue-labels.yml: runs-on: ubuntu-latest
.github/workflows/codeql.yml: runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
.github/workflows/links.yml: runs-on: ubuntu-latest
.github/workflows/publish-maven-snapshots.yml: runs-on: ubuntu-latest
.github/workflows/dependabot_pr.yml: runs-on: ubuntu-latest
.github/workflows/auto-release.yml: runs-on: ubuntu-latest
.github/workflows/detect-breaking-change.yml: runs-on: ubuntu-latest |
This was referenced Dec 19, 2024
No fede@tyner:~/IdeaProjects/wazuh-indexer-plugins (master)
$ grep -Rl ubuntu-latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Description
The workflows are reporting a warning about
ubuntu-latest
being moved toubunut-24.04
soon. Some of the steps already use this version of the Ubuntu runner. For consistency, and in order to avoid failures in the future, change everyubuntu-latest
runners toubuntu-24.04
.Caution
Moreover, we should ensure that we do not use the "latest" version of any GH Action for any workflow used by us on any of our 3 repositories.
The text was updated successfully, but these errors were encountered: