File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1111 permissions :
1212 issues : write
1313 steps :
14- - uses : actions/github-script@v7
14+ - uses : actions/github-script@v8
1515 with :
1616 script : |
1717 let issue_query = {
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818
1919 - name : Bootstrap vcpkg
2020 run : ./bootstrap-vcpkg.sh
Original file line number Diff line number Diff line change 3030 build-mode : none
3131 steps :
3232 - name : Checkout repository
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v6
3434 - name : Initialize CodeQL
35- uses : github/codeql-action/init@v3
35+ uses : github/codeql-action/init@v4
3636 with :
3737 languages : ${{ matrix.language }}
3838 build-mode : ${{ matrix.build-mode }}
4646 ./vcpkg install alac-decoder breakpad[tools] gettimeofday modp-base64
4747
4848 - name : Perform CodeQL Analysis
49- uses : github/codeql-action/analyze@v3
49+ uses : github/codeql-action/analyze@v4
5050 with :
5151 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v6
1616 with :
1717 # fetch-depth 50 tries to ensure we capture the whole history of the branch
1818 fetch-depth : 50
5959 git reset HEAD~ --mixed
6060
6161 - name : Generate Reply
62- uses : actions/github-script@v7
62+ uses : actions/github-script@v8
6363 with :
6464 script : |
6565 const { promises: fs } = require('fs')
You can’t perform that action at this time.
0 commit comments