Draft
Conversation
Ada starter workflow, icon and properties
blank.yml: fix indentation
…to-ghcr Update Publish Docker template to publish to GitHub Container Registry
Update to use the $registry-url() token
On analyzing the code with `pylint`, the name of the step is `Test with pytest`, which is certainly not what it does.
Fix on step name for pylint action
With GitHub Packages everything is ok, but we had a problem with "bearer" in the RubyGems step. We solved when we removed the bearer in the ruby gem step. Is it ok? Repo with our test (https://github.com/rubynetti/amico-db)
Fix rubygems step
Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.4 to 1.2.6. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Signed-off-by: dependabot[bot] <support@github.com>
Add support for OpenShift
The ID isn't used in other steps of the script
chore: Remove id for go install
Fix docs link in cmake CI file
add code scanning placeholder readme
it looks like someone tried to use '' to make a ' happen for the possessive tense of users. But that messes up the quoting: issue-message: 'Message that will be displayed on users'' first issue' pr-message: 'Message that will be displayed on users'' first pr' It should be: issue-message: 'Message that will be displayed on the first issue for that user' pr-message: 'Message that will be displayed on the first pr for that user' (this gets rid of the spurious quotes, but also doesn't introduce any grammatical errors) It was a very bad impression to have a simple script designed to welcome folks be broken by default.
Fix broken link in README.md
The instruments command is deprecated as of Xcode 12 (https://developer.apple.com/documentation/xcode-release-notes/xcode-12-release-notes). Updated to use the corresponding `xcrun` command.
PSScriptAnalyzer code scanning
Update starter workflows to specify required permissions
Enhance/update the cmake starter workflow
The tfsec action doesn't require the GitHub token so removing it
tfsec: Remove the github token
chore: update `stale.yml`
Do not use fail-fast when testing multiple Pythons
`instruments` is depreacted, update to use `xcrun xctrace`
As oc-new-app action now has 'port' as an optional input So, removing default value of env 'APP_PORT' Signed-off-by: divyansh42 <diagrawa@redhat.com>
update setup-msbuild version and fix add path bug.
Use the latest commit hash for the action - resolves the issue support code signing
Update the tfsec ref point
* switch to official denoland/setup-deno action Also adds formatting and linting to the workflow (like dart workflow), and use uniform capitalization. * update commit hash Co-authored-by: Josh Gross <joshmgross@github.com>
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.
Pre-requisites
Please note that at this time we are only accepting new starter workflows for Code Scanning. Updates to existing starter workflows are fine.
Tasks
For all workflows, the workflow:
.ymlfile with the language or platform as its filename, in lower, kebab-cased format (for example,docker-image.yml). Special characters should be removed or replaced with words as appropriate (for example, "dotnet" instead of ".NET").For CI workflows, the workflow:
cidirectory.ci/properties/*.properties.jsonfile (for example,ci/properties/docker-publish.properties.json).pushtobranches: [ $default-branch ]andpull_requesttobranches: [ $default-branch ].releasewithtypes: [ created ].docker-publish.yml).For Code Scanning workflows, the workflow:
code-scanningdirectory.code-scanning/properties/*.properties.jsonfile (for example,code-scanning/properties/codeql.properties.json), with properties set as follows:name: Name of the Code Scanning integration.organization: Name of the organization producing the Code Scanning integration.description: Short description of the Code Scanning integration.categories: Array of languages supported by the Code Scanning integration.iconName: Name of the SVG logo representing the Code Scanning integration. This SVG logo must be present in theiconsdirectory.pushtobranches: [ $default-branch, $protected-branches ]andpull_requesttobranches: [ $default-branch ]. We also recommend ascheduletrigger ofcron: $cron-weekly(for example,codeql.yml).Some general notes:
actionsorganization, or