From 6077425809ff50a8433b2a867412df2358ad2a38 Mon Sep 17 00:00:00 2001 From: DavidLin Date: Fri, 15 Oct 2021 00:43:58 +0800 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42df82d..b1f77a0 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ This repository provide the enterprise architecture level sample projects. The g - Enterprise_MVC_Web_App core project. - Enterprise_MVC_Web_App infra project. - Enterprise_MVC_Web_App test project. - ### ASP.NET Core PART + ### ASP.NET Core PART [![.NET](https://github.com/deadislove/Enterprise_Dot_Net_Core_WebApp/actions/workflows/dotnet.yml/badge.svg?branch=main)](https://github.com/deadislove/Enterprise_Dot_Net_Core_WebApp/actions/workflows/dotnet.yml) - Enterprise_Dot_Net_Core_WebApp - Enterprise_Dot_Net_Core_WebApp web project - Enterprise_Dot_Net_Core_WebApp.Core core project From 14f708dc2cf59c56d864f2eca37015ca512b8bf2 Mon Sep 17 00:00:00 2001 From: DavidLin Date: Fri, 15 Oct 2021 01:40:04 +0800 Subject: [PATCH 2/4] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b1f77a0..83eda25 100644 --- a/README.md +++ b/README.md @@ -88,12 +88,14 @@ This repository provide the enterprise architecture level sample projects. The g ## Project Explorer ### ASP.NET MVC PART +[![.NET](https://github.com/deadislove/Enterprise_MVC_WebApplication/actions/workflows/dotnet.yml/badge.svg)](https://github.com/deadislove/Enterprise_MVC_WebApplication/actions/workflows/dotnet.yml) - Enterprise_MVC_Web_App - Enterprise_MVC_Web_App web project. - Enterprise_MVC_Web_App core project. - Enterprise_MVC_Web_App infra project. - Enterprise_MVC_Web_App test project. - ### ASP.NET Core PART [![.NET](https://github.com/deadislove/Enterprise_Dot_Net_Core_WebApp/actions/workflows/dotnet.yml/badge.svg?branch=main)](https://github.com/deadislove/Enterprise_Dot_Net_Core_WebApp/actions/workflows/dotnet.yml) + ### ASP.NET Core PART + [![.NET](https://github.com/deadislove/Enterprise_Dot_Net_Core_WebApp/actions/workflows/dotnet.yml/badge.svg?branch=main)](https://github.com/deadislove/Enterprise_Dot_Net_Core_WebApp/actions/workflows/dotnet.yml) - Enterprise_Dot_Net_Core_WebApp - Enterprise_Dot_Net_Core_WebApp web project - Enterprise_Dot_Net_Core_WebApp.Core core project From c29219dc04d2759533bd7965e220c827d0a01c05 Mon Sep 17 00:00:00 2001 From: DavidLin Date: Fri, 15 Oct 2021 02:02:29 +0800 Subject: [PATCH 3/4] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 83eda25..6f118f1 100644 --- a/README.md +++ b/README.md @@ -88,14 +88,12 @@ This repository provide the enterprise architecture level sample projects. The g ## Project Explorer ### ASP.NET MVC PART -[![.NET](https://github.com/deadislove/Enterprise_MVC_WebApplication/actions/workflows/dotnet.yml/badge.svg)](https://github.com/deadislove/Enterprise_MVC_WebApplication/actions/workflows/dotnet.yml) - Enterprise_MVC_Web_App - Enterprise_MVC_Web_App web project. - Enterprise_MVC_Web_App core project. - Enterprise_MVC_Web_App infra project. - Enterprise_MVC_Web_App test project. ### ASP.NET Core PART - [![.NET](https://github.com/deadislove/Enterprise_Dot_Net_Core_WebApp/actions/workflows/dotnet.yml/badge.svg?branch=main)](https://github.com/deadislove/Enterprise_Dot_Net_Core_WebApp/actions/workflows/dotnet.yml) - Enterprise_Dot_Net_Core_WebApp - Enterprise_Dot_Net_Core_WebApp web project - Enterprise_Dot_Net_Core_WebApp.Core core project From c543beff4e6e89f4b48501f64eae861e583b641b Mon Sep 17 00:00:00 2001 From: DavidLin Date: Mon, 18 Oct 2021 22:58:25 +0800 Subject: [PATCH 4/4] Update codeql-analysis.yml --- .github/workflows/codeql-analysis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 0e03355..6f01c4c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -53,8 +53,8 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - - name: Autobuild - uses: github/codeql-action/autobuild@v1 + #- name: Autobuild + # uses: github/codeql-action/autobuild@v1 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -67,5 +67,5 @@ jobs: # make bootstrap # make release - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 + #- name: Perform CodeQL Analysis + # uses: github/codeql-action/analyze@v1