Skip to content

Commit 823128b

Browse files
chore(deps): bump the actions group with 2 updates (#8113)
Bumps the actions group with 2 updates: [actions/cache](https://github.com/actions/cache) and [github/codeql-action](https://github.com/github/codeql-action). 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 `github/codeql-action` from 3.29.5 to 3.29.6 - [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...a4e1a01) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: github/codeql-action dependency-version: 3.29.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paul Abel <[email protected]>
1 parent 7c1ac96 commit 823128b

File tree

8 files changed

+20
-20
lines changed

8 files changed

+20
-20
lines changed

.github/workflows/build-oss.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
echo "full-build: ${{ inputs.full-build }}"
148148
149149
- name: Fetch Cached Artifacts
150-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
150+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
151151
with:
152152
path: ${{ github.workspace }}/dist
153153
key: nginx-ingress-${{ inputs.go-md5 }}

.github/workflows/build-plus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
echo "full-build: ${{ inputs.full-build }}"
158158
159159
- name: Fetch Cached Artifacts
160-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
160+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
161161
with:
162162
path: ${{ github.workspace }}/dist
163163
key: nginx-ingress-${{ inputs.go-md5 }}

.github/workflows/build-single-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: Fetch Cached Binary Artifacts
9696
id: binary-cache
97-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
97+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
9898
with:
9999
path: ${{ github.workspace }}/dist
100100
key: nginx-ingress-${{ steps.vars.outputs.go_code_md5 }}
@@ -119,7 +119,7 @@ jobs:
119119
if: ${{ steps.binary-cache.outputs.binary_cache_hit != 'true' }}
120120

121121
- name: Store Artifacts in Cache
122-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
122+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
123123
with:
124124
path: ${{ github.workspace }}/dist
125125
key: nginx-ingress-${{ steps.vars.outputs.go_code_md5 }}

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
125125
- name: Fetch Cached Binary Artifacts
126126
id: binary-cache
127-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
127+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
128128
with:
129129
path: ${{ github.workspace }}/dist
130130
key: nginx-ingress-${{ steps.vars.outputs.go_code_md5 }}
@@ -322,7 +322,7 @@ jobs:
322322
if: ${{ (inputs.force && inputs.force || false) || needs.checks.outputs.binary_cache_hit != 'true' }}
323323

324324
- name: Store Artifacts in Cache
325-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
325+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
326326
with:
327327
path: ${{ github.workspace }}/dist
328328
key: nginx-ingress-${{ needs.checks.outputs.go_code_md5 }}
@@ -534,7 +534,7 @@ jobs:
534534
if: ${{ ( needs.checks.outputs.forked_workflow == 'false' || needs.checks.outputs.docs_only == 'false' ) && steps.stable_exists.outputs.exists != 'true' }}
535535

536536
- name: Fetch Cached Artifacts
537-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
537+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
538538
with:
539539
path: ${{ github.workspace }}/dist
540540
key: nginx-ingress-${{ needs.checks.outputs.go_code_md5 }}

.github/workflows/image-promotion.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
7575
- name: Fetch Cached Binary Artifacts
7676
id: binary-cache
77-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
77+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
7878
with:
7979
path: ${{ github.workspace }}/dist
8080
key: nginx-ingress-${{ steps.vars.outputs.go_code_md5 }}
@@ -158,7 +158,7 @@ jobs:
158158
fi
159159
160160
- name: Upload SARIF file
161-
uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
161+
uses: github/codeql-action/upload-sarif@a4e1a019f5e24960714ff6296aee04b736cbc3cf # v3.29.6
162162
if: steps.check-sarif.outputs.sarif_has_results == 'true'
163163
with:
164164
sarif_file: govulncheck.sarif
@@ -210,7 +210,7 @@ jobs:
210210
if: ${{ needs.checks.outputs.binary_cache_hit != 'true' }}
211211

212212
- name: Store Artifacts in Cache
213-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
213+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
214214
with:
215215
path: ${{ github.workspace }}/dist
216216
key: nginx-ingress-${{ needs.checks.outputs.go_code_md5 }}
@@ -494,7 +494,7 @@ jobs:
494494
overwrite: true
495495

496496
- name: Upload Scan results to GitHub Security tab
497-
uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
497+
uses: github/codeql-action/upload-sarif@a4e1a019f5e24960714ff6296aee04b736cbc3cf # v3.29.6
498498
with:
499499
sarif_file: "${{ steps.directory.outputs.directory }}/"
500500

@@ -583,7 +583,7 @@ jobs:
583583
overwrite: true
584584

585585
- name: Upload Scan results to GitHub Security tab
586-
uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
586+
uses: github/codeql-action/upload-sarif@a4e1a019f5e24960714ff6296aee04b736cbc3cf # v3.29.6
587587
with:
588588
sarif_file: "${{ steps.directory.outputs.directory }}/"
589589

@@ -679,7 +679,7 @@ jobs:
679679
overwrite: true
680680

681681
- name: Upload Scan results to GitHub Security tab
682-
uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
682+
uses: github/codeql-action/upload-sarif@a4e1a019f5e24960714ff6296aee04b736cbc3cf # v3.29.6
683683
with:
684684
sarif_file: "${{ steps.directory.outputs.directory }}/"
685685
continue-on-error: true

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
8585
- name: Fetch Cached Signed Binary Artifacts
8686
id: binary-cache-sign
87-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
87+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
8888
with:
8989
path: ${{ github.workspace }}/tarballs
9090
key: nginx-ingress-release-${{ steps.vars.outputs.go_code_md5 }}
@@ -440,7 +440,7 @@ jobs:
440440
ref: ${{ inputs.release_branch }}
441441

442442
- name: Fetch Binary Artifacts from Cache
443-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
443+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
444444
with:
445445
path: ${{ github.workspace }}/dist
446446
key: nginx-ingress-${{ needs.variables.outputs.go_code_md5 }}
@@ -463,7 +463,7 @@ jobs:
463463
if: ${{ needs.variables.outputs.binary_cache_sign_hit != 'true' }}
464464

465465
- name: Store Tarball Artifacts in Cache
466-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
466+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
467467
with:
468468
path: ${{ github.workspace }}/tarballs
469469
key: nginx-ingress-release-${{ needs.variables.outputs.go_code_md5 }}
@@ -486,7 +486,7 @@ jobs:
486486
ref: ${{ inputs.release_branch }}
487487

488488
- name: Fetch Cached Tarball Artifacts
489-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
489+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
490490
with:
491491
key: nginx-ingress-release-${{ needs.variables.outputs.go_code_md5 }}
492492
path: ${{ github.workspace }}/tarballs
@@ -530,7 +530,7 @@ jobs:
530530
ref: ${{ inputs.release_branch }}
531531

532532
- name: Fetch Cached Tarball Artifacts
533-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
533+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
534534
with:
535535
key: nginx-ingress-release-${{ needs.variables.outputs.go_code_md5 }}
536536
path: ${{ github.workspace }}/tarballs

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ jobs:
5757

5858
# Upload the results to GitHub's code scanning dashboard.
5959
- name: "Upload to code-scanning"
60-
uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
60+
uses: github/codeql-action/upload-sarif@a4e1a019f5e24960714ff6296aee04b736cbc3cf # v3.29.6
6161
with:
6262
sarif_file: results.sarif

.github/workflows/setup-smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
if: ${{ inputs.authenticated && steps.stable_exists.outputs.exists != 'true' }}
9797

9898
- name: Fetch Cached Artifacts
99-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
99+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
100100
with:
101101
path: ${{ github.workspace }}/dist
102102
key: nginx-ingress-${{ inputs.go-md5 }}

0 commit comments

Comments
 (0)