Josh Johanning
Josh Johanning
I ran into a situation where I had imported/migrated a couple of repositories and actions were disabled by default, so when the the code scanning workflow file was pushed, the...
* updating manifests for vs2019 * Updating error message to reflect vs2019 - will need to update URL to the marketplace extension if it is published * adding in the...
 that menu bar on the top shouldn't be there, it should just be the background 
otherwise it was using `2.7.7` ruby, and I was seeing these errors: ``` Your Ruby version is 2.7.7, but your Gemfile specified 2.7.5 ```
- Update dependencies to resolve dependabot security alerts - Use regex with `files.replace` to resolve `Incomplete string escaping or encoding` CodeQL alert
I was wondering what the issue parser json file was doing in my home directory with a self-hosted runner:  Changing this to use `${env.RUNNER_TEMP}` as a more GitHub-native way...
See: https://github.com/stefanbuck/github-issue-parser/pull/47#issuecomment-1286189244 > For some odd reason the release pipeline was using an older commit as a baseline and this resulted in another 3.0.0 release ergo the pipeline failed with...
When I run the code scan action, it finds 19 results:  But when I look in Security --> Code Scanning Alerts, I see 38 open alerts:  Am I...