Skip to content

Commit

Permalink
Merge pull request #317 from Cysharp/chore/bump_dotnet_ci
Browse files Browse the repository at this point in the history
chore: bump dotnet core to 3.1.202 addresss security vulnerabilities
  • Loading branch information
guitarrapc authored May 27, 2020
2 parents 1d21ebb + 9a86b33 commit 8e34225
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
if: "!(contains(github.event.head_commit.message, '[skip ci]') || contains(github.event.head_commit.message, '[ci skip]'))"
strategy:
matrix:
dotnet: ["3.1.201"] # support latest only
dotnet: ["3.1.202"] # support latest only
runs-on: ubuntu-latest
timeout-minutes: 5
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: "!(contains(github.event.head_commit.message, '[skip ci]') || contains(github.event.head_commit.message, '[ci skip]'))"
strategy:
matrix:
dotnet: ["3.1.201"] # support latest only
dotnet: ["3.1.202"] # support latest only
runs-on: ubuntu-latest
env:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build-dotnet:
strategy:
matrix:
dotnet: ["3.1.201"] # support latest only
dotnet: ["3.1.202"] # support latest only
runs-on: ubuntu-latest
timeout-minutes: 5
env:
Expand Down

0 comments on commit 8e34225

Please sign in to comment.