Skip to content

[dotnet][rb][java][js][py] Automated Browser Version Update #15882

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

Merged
merged 1 commit into from
Jun 10, 2025

Conversation

selenium-ci
Copy link
Member

@selenium-ci selenium-ci commented Jun 10, 2025

User description

This is an automated pull request to update pinned browsers and drivers

Merge after verify the new browser versions properly passing the tests and no bugs need to be filed


PR Type

Enhancement


Description

  • Update pinned Firefox beta version for Linux and macOS

  • Refresh associated SHA256 checksums for new downloads


Changes walkthrough 📝

Relevant files
Enhancement
repositories.bzl
Update Firefox beta URLs and checksums in Bazel config     

common/repositories.bzl

  • Updated Firefox beta download URLs for Linux and macOS
  • Updated corresponding SHA256 checksums for new versions
  • +4/-4     

    Need help?
  • Type /help how to ... in the comments thread for any questions about Qodo Merge usage.
  • Check out the documentation for more information.
  • @selenium-ci selenium-ci added the B-build Includes scripting, bazel and CI integrations label Jun 10, 2025
    Copy link
    Contributor

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 2 🔵🔵⚪⚪⚪
    🧪 No relevant tests
    🔒 Security concerns

    Checksum validation:
    The updated SHA256 checksums should be independently verified against the actual Firefox beta 140.0b7 downloads to ensure integrity and prevent potential supply chain attacks through corrupted or tampered browser binaries.

    ⚡ Recommended focus areas for review

    Checksum Validation

    The SHA256 checksums for the new Firefox beta versions should be independently verified to ensure they match the actual downloaded files and prevent potential security issues from corrupted or tampered downloads.

            sha256 = "a6e232e676e9b1490d673745da8221614e7cab68ed73003e41d6a07d91062af8",
            build_file_content = """
    load("@aspect_rules_js//js:defs.bzl", "js_library")
    package(default_visibility = ["//visibility:public"])
    
    filegroup(
        name = "files",
        srcs = glob(["**/*"]),
    )
    
    exports_files(["firefox/firefox"])
    
    js_library(
        name = "firefox-js",
        data = [":files"],
    )
    """,
        )
    
        dmg_archive(
            name = "mac_beta_firefox",
            url = "https://ftp.mozilla.org/pub/firefox/releases/140.0b7/mac/en-US/Firefox%20140.0b7.dmg",
            sha256 = "24a756a979ef4c23e223002e8cb748ad69236f023f0ba0168d98add4f5d0cb8e",

    Copy link
    Contributor

    PR Code Suggestions ✨

    No code suggestions found for the PR.

    @diemol diemol merged commit 31ffb78 into trunk Jun 10, 2025
    35 checks passed
    @diemol diemol deleted the pinned-browser-updates branch June 10, 2025 09:14
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    B-build Includes scripting, bazel and CI integrations Review effort 2/5
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    2 participants