Skip to content

Commit

Permalink
Merge pull request #54 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 89ef406
  • Loading branch information
canonical-iam authored Aug 2, 2024
2 parents ef302cb + e005f1e commit a497889
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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
with:
name: ${{ steps.name.outputs.name }}-sbom
path: "${{ steps.name.outputs.name }}.sbom.json"

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

0 comments on commit a497889

Please sign in to comment.