diff --git a/.github/workflows/codequality.yml b/.github/workflows/codequality.yml index 644244a..422d9b4 100644 --- a/.github/workflows/codequality.yml +++ b/.github/workflows/codequality.yml @@ -30,3 +30,15 @@ jobs: src-folder: src secrets: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + + dependency-review: + if: github.event_name == 'pull_request' + runs-on: ubuntu-latest + permissions: + contents: read + pull-requests: read + steps: + - name: Checkout repository + uses: actions/checkout@v6 + - name: Dependency Review + uses: actions/dependency-review-action@v4 diff --git a/.github/workflows/release-publish-nuget.yml b/.github/workflows/release-publish-nuget.yml index 459d0d0..4ee6592 100644 --- a/.github/workflows/release-publish-nuget.yml +++ b/.github/workflows/release-publish-nuget.yml @@ -43,7 +43,7 @@ jobs: - name: Publish to NuGet.org if: env.HAS_RELEASE_TAG == 'true' - uses: frasermolyneux/actions/publish-nuget-packages@publish-nuget-packages/v1.1 + uses: frasermolyneux/actions/publish-nuget-packages@publish-nuget-packages/v1.2 with: artifact-name: nuget-packages artifact-run-id: ${{ github.event.workflow_run.id }} diff --git a/version.json b/version.json index a343d29..1571686 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json", - "version": "2.2", + "version": "2.3", "gitTagVersionPrefix": "v", "publicReleaseRefSpec": [ "^refs/heads/main$",