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 2828
2929 # use stable version for now to avoid breaking changes
3030 - name : Lychee URL checker
31- uses : lycheeverse/lychee-action@v2.0.2
31+ uses : lycheeverse/lychee-action@v2.1.0
3232 with :
3333 # arguments with file types to check
3434 args : >-
Original file line number Diff line number Diff line change 6868 # Upload the results to GitHub's code scanning dashboard (optional).
6969 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
7070 - name : " Upload to code-scanning"
71- uses : github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
71+ uses : github/codeql-action/upload-sarif@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
7272 with :
7373 sarif_file : results.sarif
Original file line number Diff line number Diff line change 44
55repos :
66 - repo : https://github.com/astral-sh/ruff-pre-commit
7- rev : " v0.7.2 "
7+ rev : " v0.7.3 "
88 hooks :
99 - id : ruff
1010 args : [--fix, --show-fixes]
You can’t perform that action at this time.
0 commit comments