Skip to content

Commit 48e9803

Browse files
committed
Merge upstream/master; keep local versions for scoreboard files
2 parents 6d01e07 + d3ff7ca commit 48e9803

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/openssf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
repos:
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)$
@@ -22,7 +22,7 @@ repos:
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]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
numpy==2.2.3
22
XlsxWriter==3.2.9
3-
PyYAML==6.0.2
3+
PyYAML==6.0.3
44
pre-commit==4.3.0

0 commit comments

Comments
 (0)