Skip to content

Commit 0e56af8

Browse files
chore(deps): bump the ghactions-all group with 6 updates (#25)
Bumps the ghactions-all group with 6 updates: | Package | From | To | | --- | --- | --- | | [actions/github-script](https://github.com/actions/github-script) | `7.0.1` | `8.0.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.30.0` | `3.30.1` | | [actions/setup-go](https://github.com/actions/setup-go) | `5.5.0` | `6.0.0` | | [actions/setup-node](https://github.com/actions/setup-node) | `4.4.0` | `5.0.0` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.5.0` | `5.5.1` | | [actions/setup-python](https://github.com/actions/setup-python) | `5.6.0` | `6.0.0` | Updates `actions/github-script` from 7.0.1 to 8.0.0 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@60a0d83...ed59741) Updates `github/codeql-action` from 3.30.0 to 3.30.1 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@2d92b76...f1f6e5f) Updates `actions/setup-go` from 5.5.0 to 6.0.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@d35c59a...4469467) Updates `actions/setup-node` from 4.4.0 to 5.0.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@49933ea...a0853c2) Updates `codecov/codecov-action` from 5.5.0 to 5.5.1 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@fdcc847...5a10915) Updates `actions/setup-python` from 5.6.0 to 6.0.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a26af69...e797f83) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: ghactions-all - dependency-name: github/codeql-action dependency-version: 3.30.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ghactions-all - dependency-name: actions/setup-go dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: ghactions-all - dependency-name: actions/setup-node dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: ghactions-all - dependency-name: codecov/codecov-action dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ghactions-all - dependency-name: actions/setup-python dependency-version: 6.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 3909267 commit 0e56af8

14 files changed

+29
-29
lines changed

.github/workflows/auto-merge-on-approval.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
# ————————————————————————————————————————————————————————————————
170170
- name: 🔍 Check conditions and enable auto-merge
171171
id: process
172-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
172+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
173173
with:
174174
github-token: ${{ secrets.GH_PAT_TOKEN || secrets.GITHUB_TOKEN }}
175175
script: |

.github/workflows/codeql-analysis.yml

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

5656
# Initializes the CodeQL tools for scanning.
5757
- name: Initialize CodeQL
58-
uses: github/codeql-action/init@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
58+
uses: github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
5959
with:
6060
languages: ${{ matrix.language }}
6161
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -66,7 +66,7 @@ jobs:
6666
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6767
# If this step fails, then you should remove it and run the build manually (see below)
6868
- name: Autobuild
69-
uses: github/codeql-action/autobuild@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
69+
uses: github/codeql-action/autobuild@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
7070

7171
# ℹ️ Command-line programs to run using the OS shell.
7272
# 📚 https://git.io/JvXDl
@@ -80,4 +80,4 @@ jobs:
8080
# make release
8181

8282
- name: Perform CodeQL Analysis
83-
uses: github/codeql-action/analyze@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
83+
uses: github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1

.github/workflows/dependabot-auto-merge.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ jobs:
261261
# ————————————————————————————————————————————————————————————————
262262
- name: ⚠️ Alert on major version bump
263263
if: steps.determine-action.outputs.action == 'alert-major' || steps.determine-action.outputs.action == 'alert-security-major'
264-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
264+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
265265
with:
266266
github-token: ${{ secrets.GITHUB_TOKEN }}
267267
script: |
@@ -329,7 +329,7 @@ jobs:
329329
# ————————————————————————————————————————————————————————————————
330330
- name: 🔍 Alert on minor production dependency
331331
if: steps.determine-action.outputs.action == 'alert-minor-prod'
332-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
332+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
333333
with:
334334
github-token: ${{ secrets.GITHUB_TOKEN }}
335335
script: |
@@ -427,7 +427,7 @@ jobs:
427427
if: |
428428
startsWith(steps.determine-action.outputs.action, 'auto-merge-') ||
429429
startsWith(steps.determine-action.outputs.action, 'alert-')
430-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
430+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
431431
with:
432432
github-token: ${{ secrets.GITHUB_TOKEN }}
433433
script: |

.github/workflows/fortress-benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
160160
- name: 🏗️ Set up Go
161161
id: setup-go-bench
162-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
162+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
163163
with:
164164
go-version: ${{ matrix.go-version }}
165165
cache: false # we handle caches ourselves

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
# ————————————————————————————————————————————————————————————————
118118
- name: 🏗️ Set up Go
119119
id: setup-go-vet
120-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
120+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
121121
with:
122122
go-version: ${{ inputs.go-primary-version }}
123123
cache: false # we handle caches ourselves
@@ -227,7 +227,7 @@ jobs:
227227
# ————————————————————————————————————————————————————————————————
228228
- name: 🏗️ Set up Go
229229
id: setup-go-lint
230-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
230+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
231231
with:
232232
go-version: ${{ inputs.go-primary-version }}
233233
cache: false
@@ -341,7 +341,7 @@ jobs:
341341
# Set up Node.js (no caching since we don't have package.json)
342342
# ————————————————————————————————————————————————————————————————
343343
- name: 🏗️ Set up Node.js
344-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.0.4
344+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v4.0.4
345345
with:
346346
node-version: ${{ env.NODE_VERSION }}
347347

.github/workflows/fortress-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
# ————————————————————————————————————————————————————————————————
156156
- name: 🏗️ Set up Go
157157
id: setup-go-test
158-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
158+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
159159
with:
160160
go-version: ${{ inputs.go-primary-version }}
161161
cache: false # we handle caches ourselves

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
# ————————————————————————————————————————————————————————————————
9191
- name: 🏗️ Set up Go
9292
id: setup-ask-nancy
93-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
93+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
9494
with:
9595
go-version: ${{ inputs.go-primary-version }}
9696
cache: false # we handle caches ourselves
@@ -169,7 +169,7 @@ jobs:
169169
170170
- name: 🏗️ Set up Go
171171
id: setup-govulncheck
172-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
172+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
173173
with:
174174
go-version: ${{ inputs.go-primary-version }}
175175
cache: false # we handle caches ourselves

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
177177
- name: 🏗️ Set up Go
178178
id: setup-go-test
179-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
179+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
180180
with:
181181
go-version: ${{ matrix.go-version }}
182182
cache: false # we handle caches ourselves
@@ -301,7 +301,7 @@ jobs:
301301
# ————————————————————————————————————————————————————————————————
302302
- name: 📈 Upload coverage
303303
if: inputs.code-coverage-enabled == 'true'
304-
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
304+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
305305
with:
306306
fail_ci_if_error: true
307307
flags: unittests

.github/workflows/pull-request-management.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
- name: 🏷️ Apply labels based on patterns
121121
id: apply-labels
122122
if: env.APPLY_TYPE_LABELS == 'true'
123-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
123+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
124124
with:
125125
github-token: ${{ secrets.GITHUB_TOKEN }}
126126
script: |
@@ -289,7 +289,7 @@ jobs:
289289
# ————————————————————————————————————————————————————————————————
290290
- name: 👤 Assign default assignee
291291
id: assign
292-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
292+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
293293
with:
294294
github-token: ${{ secrets.GITHUB_TOKEN }}
295295
script: |
@@ -376,7 +376,7 @@ jobs:
376376
- name: 👋 Welcome new contributor
377377
id: welcome
378378
if: env.WELCOME_FIRST_TIME == 'true'
379-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
379+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
380380
with:
381381
github-token: ${{ secrets.GITHUB_TOKEN }}
382382
script: |
@@ -473,7 +473,7 @@ jobs:
473473
- name: 📏 Add size label
474474
id: analyze
475475
if: env.APPLY_SIZE_LABELS == 'true'
476-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
476+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
477477
with:
478478
github-token: ${{ secrets.GITHUB_TOKEN }}
479479
script: |
@@ -675,7 +675,7 @@ jobs:
675675
- name: 🌿 Delete branch
676676
id: delete
677677
if: env.DELETE_BRANCH == 'true'
678-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
678+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
679679
with:
680680
github-token: ${{ secrets.GITHUB_TOKEN }}
681681
script: |

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ jobs:
7979
# Upload the results to GitHub's code scanning dashboard (optional).
8080
# Commenting out will disable the upload of results to your repo's Code Scanning dashboard
8181
- name: "Upload to code-scanning"
82-
uses: github/codeql-action/upload-sarif@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
82+
uses: github/codeql-action/upload-sarif@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
8383
with:
8484
sarif_file: results.sarif

0 commit comments

Comments
 (0)