File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8282 config : .syft.yaml
8383 fail_build : ' true' # Fail job if critical vulnerabilities are detected
8484
85- - uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
85+ - uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
8686 id : github-app-token
8787 with :
8888 app-id : ${{ secrets.APP_ID }}
Original file line number Diff line number Diff line change 6565 echo '=========='
6666 echo 'Diff:'
6767 git -C packages/kuma-http-api --no-pager diff --unified=0
68- - uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
68+ - uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
6969 if : ${{ github.event_name != 'pull_request' }}
7070 id : github-app-token
7171 with :
Original file line number Diff line number Diff line change 4343 # Not during testing only hence not on a PR event
4444 if : ${{ github.event_name != 'pull_request' }}
4545 id : github-app-token
46- uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
46+ uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
4747 with :
4848 app-id : ${{ secrets.APP_ID }}
4949 private-key : ${{ secrets.APP_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments