Skip to content

Make a smoke test CI for PRs #19

Make a smoke test CI for PRs

Make a smoke test CI for PRs #19

Triggered via pull request February 24, 2024 05:44
@sean-parentsean-parent
synchronize #4
npd/ci
Status Success
Total duration 6m 23s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
Analyze (cpp, gcc-11, Ninja Multi-Config, Debug, ON)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, github/codeql-action/init@v2, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Analyze (cpp, gcc-11, Ninja Multi-Config, Debug, ON)
declaration of ‘auto p’ shadows a parameter [-Wshadow]
Analyze (cpp, gcc-11, Ninja Multi-Config, Debug, ON)
declaration of ‘stlab::v1::unwrap_reference_t<typename std::decay<_BoundArgs>::type>& ... args’ shadows a parameter [-Wshadow]
Analyze (cpp, gcc-11, Ninja Multi-Config, Debug, ON)
declaration of ‘auto:57&& x’ shadows a parameter [-Wshadow]
Analyze (cpp, gcc-11, Ninja Multi-Config, Debug, ON)
declaration of ‘p’ shadows a previous local [-Wshadow]
Analyze (cpp, gcc-11, Ninja Multi-Config, Debug, ON): test/initial_draft.cpp#L86
declaration of ‘auto:60&& ... args’ shadows a parameter [-Wshadow]
Analyze (cpp, gcc-11, Ninja Multi-Config, Debug, ON)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/