Skip to content

Commit

Permalink
Merge pull request #58 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 604373d
  • Loading branch information
canonical-iam authored Oct 9, 2024
2 parents 3e939d6 + 9fda3ed commit 5933a17
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@84480863f228bb9747b473957fcc9e309aa96097 # v4
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
with:
name: ${{ steps.name.outputs.name }}-sbom
path: "${{ steps.name.outputs.name }}.sbom.json"

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

0 comments on commit 5933a17

Please sign in to comment.