File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed
Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3131 timeout-minutes : 5
3232 steps :
3333 - name : Checkout Repository
34- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag=v6.0.1
34+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag=v6.0.2
3535 - name : Setup buf
3636 uses : bufbuild/buf-setup-action@a47c93e0b1648d5651a065437926377d060baa99 # tag=v1.50.0
3737 with :
Original file line number Diff line number Diff line change 3838 runs-on : ubuntu-latest
3939 timeout-minutes : 30
4040 steps :
41- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag=v6.0.1
41+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag=v6.0.2
4242 - name : Set up JDK
4343 uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # tag=v5.2.0
4444 with :
Original file line number Diff line number Diff line change 3737 contents : write # Required to create releases
3838 steps :
3939 - name : Checkout Repository
40- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag=v6.0.1
40+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag=v6.0.2
4141 with :
4242 fetch-depth : 0
4343 - name : Setup Python
Original file line number Diff line number Diff line change 3636 runs-on : ubuntu-latest
3737 timeout-minutes : 15
3838 steps :
39- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag=v6.0.1
39+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag=v6.0.2
4040 - name : Set up JDK
4141 uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # tag=v5.2.0
4242 with :
Original file line number Diff line number Diff line change 3333 packages : write # Required to push images to ghcr.io
3434 timeout-minutes : 15
3535 steps :
36- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag=v6.0.1
36+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag=v6.0.2
3737 - name : Set up JDK
3838 uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # tag=v5.2.0
3939 with :
Original file line number Diff line number Diff line change 3232 if : " ${{ github.repository_owner == 'DependencyTrack' }}"
3333 steps :
3434 - name : Checkout Repository
35- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag=v6.0.1
35+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag=v6.0.2
3636 with :
3737 persist-credentials : false
3838 - name : Set up JDK
Original file line number Diff line number Diff line change 3636 runs-on : ubuntu-latest
3737 steps :
3838 # Checkout project source
39- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag=v6.0.1
39+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag=v6.0.2
4040
4141 # Scan code using project's configuration on https://semgrep.dev/manage
4242 - uses : returntocorp/semgrep-action@713efdd345f3035192eaa63f56867b88e63e4e5d # tag=v1
Original file line number Diff line number Diff line change 3939 if : " ${{ github.repository_owner == 'DependencyTrack' }}"
4040 steps :
4141 - name : Checkout Repository
42- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag=v6.0.1
42+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag=v6.0.2
4343 - name : Checkout API Server Repository
44- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag=v6.0.1
44+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag=v6.0.2
4545 with :
4646 repository : DependencyTrack/hyades-apiserver
4747 path : hyades-apiserver
Original file line number Diff line number Diff line change 3838 if : " ${{ github.repository_owner == 'DependencyTrack' }}"
3939 steps :
4040 - name : Checkout Repository
41- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag=v6.0.1
41+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag=v6.0.2
4242 - name : Generate Proto Documentation
4343 run : ./scripts/gen-proto-docs.sh
4444 - name : Create Pull Request
You can’t perform that action at this time.
0 commit comments