Skip to content

Commit ce5a767

Browse files
chore(deps): bump the ghactions-all group with 3 updates (#74)
Bumps the ghactions-all group with 3 updates: [github/codeql-action](https://github.com/github/codeql-action), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/cache](https://github.com/actions/cache). Updates `github/codeql-action` from 4.31.7 to 4.31.8 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@cf1bb45...1b168cd) Updates `actions/upload-artifact` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@330a01c...b7c566a) Updates `actions/cache` from 4.3.0 to 5.0.1 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0057852...9255dc7) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ghactions-all - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: ghactions-all - dependency-name: actions/cache dependency-version: 5.0.1 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 9a6055a commit ce5a767

11 files changed

+25
-25
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@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
50+
uses: github/codeql-action/init@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
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@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
61+
uses: github/codeql-action/autobuild@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
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@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
71+
uses: github/codeql-action/analyze@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8

.github/workflows/fortress-benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ jobs:
389389
# --------------------------------------------------------------------
390390
- name: 📤 Upload benchmark statistics
391391
if: always()
392-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
392+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
393393
with:
394394
name: bench-stats-${{ matrix.os }}-${{ matrix.go-version }}
395395
path: bench-stats-${{ matrix.os }}-${{ matrix.go-version }}.json
@@ -400,7 +400,7 @@ jobs:
400400
# --------------------------------------------------------------------
401401
- name: 📤 Upload benchmark results
402402
if: always()
403-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
403+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
404404
with:
405405
name: bench-results-${{ matrix.os }}-${{ matrix.go-version }}
406406
path: bench-results-${{ matrix.os }}-${{ matrix.go-version }}.txt

.github/workflows/fortress-code-quality.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ jobs:
279279
# --------------------------------------------------------------------
280280
- name: 💾 Restore golangci-lint binary cache
281281
id: cache-golangci-lint-binary
282-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
282+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
283283
with:
284284
path: ~/.cache/golangci-lint-bin
285285
key: ${{ inputs.primary-runner }}-golangci-lint-binary-${{ env.MAGE_X_GOLANGCI_LINT_VERSION }}
@@ -308,7 +308,7 @@ jobs:
308308
# --------------------------------------------------------------------
309309
- name: 💾 Cache golangci-lint build cache
310310
id: cache-golangci-lint-build
311-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
311+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
312312
with:
313313
path: ~/.cache/go-build
314314
key: ${{ inputs.primary-runner }}-go-build-golangci-${{ env.MAGE_X_GOLANGCI_LINT_VERSION }}-${{ hashFiles('**/*.go') }}
@@ -320,7 +320,7 @@ jobs:
320320
# --------------------------------------------------------------------
321321
- name: 💾 Cache golangci-lint analysis
322322
id: cache-golangci-lint
323-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
323+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
324324
with:
325325
path: ${{ env.GOLANGCI_LINT_CACHE }}
326326
key: ${{ inputs.primary-runner }}-golangci-lint-analysis-${{ hashFiles('.golangci.json', env.GO_SUM_FILE) }}-${{ steps.golangci-lint-version.outputs.version }}

.github/workflows/fortress-coverage.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
- name: 💾 Restore go-coverage binary cache (production)
192192
id: go-coverage-cache
193193
if: env.GO_COVERAGE_USE_LOCAL != 'true'
194-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
194+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
195195
with:
196196
path: |
197197
~/.cache/go-coverage-bin
@@ -202,7 +202,7 @@ jobs:
202202
- name: 💾 Restore go-coverage binary cache (local)
203203
id: go-coverage-local-cache
204204
if: env.GO_COVERAGE_USE_LOCAL == 'true'
205-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
205+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
206206
with:
207207
path: |
208208
~/.cache/go-coverage-local
@@ -2281,7 +2281,7 @@ jobs:
22812281
# --------------------------------------------------------------------
22822282
- name: 📤 Upload performance cache statistics
22832283
if: always()
2284-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
2284+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
22852285
with:
22862286
name: cache-stats-coverage
22872287
path: cache-stats-coverage.json
@@ -2292,7 +2292,7 @@ jobs:
22922292
# --------------------------------------------------------------------
22932293
- name: 📤 Upload coverage statistics
22942294
if: always()
2295-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
2295+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
22962296
with:
22972297
name: coverage-stats-internal
22982298
path: coverage-stats-internal-*.json
@@ -2324,7 +2324,7 @@ jobs:
23242324
- name: 📤 Upload coverage history artifacts
23252325
# Upload history for all branches to preserve trend data
23262326
if: github.event_name == 'push'
2327-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
2327+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
23282328
with:
23292329
name: coverage-history-${{ inputs.commit-sha }}
23302330
path: .github/coverage/history/*.json
@@ -2469,7 +2469,7 @@ jobs:
24692469
24702470
- name: 📤 Upload coverage statistics (Codecov)
24712471
if: always()
2472-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
2472+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
24732473
with:
24742474
name: coverage-stats-codecov
24752475
path: coverage-stats-codecov-*.json

.github/workflows/fortress-pre-commit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
# --------------------------------------------------------------------
110110
- name: 💾 Restore golangci-lint analysis cache
111111
id: cache-golangci-lint-analysis
112-
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
112+
uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
113113
with:
114114
path: ${{ env.GOLANGCI_LINT_CACHE }}
115115
key: ${{ inputs.primary-runner }}-golangci-lint-analysis-${{ hashFiles('.golangci.json', env.GO_SUM_FILE) }}-${{ env.GO_PRE_COMMIT_GOLANGCI_LINT_VERSION }}
@@ -124,7 +124,7 @@ jobs:
124124
- name: 💾 Restore go-pre-commit binary cache
125125
id: go-pre-commit-cache
126126
if: env.GO_PRE_COMMIT_USE_LOCAL != 'true'
127-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
127+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
128128
with:
129129
path: |
130130
~/.cache/go-pre-commit-bin
@@ -138,7 +138,7 @@ jobs:
138138
# --------------------------------------------------------------------
139139
- name: 💾 Restore go-pre-commit tools cache
140140
id: go-pre-commit-tools-cache
141-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
141+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
142142
with:
143143
path: |
144144
~/.cache/go-pre-commit-tools

.github/workflows/fortress-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
# --------------------------------------------------------------------
175175
- name: 💾 Cache golangci-lint analysis
176176
id: cache-golangci-lint
177-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
177+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
178178
with:
179179
path: ${{ env.GOLANGCI_LINT_CACHE }}
180180
key: ${{ inputs.primary-runner }}-golangci-lint-analysis-${{ hashFiles('.golangci.json', env.GO_SUM_FILE) }}-${{ inputs.golangci-lint-version }}

.github/workflows/fortress-security-scans.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ jobs:
247247
# --------------------------------------------------------------------
248248
- name: 💾 Restore govulncheck binary cache
249249
id: govuln-cache
250-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
250+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
251251
with:
252252
path: |
253253
~/.cache/govulncheck-bin

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ jobs:
604604
# --------------------------------------------------------------------
605605
- name: 📤 Upload fuzz test outputs
606606
if: always()
607-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
607+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
608608
with:
609609
name: test-results-fuzz-${{ inputs.primary-runner }}-${{ inputs.go-primary-version }}
610610
path: |

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ jobs:
722722
# --------------------------------------------------------------------
723723
- name: 📤 Upload test outputs and statistics
724724
if: always()
725-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
725+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
726726
with:
727727
name: test-results-unit-${{ matrix.os }}-${{ matrix.go-version }}
728728
path: |
@@ -776,7 +776,7 @@ jobs:
776776
# --------------------------------------------------------------------
777777
- name: 📤 Upload coverage data
778778
if: inputs.code-coverage-enabled == 'true' && hashFiles('coverage.txt') != '' && matrix.os == inputs.primary-runner && matrix.go-version == inputs.go-primary-version
779-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
779+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
780780
with:
781781
name: coverage-data
782782
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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
802+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
803803
with:
804804
name: validation-summary
805805
path: |

0 commit comments

Comments
 (0)