File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,21 +11,21 @@ jobs:
1111 strategy :
1212 fail-fast : false
1313 matrix :
14- os : [ubuntu-latest, windows-2019 , macos-latest]
14+ os : [ubuntu-latest, windows-latest , macos-latest]
1515 include :
1616 - os : ubuntu-latest
1717 friendlyName : Ubuntu
18- - os : windows-2019
18+ - os : windows-latest
1919 friendlyName : Windows
2020 - os : macos-latest
2121 friendlyName : macOS
2222 steps :
2323 - name : Checkout repository
24- uses : actions/checkout@v2
24+ uses : actions/checkout@v4
2525
2626 # Initializes the CodeQL tools for scanning.
2727 - name : Initialize CodeQL
28- uses : github/codeql-action/init@v1
28+ uses : github/codeql-action/init@v3
2929 with :
3030 languages : javascript, cpp
3131
3737
3838 # Run code analysis
3939 - name : Perform CodeQL Analysis
40- uses : github/codeql-action/analyze@v1
40+ uses : github/codeql-action/analyze@v3
You can’t perform that action at this time.
0 commit comments