Skip to content

Commit

Permalink
chore: bump github/super-linter from 4.9.5 to 4.9.6 (#339)
Browse files Browse the repository at this point in the history
Bumps [github/super-linter](https://github.com/github/super-linter) from 4.9.5 to 4.9.6.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/github/super-linter/commit/01d3218744765b55c3b5ffbb27e50961e50c33c5"><code>01d3218</code></a> Bump (<a href="https://github-redirect.dependabot.com/github/super-linter/issues/3202">#3202</a>)</li>
<li><a href="https://github.com/github/super-linter/commit/e9e974342279bca36e21bd9b21062d0c6b8e4222"><code>e9e9743</code></a> Update pylint disable rules (<a href="https://github-redirect.dependabot.com/github/super-linter/issues/3182">#3182</a>)</li>
<li><a href="https://github.com/github/super-linter/commit/345ae1e27bc296263afa9aed198dda9e1f8b25d7"><code>345ae1e</code></a> Update (<a href="https://github-redirect.dependabot.com/github/super-linter/issues/3200">#3200</a>)</li>
<li><a href="https://github.com/github/super-linter/commit/74a3210f19b7bd4428f68a5ffaffaebc94158cc2"><code>74a3210</code></a> Bump golangci/golangci-lint from v1.47.2 to v1.47.3 (<a href="https://github-redirect.dependabot.com/github/super-linter/issues/3187">#3187</a>)</li>
<li><a href="https://github.com/github/super-linter/commit/5cdfa85ecfcf88335466c136ee962162d5009407"><code>5cdfa85</code></a> use latest version of actions/checkout in README (<a href="https://github-redirect.dependabot.com/github/super-linter/issues/3186">#3186</a>)</li>
<li><a href="https://github.com/github/super-linter/commit/073eae19f798cc924dd5623df25011b134df29c9"><code>073eae1</code></a> Bump alpine/terragrunt from 1.2.5 to 1.2.6 (<a href="https://github-redirect.dependabot.com/github/super-linter/issues/3188">#3188</a>)</li>
<li><a href="https://github.com/github/super-linter/commit/52bb20b9f67eb6d73e517f69d9c60e49283b24e6"><code>52bb20b</code></a> Bump terraform-linters/tflint-bundle from v0.38.1.0 to v0.39.1.1 (<a href="https://github-redirect.dependabot.com/github/super-linter/issues/3189">#3189</a>)</li>
<li><a href="https://github.com/github/super-linter/commit/99434a32aee978222f46995b19438761a350588d"><code>99434a3</code></a> Bump hashicorp/terraform from 1.2.5 to 1.2.6 (<a href="https://github-redirect.dependabot.com/github/super-linter/issues/3191">#3191</a>)</li>
<li><a href="https://github.com/github/super-linter/commit/aafa03862f0ad976b0273e0ad63cbd3ff34298fd"><code>aafa038</code></a> Bump markdownlint-cli from 0.31.1 to 0.32.1 in /dependencies (<a href="https://github-redirect.dependabot.com/github/super-linter/issues/3192">#3192</a>)</li>
<li><a href="https://github.com/github/super-linter/commit/2b0d830b1f51c2a8925e6e453511d4074a90f5db"><code>2b0d830</code></a> Update Python dependencies (<a href="https://github-redirect.dependabot.com/github/super-linter/issues/3185">#3185</a>)</li>
<li>See full diff in <a href="https://github.com/github/super-linter/compare/v4.9.5...v4.9.6">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github/super-linter&package-manager=github_actions&previous-version=4.9.5&new-version=4.9.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>
  • Loading branch information
dependabot[bot] authored Aug 8, 2022
1 parent 1993012 commit 7075e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# within `super-linter`.
fetch-depth: 0
- name: Run super-linter
uses: github/[email protected].5
uses: github/[email protected].6
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_MARKDOWN: true
Expand Down

0 comments on commit 7075e39

Please sign in to comment.