From 8701ced2340e953d03dab47837f707396a29acc8 Mon Sep 17 00:00:00 2001 From: "philips-software-forest-releaser[bot]" <80338643+philips-software-forest-releaser[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 05:10:33 +0000 Subject: [PATCH 1/3] chore(deps, cpp): update ms-vscode.cpptools (#517) Update ms-vscode.cpptools Co-authored-by: rjaegers <45816308+rjaegers@users.noreply.github.com> --- .devcontainer/cpp/devcontainer-metadata-vscode.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/cpp/devcontainer-metadata-vscode.json b/.devcontainer/cpp/devcontainer-metadata-vscode.json index c478d4ba..accc10f1 100644 --- a/.devcontainer/cpp/devcontainer-metadata-vscode.json +++ b/.devcontainer/cpp/devcontainer-metadata-vscode.json @@ -10,7 +10,7 @@ "matepek.vscode-catch2-test-adapter@4.12.0", "mhutchie.git-graph@1.30.0", "ms-vscode.cmake-tools@1.18.43", - "ms-vscode.cpptools@1.21.2", + "ms-vscode.cpptools@1.21.3", "ms-vsliveshare.vsliveshare@1.0.5936", "sonarsource.sonarlint-vscode@4.7.0", "xaver.clang-format@1.9.0" From 0cbfa59e5b821b36925340f7f79008d64b102ee6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:51:34 +0200 Subject: [PATCH 2/3] ci(deps): bump github/codeql-action from 3.25.13 to 3.25.14 in the github-actions group (#518) ci(deps): bump github/codeql-action in the github-actions group Bumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 3.25.13 to 3.25.14 - [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/2d790406f505036ef40ecba973cc774a50395aac...5cf07d8b700b67e235fbb65cbc84f69c0cf10464) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/linting-formatting.yml | 2 +- .github/workflows/ossf-scorecard.yml | 2 +- .github/workflows/vulnerability-scan.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linting-formatting.yml b/.github/workflows/linting-formatting.yml index b329eb3f..487a2d96 100644 --- a/.github/workflows/linting-formatting.yml +++ b/.github/workflows/linting-formatting.yml @@ -31,7 +31,7 @@ jobs: APPLY_FIXES: all VALIDATE_ALL_CODEBASE: true GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: github/codeql-action/upload-sarif@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13 + - uses: github/codeql-action/upload-sarif@5cf07d8b700b67e235fbb65cbc84f69c0cf10464 # v3.25.14 if: success() || failure() with: sarif_file: megalinter-reports/megalinter-report.sarif diff --git a/.github/workflows/ossf-scorecard.yml b/.github/workflows/ossf-scorecard.yml index cf0a4ffa..4321c259 100644 --- a/.github/workflows/ossf-scorecard.yml +++ b/.github/workflows/ossf-scorecard.yml @@ -27,6 +27,6 @@ jobs: results_format: sarif repo_token: ${{ secrets.SCORECARD_TOKEN }} publish_results: true - - uses: github/codeql-action/upload-sarif@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13 + - uses: github/codeql-action/upload-sarif@5cf07d8b700b67e235fbb65cbc84f69c0cf10464 # v3.25.14 with: sarif_file: results.sarif diff --git a/.github/workflows/vulnerability-scan.yml b/.github/workflows/vulnerability-scan.yml index 5cb011f0..9df4881a 100644 --- a/.github/workflows/vulnerability-scan.yml +++ b/.github/workflows/vulnerability-scan.yml @@ -22,7 +22,7 @@ jobs: with: image: ghcr.io/${{ github.repository }}-${{ matrix.flavor }}:latest dockerfile: .devcontainer/Dockerfile - - uses: github/codeql-action/upload-sarif@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13 + - uses: github/codeql-action/upload-sarif@5cf07d8b700b67e235fbb65cbc84f69c0cf10464 # v3.25.14 if: steps.scan.outputs.sarif != '' with: sarif_file: ${{ steps.scan.outputs.sarif }} From 9d613bac0ba511b56461740bc29497b995689361 Mon Sep 17 00:00:00 2001 From: "philips-software-forest-releaser[bot]" <80338643+philips-software-forest-releaser[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 06:26:31 +0000 Subject: [PATCH 3/3] chore(deps, cpp): update ms-vscode.cpptools (#519) Update ms-vscode.cpptools Co-authored-by: rjaegers <45816308+rjaegers@users.noreply.github.com> --- .devcontainer/cpp/devcontainer-metadata-vscode.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/cpp/devcontainer-metadata-vscode.json b/.devcontainer/cpp/devcontainer-metadata-vscode.json index accc10f1..29d10c0f 100644 --- a/.devcontainer/cpp/devcontainer-metadata-vscode.json +++ b/.devcontainer/cpp/devcontainer-metadata-vscode.json @@ -10,7 +10,7 @@ "matepek.vscode-catch2-test-adapter@4.12.0", "mhutchie.git-graph@1.30.0", "ms-vscode.cmake-tools@1.18.43", - "ms-vscode.cpptools@1.21.3", + "ms-vscode.cpptools@1.21.4", "ms-vsliveshare.vsliveshare@1.0.5936", "sonarsource.sonarlint-vscode@4.7.0", "xaver.clang-format@1.9.0"