Skip to content

Commit

Permalink
use secure upload folder action
Browse files Browse the repository at this point in the history
Signed-off-by: Noah Elzner <[email protected]>
  • Loading branch information
enteraga6 authored Jul 18, 2023
1 parent 847ffa6 commit b8d9afb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions internal/builders/bazel/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,10 @@ runs:
# TODO(#2276): Use secure upload folder Action
- name: Generate Artifacts
id: generate-artifacts
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
uses: slsa-framework/slsa-github-generator/.github/actions/secure-upload-[email protected]
with:
name: "${{ steps.rng.outputs.random }}-binaries"
path: "./binaries" # path-to-artifact(s)
if-no-files-found: error
retention-days: 5
path: "./bazel_builder_binaries_to_upload_to_gh" # path-to-artifact(s)

- name: Echo statement
id: confirm
Expand Down

0 comments on commit b8d9afb

Please sign in to comment.