File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ jobs:
3737 show-progress : false
3838
3939 - name : Initialize CodeQL
40- uses : github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
40+ uses : github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
4141 with :
4242 build-mode : none
4343 languages : ${{ matrix.language }}
4444 queries : security-and-quality
4545
4646 - name : Perform CodeQL Analysis
47- uses : github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
47+ uses : github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
4848 with :
4949 category : ' /language:${{ matrix.language }}'
5050
Original file line number Diff line number Diff line change 1313 <PackageReference Include =" AspNet.Security.OAuth.GitHub" Version =" 10.0.0-rc.1.25459.55" />
1414 <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 10.0.0-rc.1.25451.107" />
1515 <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 10.0.0-rc.1.25451.107" />
16- <PackageReference Include =" Microsoft.TypeScript.MSBuild" Version =" 5.9.2 " PrivateAssets =" all" />
16+ <PackageReference Include =" Microsoft.TypeScript.MSBuild" Version =" 5.9.3 " PrivateAssets =" all" />
1717 </ItemGroup >
1818 <ItemGroup >
1919 <Content Update =" package.json;package-lock.json;tsconfig.json" CopyToPublishDirectory =" Never" />
Original file line number Diff line number Diff line change 33< head >
44 < meta charset ="UTF-8 ">
55 < title > API Documentation - TodoApp</ title >
6- < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/5.29.0 /swagger-ui.min.css " integrity ="sha512-QIJpSy6rqOKoEjIR+Pp7r5lTkNPJPJCRejWzG4jb12bCT1EeL/vcjZtk4NNKeEuVRXY+d34d/t9y1CHzZbgeJQ== " crossorigin ="anonymous " referrerpolicy ="no-referrer " />
6+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/5.29.1 /swagger-ui.min.css " integrity ="sha512-QIJpSy6rqOKoEjIR+Pp7r5lTkNPJPJCRejWzG4jb12bCT1EeL/vcjZtk4NNKeEuVRXY+d34d/t9y1CHzZbgeJQ== " crossorigin ="anonymous " referrerpolicy ="no-referrer " />
77 < link rel ="icon " type ="image/png " href ="./favicon-32x32.png " sizes ="32x32 " />
88 < link rel ="icon " type ="image/png " href ="./favicon-16x16.png " sizes ="16x16 " />
99 < style >
2727</ head >
2828< body >
2929 < div id ="swagger-ui "> </ div >
30- < script src ="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/5.29.0 /swagger-ui-bundle.min.js " integrity ="sha512-uRL0dWo7kTNu+5ZwjyjVBt1Seg5JM14NX0Yo3nToKUVJPLINpNYvFrOYQq2ALBxRMCSMT4vSAexXYDUp5Qbt/A == " crossorigin ="anonymous " referrerpolicy ="no-referrer "> </ script >
31- < script src ="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/5.29.0 /swagger-ui-standalone-preset.min.js " integrity ="sha512-Bhhnbk6zKqcSKnX/IONDmlcxgboSRfYsuIiOaxTs1x4vBrQwVWBN7KLwrOMiPnwKe/w815FZATtpJIYK8Psqxg== " crossorigin ="anonymous " referrerpolicy ="no-referrer "> </ script >
30+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/5.29.1 /swagger-ui-bundle.min.js " integrity ="sha512-yfAKqi7F3JSDZA7V/XTql3caj2o8A81yg2EWIBykt2BJjLjNYnsd4CVAKvrFp/nYl9HQX7R06Z6e5KBn5aoj6g == " crossorigin ="anonymous " referrerpolicy ="no-referrer "> </ script >
31+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/5.29.1 /swagger-ui-standalone-preset.min.js " integrity ="sha512-Bhhnbk6zKqcSKnX/IONDmlcxgboSRfYsuIiOaxTs1x4vBrQwVWBN7KLwrOMiPnwKe/w815FZATtpJIYK8Psqxg== " crossorigin ="anonymous " referrerpolicy ="no-referrer "> </ script >
3232 < script >
3333 window . onload = function ( ) {
3434 window . ui = SwaggerUIBundle ( {
You can’t perform that action at this time.
0 commit comments