From d2870908f3d0cd458ff923931d9cbe0e3170283e Mon Sep 17 00:00:00 2001 From: Allan CORNET Date: Sat, 31 Aug 2024 14:32:50 +0200 Subject: [PATCH] CodeQL update (#1243) --- .github/workflows/codeql-analysis-cpp.yml | 4 ++-- .github/workflows/codeql-analysis-javascript-python.yml | 4 ++-- CHANGELOG.md | 6 ++++++ 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis-cpp.yml b/.github/workflows/codeql-analysis-cpp.yml index 1777e21fe7..88d3801889 100644 --- a/.github/workflows/codeql-analysis-cpp.yml +++ b/.github/workflows/codeql-analysis-cpp.yml @@ -30,7 +30,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} queries: security-extended,security-and-quality @@ -47,4 +47,4 @@ jobs: cmake --build . -- -j $(nproc) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 diff --git a/.github/workflows/codeql-analysis-javascript-python.yml b/.github/workflows/codeql-analysis-javascript-python.yml index 2897cb86f1..58d7a56b87 100644 --- a/.github/workflows/codeql-analysis-javascript-python.yml +++ b/.github/workflows/codeql-analysis-javascript-python.yml @@ -28,10 +28,10 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} queries: security-extended,security-and-quality - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 18d489dafe..1c946cc06f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## UNRELEASED + +### Changed + +- CodeQL Github action updated. + ## 1.7.0 (2024-08-28) ### Added