openscientia / terraform-provider-atlassian

Terraform ATLASSIAN Provider
https://registry.terraform.io/providers/openscientia/atlassian/latest
Mozilla Public License 2.0
5 stars 2 forks source link

chore(deps): bump github.com/rhysd/actionlint from 1.6.22 to 1.6.23 in /tools #194

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/rhysd/actionlint from 1.6.22 to 1.6.23.

Release notes

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

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
Changelog

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

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]

Commits
  • 51803be bump up version to v1.6.23
  • ac78438 update golang.org/x/sys to v0.4.0
  • 576fd99 add vars to global contexts (fix #259)
  • 837e713 fix tests broken since vars was added to available contexts table
  • deee3e2 update properties in contexts (fix #260)
  • 973916b update popular actions with some new actions
  • d116f01 add vars to context availability
  • d0a37a7 update playground dependencies
  • 0b9adcd fix Wasm test was broken on Node.js v19 since global.crypto was stabilized
  • 3a2f2c7 Merge pull request #253 from ericcornelissen/playground-sticky-right-pane
  • 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)