Skip to content

Commit

Permalink
Merge pull request #1 from GitTools/main
Browse files Browse the repository at this point in the history
Merge
  • Loading branch information
hyabean authored Dec 10, 2021
2 parents deecdc1 + dc7224a commit cf425c1
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 97 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,21 +98,21 @@ jobs:
run: dotnet run/build.dll --target=Package
-
name: 'Upload nuget packages'
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v2.3.0
if: matrix.os == 'windows-latest'
with:
name: nuget
path: ${{ github.workspace }}/artifacts/packages/nuget
-
name: 'Upload native packages'
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v2.3.0
if: matrix.os == 'windows-latest'
with:
name: native-${{ runner.os }}
path: ${{ github.workspace }}/artifacts/packages/native/*.zip
-
name: 'Upload native packages'
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v2.3.0
if: matrix.os != 'windows-latest'
with:
name: native-${{ runner.os }}
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
path: tools
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
-
uses: actions/download-artifact@v2.0.10
uses: actions/download-artifact@v2.1.0
name: Download nuget packages
with:
name: nuget
Expand Down Expand Up @@ -236,13 +236,13 @@ jobs:
path: tools
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
-
uses: actions/download-artifact@v2.0.10
uses: actions/download-artifact@v2.1.0
name: Download nuget packages
with:
name: nuget
path: ${{ github.workspace }}/artifacts/packages/nuget
-
uses: actions/download-artifact@v2.0.10
uses: actions/download-artifact@v2.1.0
name: Download native packages
with:
name: native-${{ runner.os }}
Expand Down Expand Up @@ -300,7 +300,7 @@ jobs:
path: tools
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
-
uses: actions/download-artifact@v2.0.10
uses: actions/download-artifact@v2.1.0
name: Download nuget packages
with:
name: nuget
Expand Down Expand Up @@ -398,7 +398,7 @@ jobs:
path: tools
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
-
uses: actions/download-artifact@v2.0.10
uses: actions/download-artifact@v2.1.0
name: Download nuget packages
with:
name: nuget
Expand Down Expand Up @@ -440,19 +440,19 @@ jobs:
path: tools
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
-
uses: actions/download-artifact@v2.0.10
uses: actions/download-artifact@v2.1.0
name: Download native linux packages
with:
name: native-Linux
path: ${{ github.workspace }}/artifacts/packages/native
-
uses: actions/download-artifact@v2.0.10
uses: actions/download-artifact@v2.1.0
name: Download native windows packages
with:
name: native-Windows
path: ${{ github.workspace }}/artifacts/packages/native
-
uses: actions/download-artifact@v2.0.10
uses: actions/download-artifact@v2.1.0
name: Download native macos packages
with:
name: native-macOS
Expand Down
32 changes: 32 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Security Policy

## Supported Versions

| Version | Supported |
| --------: | :----------------: |
| 5.x | :white_check_mark: |
| ⋜ 5.x | :x: |

## Reporting Security Issues

**Please do not report security vulnerabilities through public GitHub issues.**

Instead, please send an email to [[email protected]](mailto:[email protected]).

You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message.

Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:

* Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
* Full paths of source file(s) related to the manifestation of the issue
* The location of the affected source code (tag/branch/commit or direct URL)
* Any special configuration required to reproduce the issue
* Step-by-step instructions to reproduce the issue
* Proof-of-concept or exploit code (if possible)
* Impact of the issue, including how an attacker might exploit the issue

This information will help us triage your report more quickly.

## Preferred Languages

We prefer all communications to be in English.
4 changes: 2 additions & 2 deletions build/Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project>
<ItemGroup>
<PackageReference Include="Cake.Common" Version="2.0.0-rc0002" />
<PackageReference Include="Cake.Common" Version="2.0.0" />
<PackageReference Include="Cake.Compression" Version="0.2.6" />
<PackageReference Include="Cake.Frosting" Version="2.0.0-rc0002" />
<PackageReference Include="Cake.Frosting" Version="2.0.0" />
<PackageReference Include="Cake.Incubator" Version="6.0.0" />

<PackageReference Include="Cake.Docker" Version="1.0.0" />
Expand Down
12 changes: 0 additions & 12 deletions build/artifacts/Utilities/IsExternalInit.cs

This file was deleted.

12 changes: 0 additions & 12 deletions build/build/Utilities/IsExternalInit.cs

This file was deleted.

12 changes: 0 additions & 12 deletions build/common/Utilities/IsExternalInit.cs

This file was deleted.

12 changes: 0 additions & 12 deletions build/docker/Utilities/IsExternalInit.cs

This file was deleted.

12 changes: 0 additions & 12 deletions build/docs/Utilities/IsExternalInit.cs

This file was deleted.

12 changes: 0 additions & 12 deletions build/publish/Utilities/IsExternalInit.cs

This file was deleted.

12 changes: 0 additions & 12 deletions build/release/Utilities/IsExternalInit.cs

This file was deleted.

0 comments on commit cf425c1

Please sign in to comment.