Skip to content

Commit 28ed925

Browse files
author
khloodelhossiny
committed
Merge remote-tracking branch 'upstream/develop' into fix_issue-3912
2 parents 931e7ab + a6a92c1 commit 28ed925

File tree

9 files changed

+2566
-2353
lines changed

9 files changed

+2566
-2353
lines changed

.github/workflows/check_amalgamation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
mkdir -p ./pr
2121
echo ${{ github.event.number }} > ./pr/number
2222
echo ${{ github.event.pull_request.user.login }} > ./pr/author
23-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
23+
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
2424
with:
2525
name: pr
2626
path: pr/

.github/workflows/cifuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
dry-run: false
2929
language: c++
3030
- name: Upload Crash
31-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
31+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
3232
if: failure() && steps.build.outcome == 'success'
3333
with:
3434
name: artifacts

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ jobs:
3636

3737
# Initializes the CodeQL tools for scanning.
3838
- name: Initialize CodeQL
39-
uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
39+
uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
4040
with:
4141
languages: c-cpp
4242

4343
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4444
# If this step fails, then you should remove it and run the build manually (see below)
4545
- name: Autobuild
46-
uses: github/codeql-action/autobuild@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
46+
uses: github/codeql-action/autobuild@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
4747

4848
- name: Perform CodeQL Analysis
49-
uses: github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
49+
uses: github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0

.github/workflows/scorecards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ jobs:
6868
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6969
# format to the repository Actions tab.
7070
- name: "Upload artifact"
71-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
71+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
7272
with:
7373
name: SARIF file
7474
path: results.sarif
7575
retention-days: 5
7676

7777
# Upload the results to GitHub's code scanning dashboard.
7878
- name: "Upload to code-scanning"
79-
uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
79+
uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
8080
with:
8181
sarif_file: results.sarif

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
- name: Build
116116
run: cmake --build build --target ci_test_coverage
117117
- name: Archive coverage report
118-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
118+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
119119
with:
120120
name: code-coverage-report
121121
path: ${{ github.workspace }}/build/html
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
reuse==6.1.2
1+
reuse==6.2.0

docs/mkdocs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ mkdocs-material==9.6.22 # theme for mkdocs
66
mkdocs-material-extensions==1.3.1 # extensions
77
mkdocs-minify-plugin==0.8.0 # plugin "minify"
88
mkdocs-redirects==1.2.2 # plugin "redirects"
9-
mkdocs-htmlproofer-plugin==1.3.0 # plugin "htmlproofer"
9+
mkdocs-htmlproofer-plugin==1.4.0 # plugin "htmlproofer"
1010

1111
PyYAML==6.0.3 # linter

0 commit comments

Comments
 (0)