]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
build(deps): bump astral-sh/ruff-action from 4.0.0 to 4.1.0 17695/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 6 Jul 2026 14:32:40 +0000 (14:32 +0000)
committerGitHub <noreply@github.com>
Mon, 6 Jul 2026 14:32:40 +0000 (14:32 +0000)
Bumps [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/astral-sh/ruff-action/releases)
- [Commits](https://github.com/astral-sh/ruff-action/compare/v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: astral-sh/ruff-action
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/codeql-analysis.yml

index 22c2fe57e0dcd727fbf8bc466048c54735ec8cb6..659e9b38828c22de949e494788f20ed9598c4474 100644 (file)
@@ -308,10 +308,10 @@ jobs:
         fetch-depth: 0
         persist-credentials: false
     - name: Check Python formatting
-      uses: astral-sh/ruff-action@v4.0.0
+      uses: astral-sh/ruff-action@v4.1.0
       with:
         args: 'format --check --diff'
     - name: Check method variables
-      uses: astral-sh/ruff-action@v4.0.0
+      uses: astral-sh/ruff-action@v4.1.0
       with:
         args: 'check --select N805'