Skip to content

Commit

Permalink
Merge pull request #109 from canonical/renovate/auto-github-actions
Browse files Browse the repository at this point in the history
chore(deps): update actions/upload-artifact digest to 8448086
  • Loading branch information
canonical-iam authored Oct 8, 2024
2 parents a7002c9 + 9a75249 commit 320f79d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
run: syft ${{ steps.rockcraft.outputs.rock }} -o spdx-json=${{ steps.name.outputs.name }}.sbom.json

- name: Upload SBOM
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4
with:
name: ${{ steps.name.outputs.name }}-sbom
path: "${{ steps.name.outputs.name }}.sbom.json"

- uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
- uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4
with:
name: rock
path: ${{ steps.rockcraft.outputs.rock }}

0 comments on commit 320f79d

Please sign in to comment.