File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434
3535 - name : Upload fuzz logs
3636 if : always()
37- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
37+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
3838 with :
3939 name : pr-fuzz-logs
4040 path : tmp/fuzz.log
Original file line number Diff line number Diff line change 3636
3737 - name : Upload weekly fuzz logs
3838 if : always()
39- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
39+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
4040 with :
4141 name : schedule-fuzz-logs
4242 path : tmp/fuzz.log
Original file line number Diff line number Diff line change 1616 name : 🔒 Lock closed issues and PRs
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771 # v5 .0.1
19+ - uses : dessant/lock-threads@7266a7ce5c1df01b1c6db85bf8cd86c737dadbe7 # v6 .0.0
2020 with :
2121 github-token : ${{ github.token }}
2222 issue-inactive-days : " 30"
Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ jobs:
3737
3838 - name : Upload coverage report
3939 if : always()
40- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
40+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
4141 with :
4242 name : coverage-report
4343 path : coverage.out
4444
4545 - name : Upload coverage report
4646 if : always()
47- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
47+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
4848 with :
4949 name : junit.xml
5050 path : tmp/test-results/junit.xml
You can’t perform that action at this time.
0 commit comments