Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

verify build provenance #1845

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ inputs:
description: working directory.
default: "."
required: false
github-token:
description: |
GitHub token to use for verifying Perl binary.
default: "${{ github.token }}"
required: false
outputs:
perl-version:
description: |
Expand All @@ -55,11 +60,11 @@ outputs:
It contains useful information to use as the cache key,
e.g. the platform, the version of perl, the compiler option for building perl.
cache-hit:
description: 'A boolean value to indicate if a cache was hit'
description: "A boolean value to indicate if a cache was hit"
runs:
using: "node20"
main: "dist/setup/index.js"
post: 'dist/cache-save/index.js'
post: "dist/cache-save/index.js"
post-if: success()
branding:
icon: "play"
Expand Down
Loading
Loading