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 7171 # yamllint enable rule:line-length
7272 steps :
7373 - name : Checkout repository
74- uses : actions/checkout@v6.0.0
74+ uses : actions/checkout@v6.0.1
7575
7676 - name : Check Tools
7777 run : |
Original file line number Diff line number Diff line change 2222 name : gitleaks
2323 runs-on : ubuntu-24.04
2424 steps :
25- - uses : actions/checkout@v6.0.0
25+ - uses : actions/checkout@v6.0.1
2626 with :
2727 fetch-depth : 0
2828 - uses : gitleaks/gitleaks-action@v2
Original file line number Diff line number Diff line change 1616 # Directory where build-wrapper output will be placed
1717 BUILD_WRAPPER_OUT_DIR : build
1818 steps :
19- - uses : actions/checkout@v6.0.0
19+ - uses : actions/checkout@v6.0.1
2020 with :
2121 # Shallow clones should be disabled for a better relevancy of analysis
2222 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments