Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).

Build: #2149 was successful Changes by daryl herzmann <akrherz@iastate.edu> and Guus der Kinderen

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
1 minute
Labels
None
Agent
Default Agent
Revision
49dd35d69ca195576e2d719a1eda5b81239f0a16
Total tests
452
Successful since
#2137 ()

Tests

Code commits

Author Commit Message Commit date
daryl herzmann <akrherz@iastate.edu> daryl herzmann <akrherz@iastate.edu> 49dd35d69ca195576e2d719a1eda5b81239f0a16 Merge pull request #1849 from guusdk/ci-codeql-remove-checkout
Simplyfiy CI CodeQL workflow
Guus der Kinderen Guus der Kinderen bcfb2ded35d29f9d608e4bca2a271571649aa477 Simplyfiy CI CodeQL workflow
The Github UI gave this warning:

> 1 issue was detected with this workflow: git checkout HEAD^2 is no longer necessary. Please remove this step as Code Scanning recommends analyzing the merge commit for best results.

This commit removes that step.