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 #272

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: [github/codeql-action](https://github.com/github/codeql-action) and [super-linter/super-linter](https://github.com/super-linter/super-linter).
    
    
    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)
    
    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)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: super-linter/super-linter
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    f28c04a 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 <jmeridth@gmail.com>
    jmeridth committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    d59fa90 View commit details
    Browse the repository at this point in the history