diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..707dc583 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* amacocian@yahoo.com \ No newline at end of file diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 06dffc5d..35dbc4e8 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -23,7 +23,7 @@ on: jobs: analyze: name: Analyze - runs-on: ubuntu-latest + runs-on: windows-latest permissions: actions: read contents: read @@ -55,6 +55,12 @@ 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: Install .NET Core + uses: actions/setup-dotnet@v1 + with: + dotnet-version: '6.x' + - name: Autobuild uses: github/codeql-action/autobuild@v2 diff --git a/.github/workflows/version_check.yaml b/.github/workflows/version_check.yaml index 9db63dcb..f38885f7 100644 --- a/.github/workflows/version_check.yaml +++ b/.github/workflows/version_check.yaml @@ -4,6 +4,9 @@ on: pull_request: branches: - master + paths: + - "Daybreak/**" + - "Daybreak.Installer/**" jobs: diff --git a/Daybreak.sln b/Daybreak.sln index 28e8417e..aa01face 100644 --- a/Daybreak.sln +++ b/Daybreak.sln @@ -11,6 +11,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Pipelines", "Pipelines", "{ ProjectSection(SolutionItems) = preProject .github\workflows\cd.yaml = .github\workflows\cd.yaml .github\workflows\ci.yaml = .github\workflows\ci.yaml + .github\workflows\codeql-analysis.yml = .github\workflows\codeql-analysis.yml + .github\dependabot.yml = .github\dependabot.yml .github\workflows\version_check.yaml = .github\workflows\version_check.yaml EndProjectSection EndProject @@ -26,6 +28,7 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0E30DDA0-2111-4E6C-851E-01DC34124FC2}" ProjectSection(SolutionItems) = preProject .editorconfig = .editorconfig + .github\CODEOWNERS = .github\CODEOWNERS EndProjectSection EndProject Global diff --git a/Daybreak/Daybreak.csproj b/Daybreak/Daybreak.csproj index c146d0ba..0c25ea6d 100644 --- a/Daybreak/Daybreak.csproj +++ b/Daybreak/Daybreak.csproj @@ -11,6 +11,7 @@ Daybreak.ico true 0.9.5.1 + true