Skip to content

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

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 2 commits into from
Jul 5, 2025

Conversation

selenium-ci
Copy link
Member

@selenium-ci selenium-ci commented Jul 5, 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

Other


Description

  • Update Firefox beta version from 141.0b5 to 141.0b6

  • Update SHA256 checksums for Linux and macOS builds


Changes diagram

flowchart LR
  A["Firefox 141.0b5"] --> B["Firefox 141.0b6"]
  B --> C["Updated Linux SHA256"]
  B --> D["Updated macOS SHA256"]
Loading

Changes walkthrough 📝

Relevant files
Configuration changes
repositories.bzl
Firefox beta version update                                                           

common/repositories.bzl

  • Updated Firefox beta version from 141.0b5 to 141.0b6
  • Updated SHA256 checksums for both Linux and macOS builds
  • Modified download URLs to point to new version
  • +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 Jul 5, 2025
    Copy link
    Contributor

    qodo-merge-pro bot commented Jul 5, 2025

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ Recommended focus areas for review

    SHA256 Verification

    The SHA256 checksums for both Linux and macOS Firefox builds have been updated. These checksums should be verified against the actual downloaded files to ensure integrity and prevent potential security issues from corrupted or tampered downloads.

            sha256 = "24ee93812f5943a940c6fe9231726a2c6dce10e1767204d5127d8cdafdf257b5",
            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/141.0b6/mac/en-US/Firefox%20141.0b6.dmg",
            sha256 = "26ff8ba6534ee8c15a7b55fc4a38bde1e72c515c878b0abbe87b4dd8993f81db",

    Copy link
    Contributor

    qodo-merge-pro bot commented Jul 5, 2025

    PR Code Suggestions ✨

    No code suggestions found for the PR.

    @diemol diemol merged commit 2a36e03 into trunk Jul 5, 2025
    32 checks passed
    @diemol diemol deleted the pinned-browser-updates branch July 5, 2025 10:37
    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 1/5
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    2 participants