Skip to content

Commit e5d929a

Browse files
chore(deps): bump the ghactions-all group with 2 updates (#29)
Bumps the ghactions-all group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [actions/cache](https://github.com/actions/cache). Updates `github/codeql-action` from 3.30.3 to 3.30.5 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@192325c...3599b3b) Updates `actions/cache` from 4.2.4 to 4.3.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0400d5f...0057852) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.30.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ghactions-all - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor 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 94618ee commit e5d929a

9 files changed

+19
-19
lines changed

.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@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
58+
uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
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@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
69+
uses: github/codeql-action/autobuild@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
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@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
83+
uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5

.github/workflows/fortress-benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
# ————————————————————————————————————————————————————————————————
8484
- name: 💾 Restore Go module cache
8585
id: restore-gomod
86-
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
86+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
98+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
9999
with:
100100
path: |
101101
~/.cache/go-build

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
# ————————————————————————————————————————————————————————————————
9292
- name: 💾 Restore Go module cache
9393
id: restore-gomod
94-
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
94+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
106+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
107107
with:
108108
path: |
109109
~/.cache/go-build
@@ -201,7 +201,7 @@ jobs:
201201
# ————————————————————————————————————————————————————————————————
202202
- name: 💾 Restore Go module cache
203203
id: restore-gomod
204-
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
204+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
216+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
240+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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 }}

.github/workflows/fortress-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
# ————————————————————————————————————————————————————————————————
118118
- name: 💾 Restore Go module cache
119119
id: restore-gomod
120-
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
120+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
131+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
145+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
# ————————————————————————————————————————————————————————————————
190190
- name: 💾 Restore govulncheck binary cache
191191
id: govuln-cache
192-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
192+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
193193
with:
194194
path: |
195195
~/.cache/govulncheck-bin

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
# ————————————————————————————————————————————————————————————————
100100
- name: 💾 Restore Go module cache
101101
id: restore-gomod
102-
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
102+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
103103
with:
104104
path: ~/go/pkg/mod
105105
key: ${{ matrix.os }}-gomod-${{ hashFiles('**/go.sum') }}
@@ -111,7 +111,7 @@ jobs:
111111
# ————————————————————————————————————————————————————————————————
112112
- name: 💾 Restore Go build cache
113113
id: restore-gobuild
114-
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
114+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
115115
with:
116116
path: |
117117
~/.cache/go-build

.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@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
82+
uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
8383
with:
8484
sarif_file: results.sarif

.github/workflows/update-pre-commit-hooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
# Cache pip dependencies to speed up later runs
209209
# ————————————————————————————————————————————————————————————————
210210
- name: 💾 Cache pip dependencies
211-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
211+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
212212
with:
213213
path: ~/.cache/pip
214214
key: ${{ runner.os }}-pip-${{ hashFiles('.github/pip/*.txt') }}

.github/workflows/update-python-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
# Cache pip downloads to speed up later runs
191191
# ————————————————————————————————————————————————————————————————
192192
- name: 💾 Cache pip dependencies
193-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
193+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
194194
with:
195195
path: ~/.cache/pip
196196
key: ${{ runner.os }}-pip-${{ hashFiles('.github/pip/*.txt') }}

0 commit comments

Comments
 (0)