Skip to content

Commit 5463751

Browse files
chore(deps): bump the ghactions-all group with 4 updates (#16)
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.7 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@51f7732...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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 26de1c9 commit 5463751

18 files changed

Lines changed: 46 additions & 46 deletions

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

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

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ jobs:
4343

4444
steps:
4545
- name: Checkout repository
46-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
46+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4747

4848
# Initializes the CodeQL tools for scanning.
4949
- name: Initialize CodeQL
50-
uses: github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
50+
uses: github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # 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@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
61+
uses: github/codeql-action/autobuild@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
6262

6363
# ℹ️ Command-line programs to run using the OS shell.
6464
# 📚 https://git.io/JvXDl
@@ -72,4 +72,4 @@ jobs:
7272
# make release
7373

7474
- name: Perform CodeQL Analysis
75-
uses: github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
75+
uses: github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5

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

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

.github/workflows/fortress-benchmarks.yml

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

7676
- name: 🔧 Set Go cache paths (cross-platform)
7777
run: |
@@ -84,7 +84,7 @@ jobs:
8484
# ————————————————————————————————————————————————————————————————
8585
- name: 💾 Restore Go module cache
8686
id: restore-gomod
87-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
87+
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
8888
with:
8989
path: ~/go/pkg/mod
9090
key: ${{ matrix.os }}-gomod-${{ hashFiles('**/go.sum', '.github/coverage/go.sum', '.github/pre-commit/go.sum') }}
@@ -96,7 +96,7 @@ jobs:
9696
# ————————————————————————————————————————————————————————————————
9797
- name: 💾 Restore Go build cache
9898
id: restore-gobuild
99-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
99+
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
100100
with:
101101
path: |
102102
~/.cache/go-build

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

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

8383
- name: 🔧 Set Go cache paths (cross-platform)
8484
run: |
@@ -92,7 +92,7 @@ jobs:
9292
# ————————————————————————————————————————————————————————————————
9393
- name: 💾 Restore Go module cache
9494
id: restore-gomod
95-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
95+
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
9696
with:
9797
path: ~/go/pkg/mod
9898
key: ${{ inputs.primary-runner }}-gomod-${{ hashFiles('**/go.sum', '.github/coverage/go.sum', '.github/pre-commit/go.sum') }}
@@ -104,7 +104,7 @@ jobs:
104104
# ————————————————————————————————————————————————————————————————
105105
- name: 💾 Restore Go build cache
106106
id: restore-gobuild
107-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
107+
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
108108
with:
109109
path: |
110110
~/.cache/go-build
@@ -174,7 +174,7 @@ jobs:
174174
# Checkout code and set up Go environment
175175
# ————————————————————————————————————————————————————————————————
176176
- name: 📥 Checkout code
177-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
177+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
178178

179179
- name: 🔧 Set Go cache paths (cross-platform)
180180
run: |
@@ -202,7 +202,7 @@ jobs:
202202
# ————————————————————————————————————————————————————————————————
203203
- name: 💾 Restore Go module cache
204204
id: restore-gomod
205-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
205+
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
206206
with:
207207
path: ~/go/pkg/mod
208208
key: ${{ inputs.primary-runner }}-gomod-${{ hashFiles('**/go.sum', '.github/coverage/go.sum', '.github/pre-commit/go.sum') }}
@@ -214,7 +214,7 @@ jobs:
214214
# ————————————————————————————————————————————————————————————————
215215
- name: 💾 Restore Go build cache
216216
id: restore-gobuild
217-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
217+
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
218218
with:
219219
path: |
220220
~/.cache/go-build
@@ -238,7 +238,7 @@ jobs:
238238
# ————————————————————————————————————————————————————————————————
239239
- name: 💾 Cache golangci-lint analysis
240240
id: cache-golangci-lint
241-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
241+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
242242
with:
243243
path: ${{ env.GOLANGCI_LINT_CACHE }}
244244
key: ${{ inputs.primary-runner }}-golangci-lint-analysis-${{ hashFiles('.golangci.json', '**/go.sum', '.github/coverage/go.sum', '.github/pre-commit/go.sum') }}-${{ steps.golangci-lint-version.outputs.version }}
@@ -315,7 +315,7 @@ jobs:
315315
# Checkout code with full history for proper ignore file handling
316316
# ————————————————————————————————————————————————————————————————
317317
- name: 📥 Checkout repository
318-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
318+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
319319
with:
320320
fetch-depth: 0 # Full history for prettier ignores files
321321

.github/workflows/fortress-coverage.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
echo "✅ Branch helper functions created"
111111
112112
- name: 📥 Checkout code
113-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
113+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
114114
with:
115115
fetch-depth: 0 # Fetch all history including tags for version display
116116

@@ -126,7 +126,7 @@ jobs:
126126
127127
- name: 💾 Restore Go module cache
128128
id: restore-gomod
129-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
129+
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
130130
with:
131131
path: ~/go/pkg/mod
132132
key: ${{ inputs.primary-runner }}-gomod-${{ hashFiles('**/go.sum', '.github/coverage/go.sum', '.github/pre-commit/go.sum') }}
@@ -135,7 +135,7 @@ jobs:
135135
136136
- name: 💾 Restore Go build cache
137137
id: restore-gobuild
138-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
138+
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
139139
with:
140140
path: |
141141
~/.cache/go-build
@@ -400,7 +400,7 @@ jobs:
400400
# Download coverage artifact and process
401401
# ————————————————————————————————————————————————————————————————
402402
- name: 📥 Download coverage artifact
403-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
403+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
404404
with:
405405
name: coverage-data
406406
path: ./coverage-artifacts/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
# ————————————————————————————————————————————————————————————————
103103
- name: 📥 Download performance artifacts
104104
if: always()
105-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
105+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
106106
with:
107107
pattern: "*-stats-*"
108108
path: ./performance-artifacts/

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
# Checkout code
7474
# ————————————————————————————————————————————————————————————————
7575
- name: 📥 Checkout code
76-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
76+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7777

7878
# ————————————————————————————————————————————————————————————————
7979
# Set up Go cache paths and restore caches
@@ -87,7 +87,7 @@ jobs:
8787
8888
- name: 💾 Restore Go module cache
8989
id: restore-gomod
90-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
90+
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
9191
with:
9292
path: ~/go/pkg/mod
9393
key: ${{ inputs.primary-runner }}-gomod-${{ hashFiles('**/go.sum') }}
@@ -96,7 +96,7 @@ jobs:
9696
9797
- name: 💾 Restore Go build cache
9898
id: restore-gobuild
99-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
99+
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
100100
with:
101101
path: |
102102
~/.cache/go-build

.github/workflows/fortress-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# Checkout code and set up Go environment
5959
# ————————————————————————————————————————————————————————————————
6060
- name: 📥 Checkout code
61-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
61+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6262
with:
6363
fetch-depth: 0 # Required for changelog generation
6464
token: ${{ secrets.github-token }}
@@ -115,7 +115,7 @@ jobs:
115115
# ————————————————————————————————————————————————————————————————
116116
- name: 💾 Restore Go module cache
117117
id: restore-gomod
118-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
118+
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
119119
with:
120120
path: ~/go/pkg/mod
121121
key: ${{ inputs.primary-runner }}-gomod-${{ hashFiles('**/go.sum', '.github/coverage/go.sum', '.github/pre-commit/go.sum') }}
@@ -126,7 +126,7 @@ jobs:
126126
# Restore build cache from a warm-cache job
127127
# ————————————————————————————————————————————————————————————————
128128
- name: 💾 Restore Go build cache
129-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
129+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
130130
with:
131131
path: |
132132
~/.cache/go-build
@@ -140,7 +140,7 @@ jobs:
140140
# ————————————————————————————————————————————————————————————————
141141
- name: 💾 Cache golangci-lint analysis
142142
id: cache-golangci-lint
143-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
143+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
144144
with:
145145
path: ${{ env.GOLANGCI_LINT_CACHE }}
146146
key: ${{ inputs.primary-runner }}-golangci-lint-analysis-${{ hashFiles('.golangci.json', '**/go.sum', '.github/coverage/go.sum', '.github/pre-commit/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
@@ -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: |
@@ -159,7 +159,7 @@ jobs:
159159
# Checkout code and set up Go environment
160160
# ————————————————————————————————————————————————————————————————
161161
- name: 📥 Checkout code
162-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
162+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
163163

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

0 commit comments

Comments
 (0)