Skip to content

Bump rojopolis/spellcheck-github-actions from 0.23.0 to 0.26.0 #331

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2022

Bumps rojopolis/spellcheck-github-actions from 0.23.0 to 0.26.0.

Release notes

Sourced from rojopolis/spellcheck-github-actions's releases.

0.26.0, 2022-08-04, maintenance release, update recommended

0.25.0, 2022-07-08, maintenance release, update recommended

0.24.0, 2022-05-17, feature release, update not required

  • @​riccardoporreca created issue #68 requested the ability to create an output artifact.

    With release 0.24.0 this is now available.

    The action configuration has to have the output_file parameter specified, which is a new optional parameter.

    name: Spellcheck Action
    on:
    workflow_dispatch:
    push:
    jobs:
    build:
    name: Spellcheck
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v3
    
    
    uses: rojopolis/spellcheck-github-actions@0.24.0
    name: Spellcheck (no output file)
    with:
    source_files: README.md CHANGELOG.md
    
    
    uses: rojopolis/spellcheck-github-actions@0.24.0
    name: Spellcheck (with output file)
    with:
    source_files: README.md CHANGELOG.md
    task_name: Markdown
    output_file: spellcheck-output.txt
    
    
    uses: actions/upload-artifact@v3
    name: Archive spellcheck output output
    with:
    name: Spellcheck artifact
    path: spellcheck-output.txt
    

... (truncated)

Changelog

Sourced from rojopolis/spellcheck-github-actions's changelog.

0.26.0, 2022-08-04, maintenance release, update recommended

0.25.0, 2022-07-08, maintenance release, update recommended

0.24.0, 2022-05-17, feature release, update not required

  • @​riccardoporreca created issue #68 requested the ability to create an output artifact.

    With release 0.24.0 this is now available.

    The action configuration has to have the output_file parameter specified, which is a new optional parameter.

    name: Spellcheck Action
    on:
    workflow_dispatch:
    push:
    jobs:
    build:
    name: Spellcheck
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v3
    
    
    uses: rojopolis/spellcheck-github-actions@0.24.0
    name: Spellcheck (no output file)
    with:
    source_files: README.md CHANGELOG.md
    
    
    uses: rojopolis/spellcheck-github-actions@0.24.0
    name: Spellcheck (with output file)
    with:
    source_files: README.md CHANGELOG.md
    task_name: Markdown
    output_file: spellcheck-output.txt
    
    
    uses: actions/upload-artifact@v3
    name: Archive spellcheck output output
    with:
    name: Spellcheck artifact
    path: spellcheck-output.txt
    

... (truncated)

Commits
  • 70dd502 Bumped version numbers in documentation and action meta-data
  • 8b36d29 Merge pull request #110 from rojopolis/pyspelling_update
  • 35871c5 The core component PySpelling has been updated from version 2.7.3 to
  • e665058 Added DockerHub badge
  • 7bf98c3 Bump rojopolis/spellcheck-github-actions from 0.24.0 to 0.25.0 (#107)
  • b28d4e9 Preparing release 0.25.0
  • 61b2675 Merge pull request #104 from rojopolis/snyk-fix-7157d1869d13e4108e65683588c9be92
  • 65d81a3 Bump python from 3.10.4-slim-bullseye to 3.10.5-slim-bullseye (#102)
  • 5288f6e fix: requirements.txt to reduce vulnerabilities
  • c440a01 Bump nosborn/github-action-markdown-cli from 3.0.1 to 3.1.0 (#103)
  • 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 [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) from 0.23.0 to 0.26.0.
- [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases)
- [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md)
- [Commits](rojopolis/spellcheck-github-actions@0.23.0...0.26.0)

---
updated-dependencies:
- dependency-name: rojopolis/spellcheck-github-actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 5, 2022

The following labels could not be found: dependencies.

@codecov-commenter
Copy link

codecov-commenter commented Aug 5, 2022

Codecov Report

Merging #331 (732db56) into main (dcd84e0) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #331   +/-   ##
=======================================
  Coverage   77.25%   77.25%           
=======================================
  Files          12       12           
  Lines        1165     1165           
=======================================
  Hits          900      900           
  Misses        265      265           
Flag Coverage Δ
unit 77.25% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@dvora-h dvora-h merged commit cd39bad into main Aug 9, 2022
@dependabot dependabot bot deleted the dependabot/github_actions/rojopolis/spellcheck-github-actions-0.26.0 branch August 9, 2022 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants