File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222
2323 steps :
24- - uses : actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5
24+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
2525 with :
2626 fetch-depth : 0
2727 submodules : recursive
Original file line number Diff line number Diff line change 1919 runs-on : ${{ matrix.os}}
2020 steps :
2121 - name : Check out the code
22- uses : actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5
22+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
2323 with :
2424 fetch-depth : 0
2525 submodules : recursive
Original file line number Diff line number Diff line change 3737
3838 steps :
3939 - name : Checkout Repository
40- uses : actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5
40+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
4141 with :
4242 fetch-depth : 0
4343 submodules : recursive
Original file line number Diff line number Diff line change 2929
3030 steps :
3131 - name : Checkout repository
32- uses : actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5
32+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
3333
3434 # Initializes the CodeQL tools for scanning.
3535 - name : Initialize CodeQL
You can’t perform that action at this time.
0 commit comments