hi#4517
Draft
CosmicJesterX wants to merge 9 commits into
Draft
Conversation
Signed-off-by: Alex <gkristoffersen83@hotmail.com>
Added a security policy document outlining supported versions and vulnerability reporting and more. Signed-off-by: Alex <gkristoffersen83@hotmail.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds repository policy/configuration files, including a new security policy document and multiple YAML files intended for GitHub Actions usage.
Changes:
- Adds
SECURITY.mdusing the standard security policy template text. - Adds a .NET desktop GitHub Actions workflow template (
.github/workflows/dotnet-desktop.yml). - Adds two additional YAML files (
guenguenguen.yml,.github/workflows/Bob.yml) that appear to be incomplete or placeholder workflow/action snippets.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| SECURITY.md | Introduces a security policy document, currently using placeholder/template guidance text. |
| guenguenguen.yml | Adds a standalone YAML snippet that isn’t a complete workflow and isn’t referenced elsewhere. |
| .github/workflows/dotnet-desktop.yml | Adds a .NET desktop workflow template that currently includes placeholder values and signing secrets usage. |
| .github/workflows/Bob.yml | Adds an incomplete/invalid workflow-like file under .github/workflows/ that will not function as a workflow as written. |
Comment on lines
+5
to
+7
| Use this section to tell people about which versions of your project are | ||
| currently being supported with security updates. | ||
|
|
Comment on lines
+1
to
+2
| - name: GitHub Pages action | ||
| uses: peaceiris/actions-gh-pages@v4.0.0 |
Comment on lines
+41
to
+46
| on: | ||
| push: | ||
| branches: [ "main" ] | ||
| pull_request: | ||
| branches: [ "main" ] | ||
|
|
Comment on lines
+1
to
+5
| - name: Upload a Build Artifact | ||
| uses: actions/upload-artifact@v4.6.2 | ||
| with: | ||
| # Artifact name | ||
| name: # optional, default is artifact |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
please review.