File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 contents : write
1717
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v7
2020 with :
2121 fetch-depth : 0
2222
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 if : github.repository == 'projectdiscovery/nuclei-templates'
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v7
1717 - uses : projectdiscovery/actions/setup/go@v1
1818 with :
1919 go-version : ' stable'
Original file line number Diff line number Diff line change 1212 if : github.repository == 'projectdiscovery/nuclei-templates'
1313 steps :
1414 - name : Checkout repository
15- uses : actions/checkout@v5
15+ uses : actions/checkout@v7
1616
1717 - name : Setup Python
1818 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 1212 if : github.repository == 'projectdiscovery/nuclei-templates'
1313 steps :
1414 - name : Checkout repository
15- uses : actions/checkout@v5
15+ uses : actions/checkout@v7
1616
1717 - name : Setup Python
1818 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 if : github.repository == 'projectdiscovery/nuclei-templates'
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v7
2222 with :
2323 fetch-depth : 0
2424 - name : Generate new addition list
Original file line number Diff line number Diff line change 1313 if : github.repository == 'projectdiscovery/nuclei-templates'
1414 steps :
1515 - run : sudo apt-get install tree -y
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v7
1717 - uses : actions/setup-python@v6
1818 with :
1919 python-version : " 3.8"
Original file line number Diff line number Diff line change 3131 github.event.workflow_run.conclusion == 'success'
3232 )
3333 steps :
34- - uses : actions/checkout@v5
34+ - uses : actions/checkout@v7
3535 - uses : projectdiscovery/actions/generate/checksum@v1
3636 with :
3737 templates-directory : ' ${{ github.workspace }}'
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 if : github.repository == 'projectdiscovery/nuclei-templates'
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v7
1818 - uses : projectdiscovery/nuclei-action@v3
1919 with :
2020 install-only : true
3838 runs-on : windows-latest
3939 if : github.repository == 'projectdiscovery/nuclei-templates'
4040 steps :
41- - uses : actions/checkout@v5
41+ - uses : actions/checkout@v7
4242
4343 - uses : projectdiscovery/nuclei-action@v3
4444 with :
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 if : github.repository == 'projectdiscovery/nuclei-templates'
1010 steps :
11- - uses : actions/checkout@v5
11+ - uses : actions/checkout@v7
1212 - uses : projectdiscovery/actions/setup/templateman@v1
1313 with :
1414 token : ' ${{ secrets.PDTEAMX_CLASSIC_PAT }}'
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 if : github.repository == 'projectdiscovery/nuclei-templates'
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v7
1515 with :
1616 fetch-depth : 0
1717 - uses : projectdiscovery/actions/templates/stats@v1
You can’t perform that action at this time.
0 commit comments