Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 18, 2022

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

Release notes

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

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
    

This introduces the use of the upload-artifact@v3 action.

The generated artifact can be downloaded via GitHub UI/API, please consult the documentation for details and pointers.

Thanks to @​riccardoporreca for his suggestion and additional review and comments on PR by @​jonasbn

The release will be available for 365 days, with the new sunset policy

... (truncated)

Changelog

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

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
    

This introduces the use of the upload-artifact@v3 action.

The generated artifact can be downloaded via GitHub UI/API, please consult the documentation for details and pointers.

Thanks to @​riccardoporreca for his suggestion.

0.23.2, 2022-05-05, bug fix release, update not required

... (truncated)

Commits
  • e609abf Release 0.24.0 ready
  • 06e15ef New artifact emitting feature (#96)
  • 3b68955 Reenabled artifact generation, the action has backwards compatibility, meanin...
  • fdb77e0 Added missing link in paragraph
  • 7ad937f Test with artifact archiving disabled
  • 5a23f11 First shot at new parameter as suggested in #68
  • 6407e60 Attempting with master branch
  • 57e0549 Attempting with the latest Docker image
  • 4b2a8b1 Changed path, so generated file should be in
  • 68c3d7e Attempting with the actions-docker-extract action, second attempt
  • 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)

@dependabot dependabot bot added the github actions github actions label May 18, 2022
@dependabot dependabot bot force-pushed the dependabot/github_actions/rojopolis/spellcheck-github-actions-0.24.0 branch 3 times, most recently from ae5b0a7 to 1958295 Compare May 18, 2022 10:16
Bumps [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) from 0.23.0 to 0.24.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.24.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>
@teemukataja teemukataja force-pushed the dependabot/github_actions/rojopolis/spellcheck-github-actions-0.24.0 branch from 1958295 to 159f219 Compare May 18, 2022 10:20
@teemukataja teemukataja merged commit 9cd819b into master May 18, 2022
@teemukataja teemukataja deleted the dependabot/github_actions/rojopolis/spellcheck-github-actions-0.24.0 branch May 18, 2022 10:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

github actions github actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant