File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9494 config : .syft.yaml
9595 fail_build : ' true' # Fail job if critical vulnerabilities are detected
9696
97- - uses : actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
97+ - uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
9898 id : github-app-token
9999 with :
100100 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@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
68+ - uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.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@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
46+ uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.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