Skip to content

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

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 22, 2025

Conversation

selenium-ci
Copy link
Member

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

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

@selenium-ci selenium-ci added the B-build Includes scripting, bazel and CI integrations label Jun 21, 2025
Copy link
Contributor

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

Checksum Validation

The SHA256 checksums for the new Edge driver version should be verified to ensure they match the actual downloaded files from Microsoft's servers to prevent potential security issues or corrupted downloads.

        sha256 = "417bdfafbe8358e2b040b86b0e255344e0d200bd7087a9d85171abc9fc0c29c3",
        build_file_content = """
load("@aspect_rules_js//js:defs.bzl", "js_library")
package(default_visibility = ["//visibility:public"])

exports_files(["msedgedriver"])

js_library(
    name = "msedgedriver-js",
    data = ["msedgedriver"],
)
""",
    )

    http_archive(
        name = "mac_edgedriver",
        url = "https://msedgedriver.azureedge.net/137.0.3296.93/edgedriver_mac64.zip",
        sha256 = "d55e0f377ba45c1d754625b88f16493bded924b41bd624210241493b77e4fdb9",

Copy link
Contributor

PR Code Suggestions ✨

No code suggestions found for the PR.

@navin772 navin772 merged commit 6e61173 into trunk Jun 22, 2025
35 checks passed
@navin772 navin772 deleted the pinned-browser-updates branch June 22, 2025 05:18
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