Skip to content

Commit 6536bd6

Browse files
chore(deps): bump actions/cache in the ghactions-all group (#67)
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 9be0311 commit 6536bd6

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
@@ -282,7 +282,7 @@ jobs:
282282
# --------------------------------------------------------------------
283283
- name: 💾 Restore golangci-lint binary cache
284284
id: cache-golangci-lint-binary
285-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
285+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
286286
with:
287287
path: ~/.cache/golangci-lint-bin
288288
key: ${{ inputs.primary-runner }}-golangci-lint-binary-${{ env.MAGE_X_GOLANGCI_LINT_VERSION }}
@@ -311,7 +311,7 @@ jobs:
311311
# --------------------------------------------------------------------
312312
- name: 💾 Cache golangci-lint build cache
313313
id: cache-golangci-lint-build
314-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
314+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
315315
with:
316316
path: ~/.cache/go-build
317317
key: ${{ inputs.primary-runner }}-go-build-golangci-${{ env.MAGE_X_GOLANGCI_LINT_VERSION }}-${{ hashFiles('**/*.go') }}
@@ -323,7 +323,7 @@ jobs:
323323
# --------------------------------------------------------------------
324324
- name: 💾 Cache golangci-lint analysis
325325
id: cache-golangci-lint
326-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
326+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
327327
with:
328328
path: ${{ env.GOLANGCI_LINT_CACHE }}
329329
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
@@ -110,7 +110,7 @@ jobs:
110110
# --------------------------------------------------------------------
111111
- name: 💾 Restore golangci-lint analysis cache
112112
id: cache-golangci-lint-analysis
113-
uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
113+
uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
114114
with:
115115
path: ${{ env.GOLANGCI_LINT_CACHE }}
116116
key: ${{ inputs.primary-runner }}-golangci-lint-analysis-${{ hashFiles('.golangci.json', env.GO_SUM_FILE) }}-${{ env.GO_PRE_COMMIT_GOLANGCI_LINT_VERSION }}
@@ -125,7 +125,7 @@ jobs:
125125
- name: 💾 Restore go-pre-commit binary cache
126126
id: go-pre-commit-cache
127127
if: env.GO_PRE_COMMIT_USE_LOCAL != 'true'
128-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
128+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
129129
with:
130130
path: |
131131
~/.cache/go-pre-commit-bin
@@ -139,7 +139,7 @@ jobs:
139139
# --------------------------------------------------------------------
140140
- name: 💾 Restore go-pre-commit tools cache
141141
id: go-pre-commit-tools-cache
142-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
142+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
143143
with:
144144
path: |
145145
~/.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
@@ -250,7 +250,7 @@ jobs:
250250
# --------------------------------------------------------------------
251251
- name: 💾 Restore govulncheck binary cache
252252
id: govuln-cache
253-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
253+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
254254
with:
255255
path: |
256256
~/.cache/govulncheck-bin

0 commit comments

Comments
 (0)