From e53f1c32832869a2be73848437a473c8c3ca3662 Mon Sep 17 00:00:00 2001 From: Michael Vasseur <14887731+vmcj@users.noreply.github.com> Date: Wed, 12 Jun 2024 08:19:05 +0200 Subject: [PATCH 1/2] Remove --- .github/workflows/codeql-analysis.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index d591bc5354..df121820ff 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -2,13 +2,6 @@ name: "CodeQL" on: push: - branches: - - main - - '[0-9]+.[0-9]+' - pull_request: - branches: - - main - - '[0-9]+.[0-9]+' jobs: analyze: From ec254a820d35fb70bf3749172a1f01a9870c4b18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 18:00:09 +0000 Subject: [PATCH 2/2] Bump symfony/process from 6.4.3 to 6.4.14 Bumps [symfony/process](https://github.com/symfony/process) from 6.4.3 to 6.4.14. - [Release notes](https://github.com/symfony/process/releases) - [Changelog](https://github.com/symfony/process/blob/7.1/CHANGELOG.md) - [Commits](https://github.com/symfony/process/compare/v6.4.3...v6.4.14) --- updated-dependencies: - dependency-name: symfony/process dependency-type: indirect ... Signed-off-by: dependabot[bot] --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index da5641cb62..cee19ce4a4 100644 --- a/composer.lock +++ b/composer.lock @@ -13119,16 +13119,16 @@ }, { "name": "symfony/process", - "version": "v6.4.3", + "version": "v6.4.14", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "31642b0818bfcff85930344ef93193f8c607e0a3" + "reference": "25214adbb0996d18112548de20c281be9f27279f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/31642b0818bfcff85930344ef93193f8c607e0a3", - "reference": "31642b0818bfcff85930344ef93193f8c607e0a3", + "url": "https://api.github.com/repos/symfony/process/zipball/25214adbb0996d18112548de20c281be9f27279f", + "reference": "25214adbb0996d18112548de20c281be9f27279f", "shasum": "" }, "require": { @@ -13160,7 +13160,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.4.3" + "source": "https://github.com/symfony/process/tree/v6.4.14" }, "funding": [ { @@ -13176,7 +13176,7 @@ "type": "tidelift" } ], - "time": "2024-01-23T14:51:35+00:00" + "time": "2024-11-06T09:25:01+00:00" }, { "name": "theseer/tokenizer",