From 5eb3814dcfadd5fa0a1aea87d92c15362fd2669f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 24 Jan 2025 02:34:19 +0000 Subject: [PATCH 1/4] chore(deps): update dependency dotnet-sdk to v9 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 5a53a38..7bd28ce 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.405", + "version": "9.0.102", "rollForward": "latestMinor", "allowPrerelease": false } From d05c7b3c039d86f94f579a917aa78f20d8cc76d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rald=20Barr=C3=A9?= Date: Thu, 30 Jan 2025 17:19:10 -0500 Subject: [PATCH 2/4] wip --- .github/workflows/ci.yml | 7 +++++++ .github/workflows/publish.yml | 2 +- .github/workflows/semgrep.yml | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75ccadf..10078c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e20ff34..fd80c50 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index fb07696..c1536cb 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -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 From 038ec85afe4d59d30785b25c797601f4d12358be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rald=20Barr=C3=A9?= Date: Thu, 30 Jan 2025 17:20:19 -0500 Subject: [PATCH 3/4] wip --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10078c7..31b0ac5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ on: # Prevent duplicate runs if Renovate falls back to creating a PR concurrency: - group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }} + group: ${{ github.workflow }}-${{github.event_name}}-${{ github.head_ref || github.ref_name }} cancel-in-progress: true jobs: From 9a411c9db7a525c51faf3059b2fb6f80078ba944 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rald=20Barr=C3=A9?= Date: Thu, 30 Jan 2025 17:21:06 -0500 Subject: [PATCH 4/4] wip --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31b0ac5..10078c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ on: # Prevent duplicate runs if Renovate falls back to creating a PR concurrency: - group: ${{ github.workflow }}-${{github.event_name}}-${{ github.head_ref || github.ref_name }} + group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }} cancel-in-progress: true jobs: