File tree Expand file tree Collapse file tree 6 files changed +6
-12
lines changed Expand file tree Collapse file tree 6 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 1313 cpp-linter :
1414 runs-on : ubuntu-latest
1515 steps :
16- # v6.0.0
17- - uses : actions/checkout@v6
16+ - uses : actions/checkout@v6 # v6.0.0
1817 - uses : cpp-linter/cpp-linter-action@main
1918 id : linter
2019 continue-on-error : true
Original file line number Diff line number Diff line change 1313 permissions : # (1)!
1414 pull-requests : write
1515 steps :
16- # v5.0.1
17- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v5 # v5.0.1
1817
1918 # ... optionally setup build env to create a compilation database
2019
Original file line number Diff line number Diff line change 1111 cpp-linter :
1212 runs-on : ubuntu-latest
1313 steps :
14- # v5.0.1
15- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v5 # v5.0.1
1615
1716 # ... optionally setup build env to create a compilation database
1817
Original file line number Diff line number Diff line change 1111 cpp-linter :
1212 runs-on : ubuntu-latest
1313 steps :
14- # v5.0.1
15- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v5 # v5.0.1
1615
1716 # ... optionally setup build env to create a compilation database
1817
Original file line number Diff line number Diff line change 2222 re-tag :
2323 runs-on : ubuntu-latest
2424 steps :
25- # v6.0.0
26- - uses : actions/checkout@v6
25+ - uses : actions/checkout@v6 # v6.0.0
2726 with :
2827 fetch-depth : 0
2928 ref : ${{ inputs.ref }}
Original file line number Diff line number Diff line change 3939 runs-on : ${{ matrix.os }}
4040 steps :
4141 - name : Checkout
42- # v6.0.0
43- uses : actions/checkout@v6
42+ uses : actions/checkout@v6 # v6.0.0
4443
4544 - name : Cache the build artifacts
4645 id : cache-build
You can’t perform that action at this time.
0 commit comments