Skip to content

Commit 3941f07

Browse files
chore(deps): bump the ghactions-all group with 4 updates (#19)
Bumps the ghactions-all group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [github/codeql-action](https://github.com/github/codeql-action), [actions/cache](https://github.com/actions/cache) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/checkout` from 4.2.2 to 5.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@11bd719...08c6903) Updates `github/codeql-action` from 3.29.3 to 3.29.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@d6bbdef...76621b6) Updates `actions/cache` from 4.2.3 to 4.2.4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@5a3ec84...0400d5f) Updates `actions/download-artifact` from 4.3.0 to 5.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@d3f86a1...634f93c) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: ghactions-all - dependency-name: github/codeql-action dependency-version: 3.29.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ghactions-all - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ghactions-all - dependency-name: actions/download-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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1191c7d commit 3941f07

18 files changed

+45
-45
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
# Check out code to access env file
6868
# ————————————————————————————————————————————————————————————————
6969
- name: 📥 Checkout code (sparse)
70-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
70+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7171
with:
7272
sparse-checkout: |
7373
.github/.env.shared

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- name: Checkout repository
45-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
45+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4646
with:
4747
# We must fetch at least the immediate parents so that if this is
4848
# a pull request, then we can check out the head.
@@ -55,7 +55,7 @@ jobs:
5555

5656
# Initializes the CodeQL tools for scanning.
5757
- name: Initialize CodeQL
58-
uses: github/codeql-action/init@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
58+
uses: github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
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@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
69+
uses: github/codeql-action/autobuild@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
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@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
83+
uses: github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# Check out code to access env file
6666
# ————————————————————————————————————————————————————————————————
6767
- name: 📥 Checkout code (sparse)
68-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
68+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6969
with:
7070
sparse-checkout: |
7171
.github/.env.shared

.github/workflows/fortress-benchmarks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
# Checkout code and set up Go environment
7171
# ————————————————————————————————————————————————————————————————
7272
- name: 📥 Checkout code
73-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
73+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7474

7575
- name: 🔧 Set Go cache paths (cross-platform)
7676
run: |
@@ -83,7 +83,7 @@ jobs:
8383
# ————————————————————————————————————————————————————————————————
8484
- name: 💾 Restore Go module cache
8585
id: restore-gomod
86-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
86+
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
8787
with:
8888
path: ~/go/pkg/mod
8989
key: ${{ matrix.os }}-gomod-${{ hashFiles('**/go.sum') }}
@@ -95,7 +95,7 @@ jobs:
9595
# ————————————————————————————————————————————————————————————————
9696
- name: 💾 Restore Go build cache
9797
id: restore-gobuild
98-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
98+
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
9999
with:
100100
path: |
101101
~/.cache/go-build

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
# Checkout code and set up Go environment
7878
# ————————————————————————————————————————————————————————————————
7979
- name: 📥 Checkout code
80-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
80+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8181

8282
- name: 🔧 Set Go cache paths (cross-platform)
8383
run: |
@@ -91,7 +91,7 @@ jobs:
9191
# ————————————————————————————————————————————————————————————————
9292
- name: 💾 Restore Go module cache
9393
id: restore-gomod
94-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
94+
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
9595
with:
9696
path: ~/go/pkg/mod
9797
key: ${{ inputs.primary-runner }}-gomod-${{ hashFiles('**/go.sum') }}
@@ -103,7 +103,7 @@ jobs:
103103
# ————————————————————————————————————————————————————————————————
104104
- name: 💾 Restore Go build cache
105105
id: restore-gobuild
106-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
106+
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
107107
with:
108108
path: |
109109
~/.cache/go-build
@@ -173,7 +173,7 @@ jobs:
173173
# Checkout code and set up Go environment
174174
# ————————————————————————————————————————————————————————————————
175175
- name: 📥 Checkout code
176-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
176+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
177177

178178
- name: 🔧 Set Go cache paths (cross-platform)
179179
run: |
@@ -201,7 +201,7 @@ jobs:
201201
# ————————————————————————————————————————————————————————————————
202202
- name: 💾 Restore Go module cache
203203
id: restore-gomod
204-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
204+
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
205205
with:
206206
path: ~/go/pkg/mod
207207
key: ${{ inputs.primary-runner }}-gomod-${{ hashFiles('**/go.sum') }}
@@ -213,7 +213,7 @@ jobs:
213213
# ————————————————————————————————————————————————————————————————
214214
- name: 💾 Restore Go build cache
215215
id: restore-gobuild
216-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
216+
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
217217
with:
218218
path: |
219219
~/.cache/go-build
@@ -237,7 +237,7 @@ jobs:
237237
# ————————————————————————————————————————————————————————————————
238238
- name: 💾 Cache golangci-lint analysis
239239
id: cache-golangci-lint
240-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
240+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
241241
with:
242242
path: ${{ env.GOLANGCI_LINT_CACHE }}
243243
key: ${{ inputs.primary-runner }}-golangci-lint-analysis-${{ hashFiles('.golangci.json', '**/go.sum') }}-${{ steps.golangci-lint-version.outputs.version }}
@@ -314,7 +314,7 @@ jobs:
314314
# Checkout code with full history for proper ignore file handling
315315
# ————————————————————————————————————————————————————————————————
316316
- name: 📥 Checkout repository
317-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
317+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
318318
with:
319319
fetch-depth: 0 # Full history for prettier ignores files
320320

.github/workflows/fortress-performance-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
# ————————————————————————————————————————————————————————————————
9898
- name: 📥 Download performance artifacts
9999
if: always()
100-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
100+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
101101
with:
102102
pattern: "*-stats-*"
103103
merge-multiple: true

.github/workflows/fortress-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# Checkout code and set up Go environment
6161
# ————————————————————————————————————————————————————————————————
6262
- name: 📥 Checkout code
63-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
63+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6464
with:
6565
fetch-depth: 0 # Required for changelog generation
6666
token: ${{ secrets.github-token }}
@@ -117,7 +117,7 @@ jobs:
117117
# ————————————————————————————————————————————————————————————————
118118
- name: 💾 Restore Go module cache
119119
id: restore-gomod
120-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
120+
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
121121
with:
122122
path: ~/go/pkg/mod
123123
key: ${{ inputs.primary-runner }}-gomod-${{ hashFiles('**/go.sum') }}
@@ -128,7 +128,7 @@ jobs:
128128
# Restore build cache from a warm-cache job
129129
# ————————————————————————————————————————————————————————————————
130130
- name: 💾 Restore Go build cache
131-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
131+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
132132
with:
133133
path: |
134134
~/.cache/go-build
@@ -142,7 +142,7 @@ jobs:
142142
# ————————————————————————————————————————————————————————————————
143143
- name: 💾 Cache golangci-lint analysis
144144
id: cache-golangci-lint
145-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
145+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
146146
with:
147147
path: ${{ env.GOLANGCI_LINT_CACHE }}
148148
key: ${{ inputs.primary-runner }}-golangci-lint-analysis-${{ hashFiles('.golangci.json', '**/go.sum') }}-${{ inputs.golangci-lint-version }}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
# Checkout code and set up Go environment
7777
# ————————————————————————————————————————————————————————————————
7878
- name: 📥 Checkout code
79-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
79+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8080

8181
- name: 🔧 Set Go cache paths (cross-platform)
8282
run: |
@@ -158,7 +158,7 @@ jobs:
158158
# Checkout code and set up Go environment
159159
# ————————————————————————————————————————————————————————————————
160160
- name: 📥 Checkout code
161-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
161+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
162162

163163
- name: 🔧 Set Go cache paths (cross-platform)
164164
run: |
@@ -180,7 +180,7 @@ jobs:
180180
# ————————————————————————————————————————————————————————————————
181181
- name: 💾 Restore govulncheck binary cache
182182
id: govuln-cache
183-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
183+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
184184
with:
185185
path: |
186186
~/.cache/govulncheck-bin
@@ -296,7 +296,7 @@ jobs:
296296
# Checkout code and set up Go environment
297297
# ————————————————————————————————————————————————————————————————
298298
- name: 📥 Checkout code
299-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
299+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
300300
with:
301301
fetch-depth: 0 # Fetch all history so Gitleaks can scan commits
302302

.github/workflows/fortress-setup-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
# Checkout code (sparse checkout)
167167
# ————————————————————————————————————————————————————————————————
168168
- name: 📥 Checkout (sparse)
169-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
169+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
170170
with:
171171
sparse-checkout: |
172172
Makefile

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# Checkout code (sparse checkout)
5050
# ————————————————————————————————————————————————————————————————
5151
- name: 📥 Checkout (sparse)
52-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
52+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5353
with:
5454
fetch-depth: 0 # Required for sparse checkout
5555
sparse-checkout: |

0 commit comments

Comments
 (0)