This is an automated email from the ASF dual-hosted git repository. leerho pushed a commit to branch update_7.0.X_from_main in repository https://gitbox.apache.org/repos/asf/datasketches-java.git
commit 95935f803ba368b0dac314f5c2592cff323ed3d6 Merge: 247c6112 5e6048c9 Author: Lee Rhodes <[email protected]> AuthorDate: Fri Jan 3 09:58:04 2025 -0800 Merge branch 'main' into 7.0.X .github/workflows/auto-jdk-matrix.yml | 10 ++-- .github/workflows/auto-os-matrix.yml | 12 +++-- .github/workflows/check_cpp_files.yml | 49 ++++++++++++++++++ .github/workflows/codeql-analysis.yml | 93 ++++++++++++++++++----------------- .github/workflows/javadoc.yml | 36 ++++++++++++++ pom.xml | 2 +- 6 files changed, 150 insertions(+), 52 deletions(-) diff --cc .github/workflows/codeql-analysis.yml index 427faa7c,28c17a1f..734fbb60 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@@ -75,4 -65,19 +65,19 @@@ jobs - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v3 with: - category: "/language:${{matrix.language}}" + category: "/language:${{matrix.language}}" + + + # CodeQL's Query Packs: + # https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs + + # Command-line programs to run using the OS shell. + # See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun + + # Architecture options: x86, x64, armv7, aarch64, ppc64le + # Lifecycles: validate, compile, test, package, verify, install, deploy + # -B batch mode, never stops for user input + # -V show Version without stopping + # -X debug mode + # -q quiet, only show errors -# -e produce execution error messages ++# -e produce execution error messages --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
