Skip to content

Commit b33e933

Browse files
chore(deps): bump the ghactions-all group with 4 updates (#129)
Bumps the ghactions-all group with 4 updates: [actions/github-script](https://github.com/actions/github-script), [github/codeql-action](https://github.com/github/codeql-action), [actions/setup-node](https://github.com/actions/setup-node) and [codecov/codecov-action](https://github.com/codecov/codecov-action). 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-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) --- 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-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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4b94461 commit b33e933

9 files changed

Lines changed: 20 additions & 20 deletions

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

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

.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@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.29.5
50+
uses: github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.29.5
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@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.29.5
61+
uses: github/codeql-action/autobuild@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.29.5
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@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.29.5
71+
uses: github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.29.5

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ jobs:
259259
# ————————————————————————————————————————————————————————————————
260260
- name: ⚠️ Alert on major version bump
261261
if: steps.determine-action.outputs.action == 'alert-major' || steps.determine-action.outputs.action == 'alert-security-major'
262-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
262+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
263263
with:
264264
github-token: ${{ secrets.GITHUB_TOKEN }}
265265
script: |
@@ -327,7 +327,7 @@ jobs:
327327
# ————————————————————————————————————————————————————————————————
328328
- name: 🔍 Alert on minor production dependency
329329
if: steps.determine-action.outputs.action == 'alert-minor-prod'
330-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
330+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
331331
with:
332332
github-token: ${{ secrets.GITHUB_TOKEN }}
333333
script: |
@@ -425,7 +425,7 @@ jobs:
425425
if: |
426426
startsWith(steps.determine-action.outputs.action, 'auto-merge-') ||
427427
startsWith(steps.determine-action.outputs.action, 'alert-')
428-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
428+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
429429
with:
430430
github-token: ${{ secrets.GITHUB_TOKEN }}
431431
script: |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ jobs:
338338
# Set up Node.js (no caching since we don't have package.json)
339339
# ————————————————————————————————————————————————————————————————
340340
- name: 🏗️ Set up Node.js
341-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.0.4
341+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v4.0.4
342342
with:
343343
node-version: ${{ env.NODE_VERSION }}
344344

.github/workflows/fortress-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2355,7 +2355,7 @@ jobs:
23552355
# Upload to Codecov
23562356
# ————————————————————————————————————————————————————————————————
23572357
- name: 📈 Upload coverage to Codecov
2358-
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
2358+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
23592359
with:
23602360
#file: ./coverage.txt # This is the old format
23612361
files: ./coverage-artifacts/coverage-data/coverage.txt

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- name: 🏷️ Apply labels based on patterns
120120
id: apply-labels
121121
if: env.APPLY_TYPE_LABELS == 'true'
122-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
122+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
123123
with:
124124
github-token: ${{ secrets.GITHUB_TOKEN }}
125125
script: |
@@ -288,7 +288,7 @@ jobs:
288288
# ————————————————————————————————————————————————————————————————
289289
- name: 👤 Assign default assignee
290290
id: assign
291-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
291+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
292292
with:
293293
github-token: ${{ secrets.GITHUB_TOKEN }}
294294
script: |
@@ -375,7 +375,7 @@ jobs:
375375
- name: 👋 Welcome new contributor
376376
id: welcome
377377
if: env.WELCOME_FIRST_TIME == 'true'
378-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
378+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
379379
with:
380380
github-token: ${{ secrets.GITHUB_TOKEN }}
381381
script: |
@@ -472,7 +472,7 @@ jobs:
472472
- name: 📏 Add size label
473473
id: analyze
474474
if: env.APPLY_SIZE_LABELS == 'true'
475-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
475+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
476476
with:
477477
github-token: ${{ secrets.GITHUB_TOKEN }}
478478
script: |
@@ -674,7 +674,7 @@ jobs:
674674
- name: 🌿 Delete branch
675675
id: delete
676676
if: env.DELETE_BRANCH == 'true'
677-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
677+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
678678
with:
679679
github-token: ${{ secrets.GITHUB_TOKEN }}
680680
script: |

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.29.5
81+
uses: github/codeql-action/upload-sarif@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.29.5
8282
with:
8383
sarif_file: results.sarif

.github/workflows/stale-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
# Process issues for stale marking and closing
151151
# ————————————————————————————————————————————————————————————————
152152
- name: 📋 Process stale issues
153-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
153+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
154154
env:
155155
ENV_JSON: ${{ needs.load-env.outputs.env-json }}
156156
with:
@@ -287,7 +287,7 @@ jobs:
287287
# Process pull requests for stale marking and closing
288288
# ————————————————————————————————————————————————————————————————
289289
- name: 🔀 Process stale pull requests
290-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
290+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
291291
env:
292292
ENV_JSON: ${{ needs.load-env.outputs.env-json }}
293293
with:
@@ -422,7 +422,7 @@ jobs:
422422
# Clean up stale labels from recently updated items
423423
# ————————————————————————————————————————————————————————————————
424424
- name: 🏷️ Remove stale labels from updated items
425-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
425+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
426426
with:
427427
github-token: ${{ secrets.GH_PAT_TOKEN != '' && secrets.GH_PAT_TOKEN || secrets.GITHUB_TOKEN }}
428428
script: |

.github/workflows/sync-labels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
# Sync labels using native GitHub API
209209
# ————————————————————————————————————————————————————————————————
210210
- name: 🏷️ Sync labels from manifest
211-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
211+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
212212
env:
213213
ENV_JSON: ${{ needs.load-env.outputs.env-json }}
214214
with:
@@ -426,7 +426,7 @@ jobs:
426426
# ————————————————————————————————————————————————————————————————
427427
- name: 🔍 Verify sync results
428428
if: github.event.inputs.dry_run != 'true'
429-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
429+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
430430
with:
431431
github-token: ${{ secrets.GH_PAT_TOKEN != '' && secrets.GH_PAT_TOKEN || secrets.GITHUB_TOKEN }}
432432
script: |

0 commit comments

Comments
 (0)