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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
24+ - uses : actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
22+ uses : actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
40+ uses : actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
32+ uses : actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5
3333
3434 # Initializes the CodeQL tools for scanning.
3535 - name : Initialize CodeQL
You can’t perform that action at this time.
0 commit comments