Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the GitHub Actions workflows to align with recent repository policy changes and improve CI/CD configurations.
- Updated permissions in the pxt-buildpush workflow to include issues, pull-requests, and actions write permissions.
- Changed branch references from master to main and updated the checkout action version to v3 in the CodeQL analysis workflow.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| .github/workflows/pxt-buildpush.yml | Added write permissions for issues, pull-requests, and actions to support workflow tasks. |
| .github/workflows/codeql-analysis.yml | Updated branch names and checkout action version; added GH_TOKEN env for CodeQL scanning. |
82553cf to
43a3099
Compare
|
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. |
No description provided.