Skip to content

Merge main into develop#10

Merged
ambvdijk merged 6 commits intodevelopfrom
main
Jul 9, 2025
Merged

Merge main into develop#10
ambvdijk merged 6 commits intodevelopfrom
main

Conversation

@ambvdijk
Copy link
Copy Markdown
Collaborator

@ambvdijk ambvdijk commented Jul 9, 2025

This pull request introduces several updates to GitHub Actions workflows to enhance CI/CD processes and integrate new tools. The most important changes include adding a new CodeQL workflow for C# analysis, enabling Dependabot for NuGet dependencies, and extending branch coverage in multiple workflows.

New workflows and tools:

  • .github/workflows/codeql.yml: Added a new CodeQL workflow for C# to analyze code for security vulnerabilities and maintain code quality. This includes steps for repository checkout, .NET setup, project build, and CodeQL analysis.
  • .github/workflows/dependabot.yml: Introduced Dependabot configuration to enable weekly updates for NuGet dependencies in the repository.

Workflow improvements:

ambvdijk added 6 commits July 8, 2025 11:02
…projects. (#2)

* Create codeql.yml

* Update CodeQL workflow to use .NET 9.0.x

Changed the dotnet-version in the CodeQL GitHub Actions workflow from 8.0.x to 9.0.x to align with the project's SDK requirements.

* Set fetch-depth to 0 in CodeQL workflow

Updated the checkout step in the CodeQL workflow to use 'fetch-depth: 0', ensuring the full git history is available for analysis.
Updated dotnet and sonarqube GitHub Actions workflows to trigger on both main and develop branches for push and pull request events. This ensures CI processes run for changes targeting the develop branch.
The build step in the GitHub Actions workflow now runs 'dotnet build' without the '--no-restore' flag, ensuring dependencies are restored during the build process.
* Remove --no-restore from dotnet build step

The build step in the GitHub Actions workflow now runs 'dotnet build' without the '--no-restore' flag, ensuring dependencies are restored during the build process.

* Update dotnet.yml
Introduces a dependabot.yml file to enable automated weekly updates for NuGet dependencies in the repository.
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Jul 9, 2025

@ambvdijk ambvdijk merged commit 13732e5 into develop Jul 9, 2025
9 checks passed
@ambvdijk ambvdijk deleted the main branch July 9, 2025 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant