Skip to content

Merge master to develop#8

Closed
ambvdijk wants to merge 6 commits intodevelopfrom
merge/master-to-develop
Closed

Merge master to develop#8
ambvdijk wants to merge 6 commits intodevelopfrom
merge/master-to-develop

Conversation

@ambvdijk
Copy link
Copy Markdown
Collaborator

@ambvdijk ambvdijk commented Jul 9, 2025

No description provided.

ambvdijk and others 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.
@ambvdijk ambvdijk requested a review from Copilot July 9, 2025 19:29
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Merge of the master branch into develop, with minor formatting cleanup in the GitHub Actions workflow.

  • Removed redundant blank lines between steps in the .NET build workflow to streamline the file.

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Jul 9, 2025

1 similar comment
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Jul 9, 2025

@ambvdijk ambvdijk closed this Jul 9, 2025
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.

2 participants