Skip to content

Add Dependabot configuration and CodeQL analysis workflow#3

Merged
pmalarme merged 1 commit intomainfrom
feature/add-security-config-and-workflow
Feb 17, 2026
Merged

Add Dependabot configuration and CodeQL analysis workflow#3
pmalarme merged 1 commit intomainfrom
feature/add-security-config-and-workflow

Conversation

@pmalarme
Copy link
Owner

This pull request introduces automated dependency and security management for the repository by adding configuration files for Dependabot and CodeQL. These additions help keep dependencies up-to-date and enable regular code analysis for vulnerabilities.

Dependency management:

  • Added .github/dependabot.yml to enable weekly updates of GitHub Actions dependencies, scheduled for Sundays, with appropriate labeling for easier tracking.

Security analysis automation:

  • Added .github/workflows/codeql-analysis.yaml workflow to run CodeQL analysis on pushes, pull requests, and a weekly schedule, targeting the actions language. This helps identify security vulnerabilities in GitHub Actions workflows.

@github-advanced-security
Copy link
Contributor

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@pmalarme pmalarme merged commit 98955e9 into main Feb 17, 2026
2 checks passed
@pmalarme pmalarme deleted the feature/add-security-config-and-workflow branch February 17, 2026 15:08
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