Skip to content

Commit

Permalink
chore(deps): update dependency dotnet-sdk to v9 (#90)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency dotnet-sdk to v9

---------

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Gérald Barré <[email protected]>
  • Loading branch information
3 people authored Jan 30, 2025
1 parent 559c918 commit 717f7cb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
source-url: ${{ secrets.NUGET_GSOFTDEV_FEED_URL }}
env:
NUGET_AUTH_TOKEN: ${{ secrets.GSOFT_NUGET_API_KEY }}

- uses: actions/setup-dotnet@v4
with:
dotnet-version: "8.0.x"
source-url: ${{ secrets.NUGET_GSOFTDEV_FEED_URL }}
env:
NUGET_AUTH_TOKEN: ${{ secrets.GSOFT_NUGET_API_KEY }}

- run: ./Build.ps1
shell: pwsh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-dotnet@v4
with:
dotnet-version: "6.0.x"
dotnet-version: "8.0.x"

- run: ./Build.ps1
shell: pwsh
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ on:
jobs:
call-workflow-semgrep:
permissions:
contents: read
security-events: write
uses: gsoft-inc/wl-reusable-workflows/.github/workflows/reusable-semgrep-workflow.yml@main
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.405",
"version": "9.0.102",
"rollForward": "latestMinor",
"allowPrerelease": false
}
Expand Down

0 comments on commit 717f7cb

Please sign in to comment.