Skip to content

Commit dd186ca

Browse files
authored
Merge pull request #26 from advanced-security/dependabot/github_actions/main/production-dependencies-d35956d5db
deps: bump the production-dependencies group with 2 updates
2 parents 3f3e44f + ae0008b commit dd186ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
type=semver,pattern=v{{major}},value=${{ inputs.version }}
9090
9191
- name: Build Docker image
92-
uses: docker/build-push-action@v5.3.0
92+
uses: docker/build-push-action@v5.4.0
9393
id: build
9494
with:
9595
file: "${{ inputs.docker-file }}"
@@ -102,7 +102,7 @@ jobs:
102102

103103
# Upload Software Bill of Materials (SBOM) to GitHub
104104
- name: Upload SBOM
105-
uses: advanced-security/spdx-dependency-submission-action@v0.0.1
105+
uses: advanced-security/spdx-dependency-submission-action@v0.1.0
106106
if: ${{ inputs.sbom == 'true' }}
107107
with:
108108
filePath: '.'

0 commit comments

Comments
 (0)