Josh Johanning

Results 8 issues of 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...

![2022-10-05 12 44 08](https://user-images.githubusercontent.com/19912012/194126652-d3db26c1-f9b2-4e82-a7c8-3e70bdeeb42c.gif) that menu bar on the top shouldn't be there, it should just be the background ![image](https://user-images.githubusercontent.com/19912012/194126700-091874a4-6dd7-469f-a413-9029efced0b7.png)

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: ![image](https://github.com/stefanbuck/github-issue-parser/assets/19912012/cd88532c-2523-4202-941d-e7bdc5b2b6c4) 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: ![image](https://user-images.githubusercontent.com/19912012/112223556-18411200-8bf8-11eb-9b9a-9cd1db32cf21.png) But when I look in Security --> Code Scanning Alerts, I see 38 open alerts: ![image](https://user-images.githubusercontent.com/19912012/112223632-3444b380-8bf8-11eb-8f7f-5e5a6d6a380c.png) Am I...