Skip to content

Commit 0b37927

Browse files
chore(deps): bump actions/cache in the ghactions-all group (#233)
Bumps the ghactions-all group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 5.0.1 to 5.0.2 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@9255dc7...8b402f5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.2 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 757fa1e commit 0b37927

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ jobs:
293293
# --------------------------------------------------------------------
294294
- name: 💾 Restore golangci-lint binary cache
295295
id: cache-golangci-lint-binary
296-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
296+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
297297
with:
298298
path: ~/.cache/golangci-lint-bin
299299
key: ${{ inputs.primary-runner }}-golangci-lint-binary-${{ env.MAGE_X_GOLANGCI_LINT_VERSION }}
@@ -322,7 +322,7 @@ jobs:
322322
# --------------------------------------------------------------------
323323
- name: 💾 Cache golangci-lint build cache
324324
id: cache-golangci-lint-build
325-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
325+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
326326
with:
327327
path: ~/.cache/go-build
328328
key: ${{ inputs.primary-runner }}-go-build-golangci-${{ env.MAGE_X_GOLANGCI_LINT_VERSION }}-${{ hashFiles('**/*.go') }}
@@ -334,7 +334,7 @@ jobs:
334334
# --------------------------------------------------------------------
335335
- name: 💾 Cache golangci-lint analysis
336336
id: cache-golangci-lint
337-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
337+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
338338
with:
339339
path: ${{ env.GOLANGCI_LINT_CACHE }}
340340
key: ${{ inputs.primary-runner }}-golangci-lint-analysis-${{ hashFiles('.golangci.json', env.GO_SUM_FILE) }}-${{ steps.golangci-lint-version.outputs.version }}

.github/workflows/fortress-coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
- name: 💾 Restore go-coverage binary cache (production)
190190
id: go-coverage-cache
191191
if: env.GO_COVERAGE_USE_LOCAL != 'true'
192-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
192+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
193193
with:
194194
path: |
195195
~/.cache/go-coverage-bin
@@ -200,7 +200,7 @@ jobs:
200200
- name: 💾 Restore go-coverage binary cache (local)
201201
id: go-coverage-local-cache
202202
if: env.GO_COVERAGE_USE_LOCAL == 'true'
203-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
203+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
204204
with:
205205
path: |
206206
~/.cache/go-coverage-local

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
# --------------------------------------------------------------------
112112
- name: 💾 Restore golangci-lint analysis cache
113113
id: cache-golangci-lint-analysis
114-
uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
114+
uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
115115
with:
116116
path: ${{ env.GOLANGCI_LINT_CACHE }}
117117
key: ${{ inputs.primary-runner }}-golangci-lint-analysis-${{ hashFiles('.golangci.json', env.GO_SUM_FILE) }}-${{ env.GO_PRE_COMMIT_GOLANGCI_LINT_VERSION }}
@@ -126,7 +126,7 @@ jobs:
126126
- name: 💾 Restore go-pre-commit binary cache
127127
id: go-pre-commit-cache
128128
if: env.GO_PRE_COMMIT_USE_LOCAL != 'true'
129-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
129+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
130130
with:
131131
path: |
132132
~/.cache/go-pre-commit-bin
@@ -140,7 +140,7 @@ jobs:
140140
# --------------------------------------------------------------------
141141
- name: 💾 Restore go-pre-commit tools cache
142142
id: go-pre-commit-tools-cache
143-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
143+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
144144
with:
145145
path: |
146146
~/.cache/go-pre-commit-tools

.github/workflows/fortress-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
# --------------------------------------------------------------------
174174
- name: 💾 Cache golangci-lint analysis
175175
id: cache-golangci-lint
176-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
176+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
177177
with:
178178
path: ${{ env.GOLANGCI_LINT_CACHE }}
179179
key: ${{ inputs.primary-runner }}-golangci-lint-analysis-${{ hashFiles('.golangci.json', env.GO_SUM_FILE) }}-${{ inputs.golangci-lint-version }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ jobs:
261261
# --------------------------------------------------------------------
262262
- name: 💾 Restore govulncheck binary cache
263263
id: govuln-cache
264-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
264+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
265265
with:
266266
path: |
267267
~/.cache/govulncheck-bin

0 commit comments

Comments
 (0)