Bump github/codeql-action from 3.25.15 to 3.28.1 #5857
Annotations
11 warnings
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Build NEST:
nestkernel/module_manager.cpp#L110
unused parameter 'd' [-Wunused-parameter]
|
Build NEST:
nestkernel/node.cpp#L234
unused parameter 't_previous_update' [-Wunused-parameter]
|
Build NEST:
nestkernel/node.cpp#L234
unused parameter 't_current_update' [-Wunused-parameter]
|
Build NEST:
nestkernel/stimulation_backend_mpi.cpp#L162
comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
|
Build NEST:
nestkernel/stimulation_backend_mpi.cpp#L165
comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
|
Build NEST:
models/iaf_bw_2001_exact.h#L316
definition of implicit copy assignment operator for 'State_' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy]
|
Build NEST:
models/iaf_bw_2001.h#L327
definition of implicit copy assignment operator for 'State_' is deprecated because it has a user-provided copy constructor [-Wdeprecated-copy-with-user-provided-copy]
|
Build NEST:
models/weight_optimizer.cpp#L98
unused parameter 'd' [-Wunused-parameter]
|
Build NEST:
models/weight_optimizer.cpp#L103
unused parameter 'd' [-Wunused-parameter]
|
Build NEST:
models/weight_optimizer.h#L278
definition of implicit copy constructor for 'WeightOptimizerCommonPropertiesGradientDescent' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
|
Loading