mirror of
https://github.com/anchore/syft.git
synced 2026-02-12 02:26:42 +01:00
Fix update-bootstrap-tools workflow (#1170)
This commit is contained in:
parent
5282820b5d
commit
6949a2500f
10
.github/workflows/update-bootstrap-tools.yml
vendored
10
.github/workflows/update-bootstrap-tools.yml
vendored
@ -43,11 +43,11 @@ jobs:
|
||||
|
||||
# export the versions for use with create-pull-request
|
||||
echo "::set-output name=GOLANGCILINT::$GOLANGCILINT_LATEST_VERSION"
|
||||
echo "::set-output name=BOUNCER::BOUNCER_LATEST_VERSION"
|
||||
echo "::set-output name=CHRONICLE::CHRONICLE_LATEST_VERSION"
|
||||
echo "::set-output name=GORELEASER::GORELEASER_LATEST_VERSION"
|
||||
echo "::set-output name=YAJSV::YAJSV_LATEST_VERSION"
|
||||
echo "::set-output name=COSIGN::COSIGN_LATEST_VERSION"
|
||||
echo "::set-output name=BOUNCER::$BOUNCER_LATEST_VERSION"
|
||||
echo "::set-output name=CHRONICLE::$CHRONICLE_LATEST_VERSION"
|
||||
echo "::set-output name=GORELEASER::$GORELEASER_LATEST_VERSION"
|
||||
echo "::set-output name=YAJSV::$YAJSV_LATEST_VERSION"
|
||||
echo "::set-output name=COSIGN::$COSIGN_LATEST_VERSION"
|
||||
id: latest-versions
|
||||
|
||||
- uses: tibdex/github-app-token@v1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user