#3002 PR merged: Bump redhat-plumbers-in-action/differential-shellcheck from 4.2.1 to 4.2.2

Labels: fixed / solved / done, dependencies

dependabot opened issue at 2023-06-01 11:58:

Bumps redhat-plumbers-in-action/differential-shellcheck from 4.2.1 to 4.2.2.

Release notes

Sourced from redhat-plumbers-in-action/differential-shellcheck's releases.

v4.2.2

What's Changed

Bug Fixes

Dependency Updates

Full Changelog: https://github.com/redhat-plumbers-in-action/differential-shellcheck/compare/v4.2.1...v4.2.2

Changelog

Sourced from redhat-plumbers-in-action/differential-shellcheck's changelog.

Changelog

v4.2.2

  • Container images now based on Fedora 38
    • ShellCheck - 0.8.0 -> 0.9.0
    • csutils - 3.0.0 -> 3.0.2

v4.2.1

  • Handle multiple include/exclude paths with newlines

v4.2.0

  • New option exclude-path. Allows to specify list of paths excluded from ShellCheck scanning. It supports globbing and brace expansion. e.g. test/{test1,test2}/**
  • New option include-path. Similar to exclude-path, it allows specifying the list of paths that will be included into scanning. No further checks are performed. It supports globbing and brace expansion. e.g. fixture/**.fixture

v4.1.0

  • grep - do not escape # and ! in patterns
  • Utilize DEBUG to run grep without --silent option
  • Update csutils (csdiff) to 3.0.0

v4.0.2

  • Correctly handle character escaping in filenames (e.g. and &)
  • Improve documentation and more tests

v4.0.0

  • Tag latest is no longer available. Use major tags instead (e.g. v3 or v4).

  • Action can be triggered using GitHub push event

    on:
      push:
    

    jobs: lint: runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v3
        with:
          fetch-depth: 0
    
    -   uses: redhat-plumbers-in-action/differential-shellcheck@v4  
        id: ShellCheck  
        with:  
        

... (truncated)

Commits
  • ac4483d v4.2.2
  • b44a6bc build(deps): bump fedora from 37 to 38 and ShellCheck from 0.8.0 to 0.9.0
  • 3d57c69 fix: grep warning warning: stray \ before /
  • d984c27 build(deps): bump github/codeql-action from 2.3.0 to 2.3.2
  • 2e03212 build(deps): bump codecov/codecov-action from 3.1.2 to 3.1.3
  • c5e30b3 build(deps): bump github/codeql-action from 2.2.12 to 2.3.0
  • ca41b48 build(deps): bump github/super-linter from 4.10.1 to 5.0.0
  • d759bf3 build(deps): bump github/codeql-action from 2.2.11 to 2.2.12
  • 4e00b1c build(deps): bump codecov/codecov-action from 3.1.1 to 3.1.2
  • 62320d8 build(deps): bump actions/checkout from 3.5.0 to 3.5.2
  • See full diff in compare view


Dependabot compatibility
score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

[Export of Github issue for rear/rear.]