Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: IntelPython/mkl-service
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e981bc4
Choose a base ref
...
head repository: IntelPython/mkl-service
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 462433a
Choose a head ref
  • 11 commits
  • 8 files changed
  • 4 contributors

Commits on Apr 18, 2026

  1. Bump github/codeql-action from 4.35.1 to 4.35.2

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.35.1 to 4.35.2.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@c10b806...95e58e9)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 4.35.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 18, 2026
    Configuration menu
    Copy the full SHA
    1458284 View commit details
    Browse the repository at this point in the history
  2. Bump actions/cache from 5.0.4 to 5.0.5

    Bumps [actions/cache](https://github.com/actions/cache) from 5.0.4 to 5.0.5.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@6682284...27d5ce7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-version: 5.0.5
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 18, 2026
    Configuration menu
    Copy the full SHA
    9551afb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #187 from IntelPython/dependabot/github_actions/gi…

    …thub/codeql-action-4.35.2
    
    Bump github/codeql-action from 4.35.1 to 4.35.2
    ndgrigorian authored Apr 18, 2026
    Configuration menu
    Copy the full SHA
    ef5b92d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3f0f04 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #188 from IntelPython/dependabot/github_actions/ac…

    …tions/cache-5.0.5
    
    Bump actions/cache from 5.0.4 to 5.0.5
    ndgrigorian authored Apr 18, 2026
    Configuration menu
    Copy the full SHA
    5d9224d View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2026

  1. Fix insecure HTTP URLs to HTTPS

    Changed all GitHub repository URLs from http:// to https:// in project
    metadata files to address security vulnerability. Insecure HTTP connections
    are vulnerable to man-in-the-middle attacks.
    
    Updated files:
    - pyproject.toml: Download and Homepage URLs
    - conda-recipe/meta.yaml: home URL
    - conda-recipe-cf/meta.yaml: home URL
    
    Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
    antonwolfy and claude committed Apr 24, 2026
    Configuration menu
    Copy the full SHA
    7cfc35d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #189 from IntelPython/fix-http-urls

    Fix security vulnerability: Change HTTP URLs to HTTPS
    ndgrigorian authored Apr 24, 2026
    Configuration menu
    Copy the full SHA
    b8bd1e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2026

  1. Bump conda-incubator/setup-miniconda from 3.3.0 to 4.0.1

    Bumps [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda) from 3.3.0 to 4.0.1.
    - [Release notes](https://github.com/conda-incubator/setup-miniconda/releases)
    - [Changelog](https://github.com/conda-incubator/setup-miniconda/blob/main/CHANGELOG.md)
    - [Commits](conda-incubator/setup-miniconda@fc2d68f...8ee1f36)
    
    ---
    updated-dependencies:
    - dependency-name: conda-incubator/setup-miniconda
      dependency-version: 4.0.1
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 25, 2026
    Configuration menu
    Copy the full SHA
    aaa3dd5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #190 from IntelPython/dependabot/github_actions/co…

    …nda-incubator/setup-miniconda-4.0.1
    
    Bump conda-incubator/setup-miniconda from 3.3.0 to 4.0.1
    ndgrigorian authored Apr 25, 2026
    Configuration menu
    Copy the full SHA
    ed7d0e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c46265a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #191 from IntelPython/bot/pre-commit-autoupdate

    Weekly pre-commit autoupdate
    ndgrigorian authored Apr 25, 2026
    Configuration menu
    Copy the full SHA
    462433a View commit details
    Browse the repository at this point in the history
Loading