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: actions/setup-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.1
Choose a base ref
...
head repository: actions/setup-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.2
Choose a head ref
  • 3 commits
  • 8 files changed
  • 3 contributors

Commits on Jan 4, 2021

  1. Configuration menu
    Copy the full SHA
    66319ca View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. Add on: pull_request trigger to CodeQL workflow (#180)

    From February 2021, in order to provide feedback on pull requests, Code Scanning workflows must be configured with both `push` and `pull_request` triggers. This is because Code Scanning compares the results from a pull request against the results for the base branch to tell you only what has changed between the two.
    
    Early in the beta period we supported displaying results on pull requests for workflows with only `push` triggers, but have discontinued support as this proved to be less robust.
    
    See https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#scanning-pull-requests for more information on how best to configure your Code Scanning workflows.
    rneatherway authored Jan 15, 2021
    Configuration menu
    Copy the full SHA
    a112144 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Fix PyPy installation on Windows to adopt new parameters format (#201)

    * test for pypy new version notation
    
    * formatting
    
    * uncommented condition
    
    * test
    
    * added pypy to test matrix
    
    * test
    
    * test
    
    * restored all tests
    
    * removed logs, added multiarch support for toolcache
    
    * reduced test matrix
    
    * removed extra condition about arch
    AlenaSviridenko authored Apr 12, 2021
    Configuration menu
    Copy the full SHA
    dc73133 View commit details
    Browse the repository at this point in the history
Loading