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 github.com/rhysd/actionlint from 1.6.8 to 1.6.9 #1018

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 28, 2022

Bumps github.com/rhysd/actionlint from 1.6.8 to 1.6.9.

Release notes

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

v1.6.9

  • Support runner.arch context value. (thanks @​shogo82148, #101)
    steps:
      - run: ./do_something_64bit.sh
        if: ${{ runner.arch == 'x64' }}
  • Support calling reusable workflows in local directories. (thanks @​jsok, #107)
    jobs:
      call-workflow-in-local-repo:
        uses: ./.github/workflows/useful_workflow.yml
  • Add a document to install actionlint via asdf version manager. (thanks @​crazy-matt, #99)
  • Fix using secrets.GITHUB_TOKEN caused a type error when some other secret is defined. (thanks @​mkj-is, #106)
  • Fix nil check is missing on parsing uses: step. (thanks @​shogo82148, #102)
  • Fix some documents including broken links. (thanks @​ohkinozomu, #105)
  • Update popular actions data set to the latest. More arguments are added to many actions. And a few actions had new major versions.
  • Update webhook payload data set to the latest. requested_action type was added to check_run hook. requested and rerequested types were removed from check_suite hook. updated type was removed from project hook.
Changelog

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

v1.6.9 - 24 Feb 2022

  • Support runner.arch context value. (thanks @​shogo82148, #101)
    steps:
      - run: ./do_something_64bit.sh
        if ${{ runner.arch == 'x64' }}
  • Support calling reusable workflows in local directories. (thanks @​jsok, #107)
    jobs:
      call-workflow-in-local-repo:
        uses: ./.github/workflows/useful_workflow.yml
  • Add a document to install actionlint via asdf version manager. (thanks @​crazy-matt, #99)
  • Fix using secrets.GITHUB_TOKEN caused a type error when some other secret is defined. (thanks @​mkj-is, #106)
  • Fix nil check is missing on parsing uses: step. (thanks @​shogo82148, #102)
  • Fix some documents including broken links. (thanks @​ohkinozomu, #105)
  • Update popular actions data set to the latest. More arguments are added to many actions. And a few actions had new major versions.
  • Update webhook payload data set to the latest. requested_action type was added to check_run hook. requested and rerequested types were removed from check_suite hook. updated type was removed from project hook.

[Changes][v1.6.9]

Commits
  • 752a552 Merge pull request #105 from ohkinozomu/fix-paths
  • 3246bb2 Merge pull request #99 from crazy-matt/chore/add-asdf-plugin-ref
  • a2a4bdd fix workflow_inputs_secrets_types example test fails
  • e7f4a5c improve error message on checking workflow call formats
  • 66f4c1d update popular actions data to the latest
  • 62628dc Merge pull request #107 from jsok/workflow-call-local
  • d2bab97 fix err/workflow_call_secrets test case randomly fails
  • 3843812 add unit test for #106
  • 0f7ca73 add test for #101
  • af27f8a Merge pull request #106 from mkj-is/fix/github-action-secret
  • 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 [github.com/rhysd/actionlint](https://github.com/rhysd/actionlint) from 1.6.8 to 1.6.9.
- [Release notes](https://github.com/rhysd/actionlint/releases)
- [Changelog](https://github.com/rhysd/actionlint/blob/main/CHANGELOG.md)
- [Commits](rhysd/actionlint@v1.6.8...v1.6.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner February 28, 2022 02:08
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 28, 2022
@codecov
Copy link

codecov bot commented Feb 28, 2022

Codecov Report

Merging #1018 (9203a00) into master (4f8da0a) will increase coverage by 1.06%.
The diff coverage is 82.01%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1018      +/-   ##
==========================================
+ Coverage   57.50%   58.57%   +1.06%     
==========================================
  Files          32       34       +2     
  Lines        4594     4620      +26     
==========================================
+ Hits         2642     2706      +64     
+ Misses       1729     1688      -41     
- Partials      223      226       +3     
Impacted Files Coverage Δ
pkg/model/action.go 0.00% <ø> (ø)
pkg/model/planner.go 50.73% <ø> (+0.32%) ⬆️
pkg/exprparser/interpreter.go 72.79% <66.66%> (-0.61%) ⬇️
pkg/runner/runner.go 74.52% <75.00%> (-1.95%) ⬇️
pkg/runner/expression.go 89.36% <77.61%> (-1.46%) ⬇️
pkg/runner/job_executor.go 81.57% <81.57%> (ø)
pkg/runner/step_context.go 85.71% <83.33%> (+4.08%) ⬆️
pkg/runner/action.go 84.21% <84.21%> (ø)
pkg/runner/run_context.go 79.96% <95.83%> (+0.31%) ⬆️
pkg/common/executor.go 50.00% <100.00%> (+3.50%) ⬆️
... and 5 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 18792f9...9203a00. Read the comment docs.

@mergify mergify bot merged commit 9a54c99 into master Feb 28, 2022
@mergify mergify bot deleted the dependabot/go_modules/github.com/rhysd/actionlint-1.6.9 branch February 28, 2022 14:35
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 size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants