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 scottbrenner/cfn-lint-action from 2.4.2 to 2.4.3 #66

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2024

Bumps scottbrenner/cfn-lint-action from 2.4.2 to 2.4.3.

Release notes

Sourced from scottbrenner/cfn-lint-action's releases.

Release v2.4.3

What's Changed

Full Changelog: ScottBrenner/cfn-lint-action@v2...v2.4.3

Commits
  • 4f8adb0 Add Ubuntu 24.04 runner (#421)
  • c61207c Update version in index.js (#420)
  • adb118b chore(deps): Bump actions/upload-artifact from 4.3.4 to 4.3.5 (#416)
  • 8e90a90 chore(deps-dev): Bump husky from 9.1.3 to 9.1.4 (#417)
  • bf89fab chore(deps-dev): Bump lint-staged from 15.2.7 to 15.2.8 (#418)
  • 8b1e7f1 chore(deps-dev): Bump eslint from 9.7.0 to 9.8.0 (#414)
  • 268923b chore(deps-dev): Bump husky from 9.1.1 to 9.1.3 (#415)
  • 03f9e7c chore(deps): Bump github/codeql-action from 3.25.13 to 3.25.15 (#413)
  • 4e67b41 chore(deps): Bump ossf/scorecard-action from 2.3.3 to 2.4.0 (#412)
  • c789119 chore(deps-dev): Bump husky from 9.0.11 to 9.1.1 (#410)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [scottbrenner/cfn-lint-action](https://github.com/scottbrenner/cfn-lint-action) from 2.4.2 to 2.4.3.
- [Release notes](https://github.com/scottbrenner/cfn-lint-action/releases)
- [Changelog](https://github.com/ScottBrenner/cfn-lint-action/blob/main/CHANGELOG.md)
- [Commits](ScottBrenner/cfn-lint-action@v2.4.2...v2.4.3)

---
updated-dependencies:
- dependency-name: scottbrenner/cfn-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner August 12, 2024 13:28
@dependabot dependabot bot added bumpless Changes to documentation, CI/CD pipelines, etc that don't affect the project's version patch Bump the patch version number of this project labels Aug 12, 2024
@asjohnston-asf
Copy link
Member

I believe this is failing because find . -name cloudformation.yml isn't finding any templates. Previous behavior was to succeed silently (probably not scanning any templates):

Run cfn-lint --info --ignore-checks W3002 `find . -name cloudformation.yml`
  cfn-lint --info --ignore-checks W300[2](https://github.com/ASFHyP3/sentinel1-orbits/actions/runs/10356076998/job/28665142450#step:4:2) `find . -name cloudformation.yml`
  shell: /usr/bin/bash -e {0}

New behavior is to fail:

Run cfn-lint --info --ignore-checks W3002 `find . -name cloudformation.yml`
202[4](https://github.com/ASFHyP3/sentinel1-orbits/actions/runs/10352847027/job/28665398584#step:4:5)-08-12 17:01:41,420 - cfnlint.runner - INFO - Run scan of template None
E1001 'Resources' is a required property
Error: None:1:1

Error: Process completed with exit code 2.

@asjohnston-asf asjohnston-asf merged commit 1504c1c into develop Aug 13, 2024
5 checks passed
@asjohnston-asf asjohnston-asf deleted the dependabot/github_actions/scottbrenner/cfn-lint-action-2.4.3 branch August 13, 2024 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bumpless Changes to documentation, CI/CD pipelines, etc that don't affect the project's version patch Bump the patch version number of this project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants