Skip to content

Commit

Permalink
Merge pull request #15 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 834a144
  • Loading branch information
canonical-iam committed Aug 6, 2024
2 parents a97fcdd + b2dd4f2 commit c8d77e8
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 @@ -25,12 +25,12 @@ jobs:
run: syft ${{ steps.rockcraft.outputs.rock }} -o spdx-json=${{ steps.name.outputs.name }}.sbom.json

- name: Upload SBOM
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
with:
name: ${{ steps.name.outputs.name }}-sbom
path: "${{ steps.name.outputs.name }}.sbom.json"

- uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
with:
name: rock
path: ${{ steps.rockcraft.outputs.rock }}

0 comments on commit c8d77e8

Please sign in to comment.