Skip to content

Commit 1c7e5b1

Browse files
chore(deps): update scottbrenner/cfn-lint-action action to v2.7.1 (#157)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [scottbrenner/cfn-lint-action](https://redirect.github.com/scottbrenner/cfn-lint-action) | action | patch | `v2.7.0` → `v2.7.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/43) for more information. --- ### Release Notes <details> <summary>scottbrenner/cfn-lint-action (scottbrenner/cfn-lint-action)</summary> ### [`v2.7.1`](https://redirect.github.com/ScottBrenner/cfn-lint-action/releases/tag/v2.7.1) [Compare Source](https://redirect.github.com/scottbrenner/cfn-lint-action/compare/v2.7.0...v2.7.1) #### What's Changed - chore(deps): Bump actions/setup-node from 6.3.0 to 6.4.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [ScottBrenner#628](https://redirect.github.com/ScottBrenner/cfn-lint-action/pull/628) - chore(deps): Bump github/codeql-action from 4.35.1 to 4.35.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [ScottBrenner#629](https://redirect.github.com/ScottBrenner/cfn-lint-action/pull/629) - chore(deps-dev): Bump eslint from 10.2.0 to 10.2.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [ScottBrenner#631](https://redirect.github.com/ScottBrenner/cfn-lint-action/pull/631) - chore(deps-dev): Bump prettier from 3.8.2 to 3.8.3 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [ScottBrenner#630](https://redirect.github.com/ScottBrenner/cfn-lint-action/pull/630) **Full Changelog**: <ScottBrenner/cfn-lint-action@v2.7.0...v2.7.1> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- ## Need help? You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section. <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNDEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE0MS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJnaXRodWItYWN0aW9ucyIsInVwZGF0ZS1wYXRjaCJdfQ==--> Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 4351521 commit 1c7e5b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cloudformation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
persist-credentials: false
1515

1616
- name: templates
17-
uses: scottbrenner/cfn-lint-action@c5f18dc4be13042d564f3052f4067dc9ceafe355 # v2.7.0
17+
uses: scottbrenner/cfn-lint-action@ed184e91f5085a2932501da8314e899e5e0ef5be # v2.7.1
1818
with:
1919
version: "[sarif]>=1.0"
2020
command: cfn-lint --non-zero-exit-code error -t ./*.yaml

0 commit comments

Comments
 (0)