Skip to content

Commit

Permalink
Bump the github group with 2 updates (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
pentago authored Aug 10, 2024
2 parents 6a0d85a + d79a23f commit 9c56b77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Build Docker Image
id: docker_build
uses: docker/build-push-action@v6.5.0
uses: docker/build-push-action@v6.6.1
with:
context: .
file: Dockerfile
Expand All @@ -84,7 +84,7 @@ jobs:
echo "${digest#sha256:}" > "/tmp/digests/${digest#sha256:}"
- name: Upload Image Digests
uses: actions/[email protected].5
uses: actions/[email protected].6
with:
name: docker-digests-${{ steps.digest-prep.outputs.manifest-hash }}
path: /tmp/digests/*
Expand All @@ -111,7 +111,7 @@ jobs:

- name: Build Docker Image
id: docker_test
uses: docker/build-push-action@v6.5.0
uses: docker/build-push-action@v6.6.1
with:
context: .
file: Dockerfile
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
scanners: "vuln"

- name: Upload SBOM Artifact
uses: actions/[email protected].5
uses: actions/[email protected].6
with:
name: trivy-sbom-report
path: '${{ github.workspace }}/sbom.json'
Expand Down

0 comments on commit 9c56b77

Please sign in to comment.