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

[Renovate] Update dependency actionlint to v1.6.26 #743

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 20, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
actionlint patch 1.6.25 -> 1.6.26

Release Notes

rhysd/actionlint (actionlint)

v1.6.26

Compare Source

  • Several template fields and template actions were added. All fields and actions are listed in the document. Please read it for more details. (#​311)
    • By these additions, now actionlint can output the result in the SARIF format. SARIF is a format for the output of static analysis tools used by GitHub CodeQL. the example Go template to format actionlint output in SARIF.
      actionlint -format "$(cat /path/to/sarif_template.txt)" > output.json
    • allKinds returns the kinds (lint rules) information as an array. You can include what lint rules are defined in the command output.
    • toPascalCase converts snake case (foo_bar) or kebab case (foo-bar) into pascal case (FooBar).
  • Report an error when the condition at if: is always evaluated to true. See the check document to know more details. (#​272)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from kevinmatthes as a code owner September 20, 2023 14:10
@renovate renovate bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 20, 2023
@kevinmatthes kevinmatthes enabled auto-merge (squash) September 20, 2023 14:11
@github-actions
Copy link
Contributor

Filename                               Stmts    Miss  Cover    Missing
-----------------------------------  -------  ------  -------  --------------------------------------
src/graphing/agd.rs                      157       0  100.00%
src/graphing/graph.rs                    144       0  100.00%
src/pattern/buffer.rs                     23       0  100.00%
src/pattern/io_processor.rs               17      17  0.00%    73-160
src/pattern/writer.rs                     75      30  60.00%   134-153, 188-200, 232-260
src/traits/append_as_line.rs               9       0  100.00%
src/traits/colour_message.rs               8       0  100.00%
src/traits/convert_buffer.rs              21       0  100.00%
src/traits/prefer.rs                       3       0  100.00%
src/traits/read_file.rs                   46      34  26.09%   54-55, 69-70, 77-100, 105-122, 133-144
src/traits/rusty_object_notation.rs        9       0  100.00%
src/traits/to_stderr.rs                    4       0  100.00%
src/application.rs                        46      46  0.00%    103-179
src/cffreference.rs                       70       0  100.00%
src/complain.rs                          106       0  100.00%
src/increment_version.rs                 101      13  87.13%   123-124, 150-155, 234-235, 251-260
src/macros.rs                             17       0  100.00%
src/running.rs                             4       0  100.00%
src/version.rs                            47       0  100.00%
src/changelog/comment_changes.rs         159     159  0.00%    107-405
src/changelog/fragment.rs                 55      35  36.36%   99-161
src/changelog/ronlog.rs                  118      72  38.98%   48-239
TOTAL                                   1239     406  67.23%

@kevinmatthes kevinmatthes merged commit 2f832a9 into main Sep 20, 2023
@kevinmatthes kevinmatthes deleted the renovate/actionlint-1.x branch September 20, 2023 14:15
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 github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant