File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 with :
2121 persist-credentials : false
2222 - name : Run analysis
23- uses : ossf/scorecard-action@v2.4.2
23+ uses : ossf/scorecard-action@v2.4.3
2424 with :
2525 results_file : results.sarif
2626 results_format : sarif
Original file line number Diff line number Diff line change @@ -394,7 +394,7 @@ jobs:
394394 - name : Comment coverage report link
395395 # TODO: Support PRs from forks and handle cases with insufficient write permissions
396396 continue-on-error : true
397- uses : peter-evans/create-or-update-comment@v4
397+ uses : peter-evans/create-or-update-comment@v5
398398 with :
399399 token : ${{ secrets.GITHUB_TOKEN }}
400400 issue-number : ${{ github.event.pull_request.number }}
Original file line number Diff line number Diff line change 55repos :
66 # C++ formatting with clang-format
77 - repo : https://github.com/pre-commit/mirrors-clang-format
8- rev : v21.1.1
8+ rev : v21.1.2
99 hooks :
1010 - id : clang-format
1111 files : \.(cpp|hpp|c|h)$
2222
2323 # Ruff Python linter
2424 - repo : https://github.com/charliermarsh/ruff-pre-commit
25- rev : v0.13.1
25+ rev : v0.13.3
2626 hooks :
2727 - id : ruff
2828 args : [--fix]
Original file line number Diff line number Diff line change 11numpy == 2.2.3
22XlsxWriter == 3.2.9
3- PyYAML == 6.0.2
3+ PyYAML == 6.0.3
44pre-commit == 4.3.0
You can’t perform that action at this time.
0 commit comments