Skip to content

Commit 4c890c3

Browse files
Bump the actions group with 3 updates (#5321)
Bumps the actions group with 3 updates: [docker/build-push-action](https://github.com/docker/build-push-action), [actions/cache](https://github.com/actions/cache) and [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action). Updates `docker/build-push-action` from 3 to 5 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...v5) Updates `actions/cache` from 3 to 4 - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v3...v4) Updates `aquasecurity/trivy-action` from 0.18.0 to 0.19.0 - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](aquasecurity/trivy-action@062f259...d710430) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: aquasecurity/trivy-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 10cec1e commit 4c890c3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-oss.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
if: ${{ github.ref_type == 'tag' && contains(inputs.image, 'ubi') }}
225225

226226
- name: Run Trivy vulnerability scanner
227-
uses: aquasecurity/trivy-action@062f2592684a31eb3aa050cc61e7ca1451cecd3d # 0.18.0
227+
uses: aquasecurity/trivy-action@d710430a6722f083d3b36b8339ff66b32f22ee55 # 0.19.0
228228
continue-on-error: true
229229
with:
230230
image-ref: nginx/nginx-ingress:${{ steps.meta.outputs.version }}

.github/workflows/build-plus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ jobs:
254254
if: ${{ inputs.publish-image }}
255255

256256
- name: Run Trivy vulnerability scanner
257-
uses: aquasecurity/trivy-action@062f2592684a31eb3aa050cc61e7ca1451cecd3d # 0.18.0
257+
uses: aquasecurity/trivy-action@d710430a6722f083d3b36b8339ff66b32f22ee55 # 0.19.0
258258
continue-on-error: true
259259
with:
260260
image-ref: ${{ steps.trivy-tag.outputs.tag }}

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ jobs:
535535
if: ${{ needs.checks.outputs.forked_workflow == 'false' && steps.base_exists.outputs.exists != 0 }}
536536

537537
- name: Fetch Cached Artifacts
538-
uses: actions/cache@v3
538+
uses: actions/cache@v4
539539
with:
540540
path: ${{ github.workspace }}/dist
541541
key: nginx-ingress-${{ needs.checks.outputs.go_code_md5 }}
@@ -561,7 +561,7 @@ jobs:
561561
if: ${{ needs.checks.outputs.forked_workflow == 'true' || steps.check-image.outcome == 'failure' }}
562562

563563
- name: Build ${{ matrix.images.image }} Container
564-
uses: docker/build-push-action@v3
564+
uses: docker/build-push-action@v5
565565
with:
566566
file: build/Dockerfile
567567
context: "."

0 commit comments

Comments
 (0)