File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 CXXFLAGS : -fsanitize=address
1818 LDFLAGS : -fsanitize=address
1919 steps :
20- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
20+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2121 with :
2222 submodules : true
2323 persist-credentials : false
Original file line number Diff line number Diff line change 1010 name : Clang static analysis
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
13+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1414 with :
1515 persist-credentials : false
1616 - run : sudo apt install clang-tools libipc-run3-perl
Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Checkout repository
21- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
21+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2222 with :
2323 # We must fetch at least the immediate parents so that if this is
2424 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 1414 linkChecker :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
17+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1818 with :
1919 persist-credentials : false
2020
Original file line number Diff line number Diff line change 1717 permissions :
1818 contents : read
1919 steps :
20- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
20+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2121 with :
2222 persist-credentials : false
2323
Original file line number Diff line number Diff line change 1111 name : lint
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
14+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1515 with :
1616 persist-credentials : false
1717
Original file line number Diff line number Diff line change 1818 CC : ${{ matrix.cc }}
1919 VERBOSE : 1
2020 steps :
21- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
21+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2222 with :
2323 submodules : true
2424 persist-credentials : false
4040 name : CMake build on ${{matrix.os}}
4141 runs-on : ${{ matrix.os }}
4242 steps :
43- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
43+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4444 with :
4545 submodules : true
4646 persist-credentials : false
Original file line number Diff line number Diff line change 1515 security-events : write
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
18+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1919 with :
2020 persist-credentials : false
2121
You can’t perform that action at this time.
0 commit comments