Skip to content

Commit 1f9d8f9

Browse files
authored
Merge branch 'master' into an/scoreboard-update-2
2 parents f5fc04d + 94272d1 commit 1f9d8f9

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
create-symlink: true
3636
max-size: 1G
3737
- name: Initialize CodeQL
38-
uses: github/codeql-action/init@v3
38+
uses: github/codeql-action/init@v4
3939
with:
4040
languages: ${{ matrix.language }}
4141
- name: CMake configure
@@ -57,4 +57,4 @@ jobs:
5757
if: matrix.language == 'cpp'
5858
run: ccache --show-stats
5959
- name: Perform CodeQL Analysis
60-
uses: github/codeql-action/analyze@v3
60+
uses: github/codeql-action/analyze@v4

.github/workflows/openssf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
path: results.sarif
3333
retention-days: 5
3434
- name: Upload to code-scanning
35-
uses: github/codeql-action/upload-sarif@v3
35+
uses: github/codeql-action/upload-sarif@v4
3636
with:
3737
sarif_file: results.sarif

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222

2323
# Ruff Python linter
2424
- repo: https://github.com/charliermarsh/ruff-pre-commit
25-
rev: v0.13.3
25+
rev: v0.14.0
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 @@
1-
numpy==2.2.3
1+
numpy==2.3.3
22
XlsxWriter==3.2.9
33
PyYAML==6.0.3
44
pre-commit==4.3.0

0 commit comments

Comments
 (0)