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: wagoid/commitlint-github-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.6
Choose a base ref
...
head repository: wagoid/commitlint-github-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.7
Choose a head ref
  • 5 commits
  • 9 files changed
  • 2 contributors

Commits on Jan 28, 2021

  1. Configuration menu
    Copy the full SHA
    15aa3a7 View commit details
    Browse the repository at this point in the history
  2. fix: stop trying to issue commands on failures

    Commands are disabled, so we should not use `core.setFailed` on errors anymore.
    
    Closes #70
    wagoid committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    1128358 View commit details
    Browse the repository at this point in the history
  3. fix: remove output generation

    After the CVE-2020-15228 vulnerability,
    we can't issue commands with sensitive data on this action anymore.
    
    Due to that, the JSON output that this action generated was removed.
    wagoid committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    b674cd3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #71 from wagoid/fix/remove-outputs-generation

    fix: remove command executions
    wagoid authored Jan 28, 2021
    Configuration menu
    Copy the full SHA
    58072cd View commit details
    Browse the repository at this point in the history
  5. chore(release): publish 2.1.7 [skip-ci]

    GitHub Action committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    771ad9d View commit details
    Browse the repository at this point in the history
Loading