From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 14:32:40 +0000 (+0000) Subject: build(deps): bump astral-sh/ruff-action from 4.0.0 to 4.1.0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e0fadc2894655e53fa61fff423bccffebfd68567;p=thirdparty%2Fpdns.git build(deps): bump astral-sh/ruff-action from 4.0.0 to 4.1.0 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] --- diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 22c2fe57e0..659e9b3882 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -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'