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: golangci/golangci-lint-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 54a84d4
Choose a base ref
...
head repository: golangci/golangci-lint-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e868220
Choose a head ref
  • 5 commits
  • 8 files changed
  • 2 contributors

Commits on Oct 12, 2020

  1. build(deps-dev): bump @types/node from 14.11.2 to 14.11.8 (#107)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.11.2 to 14.11.8.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 12, 2020
    Copy the full SHA
    3d2a579 View commit details

Commits on Oct 16, 2020

  1. ci(codql): Add codeQL from github (#100)

    This commit is to add codeQL scanning, which was recently introduced by github
    
    Signed-off-by: Tam Mach <[email protected]>
    sayboras authored Oct 16, 2020
    Copy the full SHA
    90fbd40 View commit details

Commits on Oct 17, 2020

  1. feat(version): Support for patch verison (#101)

    This commit is to support X.Y.Z version in config.
    
    - if X.Y.Z version is passed, honour it 👍
    - if X.Y version is passed, keep the same behaviour
    as it is right now.
    
    Closes #98
    
    Signed-off-by: Tam Mach <[email protected]>
    sayboras authored Oct 17, 2020
    Copy the full SHA
    a1c5369 View commit details

Commits on Oct 19, 2020

  1. build(deps-dev): bump eslint-config-prettier from 6.12.0 to 6.13.0 (#113

    )
    
    Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.12.0 to 6.13.0.
    - [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
    - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md)
    - [Commits](prettier/eslint-config-prettier@v6.12.0...v6.13.0)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 19, 2020
    Copy the full SHA
    0348c21 View commit details
  2. build(deps-dev): bump @types/node from 14.11.8 to 14.11.10 (#114)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.11.8 to 14.11.10.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 19, 2020
    Copy the full SHA
    e868220 View commit details
Loading