Skip to content
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

chore(deps): bump the dependencies group with 2 updates #428

Merged
merged 2 commits into from
Nov 19, 2024

Commits on Nov 18, 2024

  1. chore(deps): bump the dependencies group with 2 updates

    Bumps the dependencies group with 2 updates: [super-linter/super-linter](https://github.com/super-linter/super-linter) and [github/codeql-action](https://github.com/github/codeql-action).
    
    
    Updates `super-linter/super-linter` from 7.1.0 to 7.2.0
    - [Release notes](https://github.com/super-linter/super-linter/releases)
    - [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md)
    - [Commits](super-linter/super-linter@b92721f...e1cb86b)
    
    Updates `github/codeql-action` from 3.27.1 to 3.27.4
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@4f3212b...ea9e4e3)
    
    ---
    updated-dependencies:
    - dependency-name: super-linter/super-linter
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    7b454f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. fix: linting errors after super-linter upgrade

    - [x] group commands instead of instead of individual redirects
    - [x] double quote variable to prevent globbing and word splitting
    - [x] disable too-many-positional-arguments pylint linting
    
    Signed-off-by: jmeridth <[email protected]>
    jmeridth committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    27fea39 View commit details
    Browse the repository at this point in the history