File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 cpp-linter :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v6 # 1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
16+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1717 - uses : cpp-linter/cpp-linter-action@main
1818 id : linter
1919 continue-on-error : true
Original file line number Diff line number Diff line change 2222 re-tag :
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v6 # 1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
25+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2626 with :
2727 fetch-depth : 0
2828 ref : ${{ inputs.ref }}
Original file line number Diff line number Diff line change 3939 runs-on : ${{ matrix.os }}
4040 steps :
4141 - name : Checkout
42- uses : actions/checkout@v6 # 1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
42+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4343
4444 - name : Cache the build artifacts
4545 id : cache-build
You can’t perform that action at this time.
0 commit comments