Skip to content

Commit 637e96a

Browse files
Merge branch 'main' into dotnet-vnext
2 parents 936a5ff + 81d7c87 commit 637e96a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

src/TodoApp/TodoApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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" />

src/TodoApp/wwwroot/swagger-ui/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>
@@ -27,8 +27,8 @@
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({

0 commit comments

Comments
 (0)