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

🌱 Bump github.com/rhysd/actionlint from 1.6.15 to 1.6.24 #2824

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 5, 2023

Bumps github.com/rhysd/actionlint from 1.6.15 to 1.6.24.

Release notes

Sourced from github.com/rhysd/actionlint's releases.

v1.6.24

v1.6.23

  • Fix using vars context causes 'undefined context' error. This context is for 'Variables' feature which was recently added to GitHub Actions. (#260)
    - name: Use variables
      run: |
        echo "repository variable : ${{ vars.REPOSITORY_VAR }}"
        echo "organization variable : ${{ vars.ORGANIZATION_VAR }}"
        echo "overridden variable : ${{ vars.OVERRIDE_VAR }}"
        echo "variable from shell environment : $env_var"
  • Fix 'no property' error on accessing some github context's properties which were added recently. (#259)
  • Update popular actions data set and add some new actions to it
  • Playground is improved by making the right pane sticky. It is useful when many errors are reported. (#253, thanks @​ericcornelissen)
  • Update Go modules dependencies and playground dependencies

v1.6.22

  • Detect deprecated workflow commands such as set-output or save-state and suggest the alternative. See the document for more details. (#234)
    # ERROR: This format of 'set-output' workflow command was deprecated
    - run: echo '::set-output name=foo::bar'
  • Fix that ${{ }} expression at on.workflow_call.inputs.<id>.default caused an error. (#235)
    on:
      workflow_call:
        inputs:
          project:
            type: string
            # OK: The default value is generated dynamically
            default: ${{ github.event.repository.name }}
  • Improve type of inputs context to grow gradually while checking inputs in workflow_call event.
    on:

... (truncated)

Changelog

Sourced from github.com/rhysd/actionlint's changelog.

v1.6.24 - 04 Apr 2023

[Changes][v1.6.24]

v1.6.23 - 19 Jan 2023

  • Fix using vars context causes 'undefined context' error. This context is for 'Variables' feature which was recently added to GitHub Actions. (#260)
    - name: Use variables
      run: |
        echo "repository variable : ${{ vars.REPOSITORY_VAR }}"
        echo "organization variable : ${{ vars.ORGANIZATION_VAR }}"
        echo "overridden variable : ${{ vars.OVERRIDE_VAR }}"
        echo "variable from shell environment : $env_var"
  • Fix 'no property' error on accessing some github context's properties which were added recently. (#259)
  • Update popular actions data set and add some new actions to it
  • Playground is improved by making the right pane sticky. It is useful when many errors are reported. (#253, thanks @​ericcornelissen)
  • Update Go modules dependencies and playground dependencies

[Changes][v1.6.23]

v1.6.22 - 01 Nov 2022

  • Detect deprecated workflow commands such as set-output or save-state and suggest the alternative. See the document for more details. (#234)
    # ERROR: This format of 'set-output' workflow command was deprecated
    - run: echo '::set-output name=foo::bar'
  • Fix that ${{ }} expression at on.workflow_call.inputs.<id>.default caused an error. (#235)

... (truncated)

Commits
  • fd7ba3c bump up version to v1.6.24
  • 5772371 use Go 1.19 and 1.20 on CI
  • cde2a1a update modules including golang.org/x/sys v0.6.0
  • 5562294 fix tests for script to extract webhook names
  • 468fbb4 fix script to generate context availability
  • a335d40 fix script to extract webhook events from document
  • 1c7d27a update popular actions data set
  • ebcd8e4 update new major versions of popular actions
  • d6c72a4 Merge pull request #273 from diohabara/add-nix-installation
  • 048c97d Merge pull request #274 from rhysd/ci/4149144069
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 dependencies Pull requests that update a dependency file label Apr 5, 2023
@dependabot dependabot bot requested a review from raghavkaul as a code owner April 5, 2023 08:57
@dependabot dependabot bot added the go Pull requests that update Go code label Apr 5, 2023
@dependabot dependabot bot had a problem deploying to integration-test April 5, 2023 08:58 Failure
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/rhysd/actionlint-1.6.24 branch from fa341c2 to f4f0d6f Compare April 7, 2023 08:58
@dependabot dependabot bot had a problem deploying to integration-test April 7, 2023 08:58 Failure
Bumps [github.com/rhysd/actionlint](https://github.com/rhysd/actionlint) from 1.6.15 to 1.6.24.
- [Release notes](https://github.com/rhysd/actionlint/releases)
- [Changelog](https://github.com/rhysd/actionlint/blob/main/CHANGELOG.md)
- [Commits](rhysd/actionlint@v1.6.15...v1.6.24)

---
updated-dependencies:
- dependency-name: github.com/rhysd/actionlint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/rhysd/actionlint-1.6.24 branch from f4f0d6f to 0abbe02 Compare April 10, 2023 09:07
@dependabot dependabot bot had a problem deploying to integration-test April 10, 2023 09:08 Failure
@naveensrinivasan
Copy link
Member

Ignoring as it causing failure in our tests.

@dependabot ignore this minor version.

@dependabot dependabot bot closed this Apr 10, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 10, 2023

OK, I won't notify you about version 1.6.x again, unless you re-open this PR. 😢

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/rhysd/actionlint-1.6.24 branch April 10, 2023 15:02
@spencerschrock
Copy link
Member

@dependabot reopen

@dependabot dependabot bot reopened this Oct 2, 2023
@dependabot dependabot bot restored the dependabot/go_modules/github.com/rhysd/actionlint-1.6.24 branch October 2, 2023 21:23
@spencerschrock
Copy link
Member

This was manually resolved by #3489 , but trying to open and get dependabot to close this, so we pickup future 1.6.x upgrades
@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 2, 2023

Looks like github.com/rhysd/actionlint is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Oct 2, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/rhysd/actionlint-1.6.24 branch October 2, 2023 21:25
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants