From 633227de792fa5788cd22861208e49770ef4f7b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 13:43:53 +0000 Subject: [PATCH 1/2] Bump github/codeql-action from 4 to 4.37.3 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4 to 4.37.3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v4...v4.37.3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index 8db54b9f8..89cfe94aa 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -35,11 +35,11 @@ jobs: security-events: write steps: - uses: actions/checkout@v7 - - uses: github/codeql-action/init@v4 + - uses: github/codeql-action/init@v4.37.3 with: config-file: .github/codeql/config.yml languages: python - - uses: github/codeql-action/analyze@v4 + - uses: github/codeql-action/analyze@v4.37.3 cwl-conformance: name: "CWL conformance tests" strategy: From cfa4854d0db28e3069969b07e536e45fc5e18d45 Mon Sep 17 00:00:00 2001 From: LanderOtto Date: Fri, 31 Jul 2026 16:57:58 +0200 Subject: [PATCH 2/2] Update `CHANGELOG.md` --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc891a2f5..f7972e952 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,6 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump black from 26.3.1 to 26.5.1 ([#1073](https://github.com/alpha-unito/streamflow/pull/1073)) - Bump codecov/codecov-action from 6 to 7 ([#1087](https://github.com/alpha-unito/streamflow/pull/1087)) - Bump codespell from 2.4.2 to 2.4.3 ([#1114](https://github.com/alpha-unito/streamflow/pull/1114)) +- Bump github/codeql-action from 4 to 4.37.3 ([#1123](https://github.com/alpha-unito/streamflow/pull/1123)) - Bump mypy from 1.20.2 to 2.3.0 ([#1059](https://github.com/alpha-unito/streamflow/pull/1059), [#1065](https://github.com/alpha-unito/streamflow/pull/1065), [#1108](https://github.com/alpha-unito/streamflow/pull/1108), [#1111](https://github.com/alpha-unito/streamflow/pull/1111)) - Bump pytest from 9.0.3 to 9.1.1 ([#1095](https://github.com/alpha-unito/streamflow/pull/1095), [#1098](https://github.com/alpha-unito/streamflow/pull/1098)) - Bump pytest-asyncio from 1.3.0 to 1.4.0 ([#1076](https://github.com/alpha-unito/streamflow/pull/1076))