File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
17+ with :
18+ persist-credentials : false
1719 - uses : cpp-linter/cpp-linter-action@main
1820 id : linter
1921 continue-on-error : true
Original file line number Diff line number Diff line change 2424 steps :
2525 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2626 with :
27+ persist-credentials : true # needed for `git push`
2728 fetch-depth : 0
2829 ref : ${{ inputs.ref }}
2930 - name : Config git name and email
Original file line number Diff line number Diff line change 4040 steps :
4141 - name : Checkout
4242 uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
43+ with :
44+ persist-credentials : false
4345
4446 - name : Cache the build artifacts
4547 id : cache-build
You can’t perform that action at this time.
0 commit comments