Skip to content

Perffix #97

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 39 commits into from
Closed

Perffix #97

wants to merge 39 commits into from

Conversation

ahmedsza
Copy link

This pull request introduces several new GitHub Actions workflows and updates to existing workflows, along with some code and infrastructure changes. The most important changes include adding advanced CodeQL analysis, deploying Azure resources, building and deploying a .NET project, and updating the security policy.

New GitHub Actions workflows:

  • .github/workflows/codeql.yml: Added a new workflow for advanced CodeQL analysis to scan for security vulnerabilities in multiple languages.
  • .github/workflows/deploy.yml: Added a new workflow to deploy Azure resources using Bicep files, including setting up Azure CLI and deploying resources.
  • .github/workflows/dotnet.yml: Added a new workflow to build, test, and deploy a .NET project, including pushing Docker images to Azure Container Registry and deploying to Azure Web Apps.
  • .github/workflows/first-workflow.yml: Added a new workflow for manual trigger and issue events, including a custom action step.

Updates to existing workflows and files:

ahmedsza and others added 30 commits October 29, 2024 14:19
…ages

Refactor message entity to include text length validation. resolves #7
…st events and add deployment to Azure Web App
…st events and update permissions for id-token and contents
… use Azure credentials for authentication, include specific paths for push and pull_request events, and update Dockerfile for .NET 8
…Azure Login action to use version 2 and use Azure credentials for authentication, include specific paths for push and pull_request events, and update Dockerfile for .NET 8
@feaselkl feaselkl closed this Oct 31, 2024
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