Projects STRLCPY syft Commits e87cfe73
🤬
  • ■ ■ ■ ■
    .github/workflows/update-bootstrap-tools.yml
    skipped 38 lines
    39 39   sed -r -i -e 's/^(YAJSV_VERSION = ).*/\1'${YAJSV_LATEST_VERSION}'/' Makefile
    40 40   sed -r -i -e 's/^(COSIGN_VERSION = ).*/\1'${COSIGN_LATEST_VERSION}'/' Makefile
    41 41  
    42  - # update cosign in go.mod as well
    43  - go get github.com/sigstore/cosign@$COSIGN_LATEST_VERSION
    44  - go mod tidy
    45  -
    46 42   # export the versions for use with create-pull-request
    47 43   echo "::set-output name=GOLANGCILINT::$GOLANGCILINT_LATEST_VERSION"
    48 44   echo "::set-output name=BOUNCER::$BOUNCER_LATEST_VERSION"
    skipped 28 lines
    77 73   - [cosign ${{ steps.latest-versions.outputs.COSIGN }}](https://github.com/sigstore/cosign/releases/tag/${{ steps.latest-versions.outputs.COSIGN }})
    78 74   This is an auto-generated pull request to update all of the bootstrap tools to the latest versions.
    79 75   token: ${{ steps.generate-token.outputs.token }}
     76 + 
Please wait...
Page is in error, reload to recover