Skip to content

Commit 385a7e7

Browse files
authored
Merge pull request #30 from advanced-security/dependabot/github_actions/main/production-dependencies-c6122d09f6
deps: bump the production-dependencies group across 1 directory with 2 updates
2 parents 02f159f + 5901b30 commit 385a7e7

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.4.0
92+
uses: docker/build-push-action@v6.2.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/[email protected].0
105+
uses: advanced-security/[email protected].1
106106
if: ${{ inputs.sbom == 'true' }}
107107
with:
108108
filePath: '.'

0 commit comments

Comments
 (0)