File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3131 # starts. If you do not check out your code, Copilot will do this for you.
3232 steps :
3333 - name : Checkout code
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v5
3535 with :
3636 submodules : true
3737
Original file line number Diff line number Diff line change 2222 ./scripts/create-coverage.py report --markdown > $GITHUB_STEP_SUMMARY
2323
2424 - name : " Upload Coverage Report"
25- uses : actions/upload-artifact@v4
25+ uses : actions/upload-artifact@v5
2626 with :
2727 name : coverage-report
2828 path : coverage.csv
Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - uses : actions/checkout@v5
21- - uses : actions/labeler@v5
21+ - uses : actions/labeler@v6
2222 with :
2323 repo-token : " ${{ secrets.GITHUB_TOKEN }}"
2424
Original file line number Diff line number Diff line change 6868 run : ./scripts/create-extractor-pack.sh
6969
7070 - name : " Upload bundle artifact"
71- uses : actions/upload-artifact@v4
71+ uses : actions/upload-artifact@v5
7272 with :
7373 name : " extractor-bundle-${{ matrix.os }}"
7474 path : " ./extractor-pack"
8686 submodules : true
8787
8888 - name : " Downloadd all artifacts"
89- uses : actions/download-artifact@v4
89+ uses : actions/download-artifact@v6
9090 with :
9191 path : " ./extractor-pack"
9292 merge-multiple : true
Original file line number Diff line number Diff line change 2323 uses : actions/checkout@v5
2424
2525 - name : " Patch Release Me"
26- uses : 42ByteLabs/patch-release-me@1a840ec5f538188590b75b19e1c300c7d036bcc8 # 0.6.2
26+ uses : 42ByteLabs/patch-release-me@840ec9cfe2170a5704f77ba721bddeb4eb52317a # 0.6.3
2727 with :
2828 mode : ${{ github.event.inputs.bump }}
2929
Original file line number Diff line number Diff line change 2020
2121 - name : Get Token
2222 id : get_workflow_token
23- uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
23+ uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
2424 with :
2525 app-id : ${{ secrets.CODEQL_FIELD_BOT_ID }}
2626 private-key : ${{ secrets.CODEQL_FIELD_BOT_KEY }}
You can’t perform that action at this time.
0 commit comments