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

build(deps): bump redhat-plumbers-in-action/differential-shellcheck from 3.2.1 to 4.2.1 #78

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 1, 2023

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

Release notes

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

v4.2.1

What's Changed

Bug Fixes

  • Handle multiple include/exclude paths with newlines 🌍 (#236) @​jamacku

Dependency Updates

Full Changelog: redhat-plumbers-in-action/differential-shellcheck@v4.2.0...v4.2.1

v4.2.0

What's Changed

New

Dependency Updates

Full Changelog: redhat-plumbers-in-action/differential-shellcheck@v4.1.1...v4.2.0

v4.1.1

What's Changed

  • Version Bump 🐤

Full Changelog: redhat-plumbers-in-action/differential-shellcheck@v4.1.0...v4.1.1

v4.1.0

What's Changed

New

  • Utilize DEBUG to run grep without --silent option 🙊 (#221) @​jamacku

Bug Fixes

Maintenance

... (truncated)

Changelog

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

Changelog

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:
    token: ${{ secrets.GITHUB_TOKEN }}

Note: When using --force action doesn't work properly when triggered on push events

  • Action now perform full scans on push event by default and on manual trigger when requested

  • ... (truncated)

    Commits
    • 87b655a v4.2.1
    • 224f422 fix: handle multiple include/exclude paths with newlines
    • fcc8ee6 build(deps): bump github/codeql-action from 2.2.7 to 2.2.11
    • 6a6ac89 v4.2.0
    • af7a517 feat: add include-path option
    • 13aa7da feat: add exclude-path option
    • b13b453 Revert "ci: use github/codeql-action/upload-sarif"
    • 85986d2 Revert "doc: suggest github/codeql-action/upload-sarif as default way how t...
    • 9f6e4ec build(deps): bump actions/checkout from 3.4.0 to 3.5.0
    • b92bc58 build(deps): bump ossf/scorecard-action from 2.1.2 to 2.1.3
    • Additional commits viewable 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)

    Bumps [redhat-plumbers-in-action/differential-shellcheck](https://github.com/redhat-plumbers-in-action/differential-shellcheck) from 3.2.1 to 4.2.1.
    - [Release notes](https://github.com/redhat-plumbers-in-action/differential-shellcheck/releases)
    - [Changelog](https://github.com/redhat-plumbers-in-action/differential-shellcheck/blob/main/docs/CHANGELOG.md)
    - [Commits](redhat-plumbers-in-action/differential-shellcheck@f3cd08f...87b655a)
    
    ---
    updated-dependencies:
    - dependency-name: redhat-plumbers-in-action/differential-shellcheck
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    @dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 1, 2023
    @jamacku jamacku force-pushed the main branch 2 times, most recently from d8a824f to bc4f3bb Compare February 23, 2024 08:00
    @jamacku jamacku force-pushed the main branch 4 times, most recently from a7a4366 to da9e1f8 Compare February 27, 2024 14:51
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    0 participants