File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ jobs:
3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v6
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
45- uses : github/codeql-action/init@v3
45+ uses : github/codeql-action/init@v4
4646 with :
4747 languages : ${{ matrix.language }}
4848 # If you wish to specify custom queries, you can do so here or in a config file.
5656 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5757 # If this step fails, then you should remove it and run the build manually (see below)
5858 - name : Autobuild
59- uses : github/codeql-action/autobuild@v3
59+ uses : github/codeql-action/autobuild@v4
6060
6161 # ℹ️ Command-line programs to run using the OS shell.
6262 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
6969 # ./location_of_script_within_repo/buildscript.sh
7070
7171 - name : Perform CodeQL Analysis
72- uses : github/codeql-action/analyze@v3
72+ uses : github/codeql-action/analyze@v4
7373 with :
7474 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : ' Checkout Repository'
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v6
1919 - name : ' Dependency Review'
2020 uses : actions/dependency-review-action@v4
Original file line number Diff line number Diff line change 1818 # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1919
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v6
2222 - name : Use Node.js ${{ matrix.node-version }}
23- uses : actions/setup-node@v4
23+ uses : actions/setup-node@v6
2424 with :
2525 node-version : ${{ matrix.node-version }}
2626 - name : Use pnpm
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2020
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v6
2323
2424 - name : Use Node.js ${{ matrix.node-version }}
25- uses : actions/setup-node@v4
25+ uses : actions/setup-node@v6
2626 with :
2727 node-version : ${{ matrix.node-version }}
2828
You can’t perform that action at this time.
0 commit comments