Skip to content

Commit a7a9a94

Browse files
build(deps): bump astral-sh/ruff-action from 3.4.0 to 3.5.0 (#3344)
Bumps [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action) from 3.4.0 to 3.5.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/ruff-action/commit/0c50076f12c38c3d0115b7b519b54a91cb9cf0ad"><code>0c50076</code></a> Bump dependencies (<a href="https://redirect.github.com/astral-sh/ruff-action/issues/181">#181</a>)</li> <li><a href="https://github.com/astral-sh/ruff-action/commit/966d2455d2a34806afae1b3d39396eb0f796f22f"><code>966d245</code></a> feat: support reading Ruff version from <code>tools.poetry.dependencies</code> (<a href="https://redirect.github.com/astral-sh/ruff-action/issues/177">#177</a>)</li> <li><a href="https://github.com/astral-sh/ruff-action/commit/b9e360afbadd4dac253168afc3b1b940a022230c"><code>b9e360a</code></a> chore: update known checksums for 0.12.3 (<a href="https://redirect.github.com/astral-sh/ruff-action/issues/180">#180</a>)</li> <li><a href="https://github.com/astral-sh/ruff-action/commit/2b785e352d686a2baa2198503e8021752de27d9a"><code>2b785e3</code></a> chore: update known checksums for 0.12.2 (<a href="https://redirect.github.com/astral-sh/ruff-action/issues/175">#175</a>)</li> <li><a href="https://github.com/astral-sh/ruff-action/commit/8c3aa952c0bf2052dc2efa4104f42b215b6f1245"><code>8c3aa95</code></a> chore: update known checksums for 0.12.1 (<a href="https://redirect.github.com/astral-sh/ruff-action/issues/169">#169</a>)</li> <li><a href="https://github.com/astral-sh/ruff-action/commit/52ac3ada9192d41bb1392abe849d80225b53c1ee"><code>52ac3ad</code></a> chore: update known checksums for 0.12.0 (<a href="https://redirect.github.com/astral-sh/ruff-action/issues/167">#167</a>)</li> <li><a href="https://github.com/astral-sh/ruff-action/commit/813f619ec22bd86f873edaa42d5b01aff58688c9"><code>813f619</code></a> chore: update known checksums for 0.11.13 (<a href="https://redirect.github.com/astral-sh/ruff-action/issues/158">#158</a>)</li> <li><a href="https://github.com/astral-sh/ruff-action/commit/110a15d08bb392ccd102b99cca256b097eb47256"><code>110a15d</code></a> Fix test-pep440-version-specifier (<a href="https://redirect.github.com/astral-sh/ruff-action/issues/165">#165</a>)</li> <li><a href="https://github.com/astral-sh/ruff-action/commit/6228face02b7ee637941cb3ad7770e4e337b8381"><code>6228fac</code></a> Simplify step check all-tests-passed.needs (<a href="https://redirect.github.com/astral-sh/ruff-action/issues/155">#155</a>)</li> <li>See full diff in <a href="https://github.com/astral-sh/ruff-action/compare/eaf0ecdd668ceea36159ff9d91882c9795d89b49...0c50076f12c38c3d0115b7b519b54a91cb9cf0ad">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=astral-sh/ruff-action&package-manager=github_actions&previous-version=3.4.0&new-version=3.5.0)](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 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d6b6064 commit a7a9a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
version: v2.1.6
122122
args: --timeout=15m
123123
- name: Run ruff (Python linter and formatter)
124-
uses: astral-sh/ruff-action@eaf0ecdd668ceea36159ff9d91882c9795d89b49 # v3.4.0
124+
uses: astral-sh/ruff-action@0c50076f12c38c3d0115b7b519b54a91cb9cf0ad # v3.5.0
125125
with:
126126
version: "0.9.1"
127127
args: "format --check"

0 commit comments

Comments
 (0)