Skip to content

Commit 2144948

Browse files
chore(deps): bump the ghactions-all group with 2 updates (#50)
Bumps the ghactions-all group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `github/codeql-action` from 4.30.9 to 4.31.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@16140ae...4e94bd1) Updates `actions/upload-artifact` from 4.6.2 to 5.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...330a01c) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ghactions-all - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: ghactions-all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8e07734 commit 2144948

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
# Initializes the CodeQL tools for scanning.
4949
- name: Initialize CodeQL
50-
uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
50+
uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
5151
with:
5252
languages: ${{ matrix.language }}
5353
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -58,7 +58,7 @@ jobs:
5858
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5959
# If this step fails, then you should remove it and run the build manually (see below)
6060
- name: Autobuild
61-
uses: github/codeql-action/autobuild@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
61+
uses: github/codeql-action/autobuild@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
6262

6363
# ℹ️ Command-line programs to run using the OS shell.
6464
# 📚 https://git.io/JvXDl
@@ -68,4 +68,4 @@ jobs:
6868
# uses a compiled language
6969

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

.github/workflows/fortress-benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ jobs:
377377
# --------------------------------------------------------------------
378378
- name: 📤 Upload benchmark statistics
379379
if: always()
380-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
380+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
381381
with:
382382
name: bench-stats-${{ matrix.os }}-${{ matrix.go-version }}
383383
path: bench-stats-${{ matrix.os }}-${{ matrix.go-version }}.json
@@ -388,7 +388,7 @@ jobs:
388388
# --------------------------------------------------------------------
389389
- name: 📤 Upload benchmark results
390390
if: always()
391-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
391+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
392392
with:
393393
name: bench-results-${{ matrix.os }}-${{ matrix.go-version }}
394394
path: bench-results-${{ matrix.os }}-${{ matrix.go-version }}.txt

.github/workflows/fortress-coverage.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2263,7 +2263,7 @@ jobs:
22632263
# --------------------------------------------------------------------
22642264
- name: 📤 Upload performance cache statistics
22652265
if: always()
2266-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
2266+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
22672267
with:
22682268
name: cache-stats-coverage
22692269
path: cache-stats-coverage.json
@@ -2274,7 +2274,7 @@ jobs:
22742274
# --------------------------------------------------------------------
22752275
- name: 📤 Upload coverage statistics
22762276
if: always()
2277-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
2277+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
22782278
with:
22792279
name: coverage-stats-internal
22802280
path: coverage-stats-internal-*.json
@@ -2306,7 +2306,7 @@ jobs:
23062306
- name: 📤 Upload coverage history artifacts
23072307
# Upload history for all branches to preserve trend data
23082308
if: github.event_name == 'push'
2309-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
2309+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
23102310
with:
23112311
name: coverage-history-${{ inputs.commit-sha }}
23122312
path: .github/coverage/history/*.json
@@ -2451,7 +2451,7 @@ jobs:
24512451
24522452
- name: 📤 Upload coverage statistics (Codecov)
24532453
if: always()
2454-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
2454+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
24552455
with:
24562456
name: coverage-stats-codecov
24572457
path: coverage-stats-codecov-*.json

.github/workflows/fortress-test-fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ jobs:
602602
# --------------------------------------------------------------------
603603
- name: 📤 Upload fuzz test outputs
604604
if: always()
605-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
605+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
606606
with:
607607
name: test-results-fuzz-${{ inputs.primary-runner }}-${{ inputs.go-primary-version }}
608608
path: |

.github/workflows/fortress-test-matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ jobs:
712712
# --------------------------------------------------------------------
713713
- name: 📤 Upload test outputs and statistics
714714
if: always()
715-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
715+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
716716
with:
717717
name: test-results-unit-${{ matrix.os }}-${{ matrix.go-version }}
718718
path: |
@@ -766,7 +766,7 @@ jobs:
766766
# --------------------------------------------------------------------
767767
- name: 📤 Upload coverage data
768768
if: inputs.code-coverage-enabled == 'true' && hashFiles('coverage.txt') != '' && matrix.os == inputs.primary-runner && matrix.go-version == inputs.go-primary-version
769-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
769+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
770770
with:
771771
name: coverage-data
772772
path: coverage.txt

.github/workflows/fortress-test-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ jobs:
799799
# --------------------------------------------------------------------
800800
- name: 📤 Upload validation summary
801801
if: always()
802-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
802+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
803803
with:
804804
name: validation-summary
805805
path: |

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
7070
# format to the repository Actions tab.
7171
- name: "Upload artifact"
72-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
72+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
7373
with:
7474
name: SARIF file
7575
path: results.sarif
@@ -78,6 +78,6 @@ jobs:
7878
# Upload the results to GitHub's code scanning dashboard (optional).
7979
# Commenting out will disable the upload of results to your repo's Code Scanning dashboard
8080
- name: "Upload to code-scanning"
81-
uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
81+
uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
8282
with:
8383
sarif_file: results.sarif

0 commit comments

Comments
 (0)