<feed xmlns="http://www.w3.org/2005/Atom"> <id>/</id><title>Mickey Gousset</title><subtitle>Blogging about DevOps, GitHub, and AI, as well as my continuing tech journey. All thoughts are my own.</subtitle> <updated>2025-08-19T14:05:15-05:00</updated> <author> <name>Mickey Gousset</name> <uri>/</uri> </author><link rel="self" type="application/atom+xml" href="/feed.xml"/><link rel="alternate" type="text/html" hreflang="en" href="/"/> <generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator> <rights> © 2025 Mickey Gousset </rights> <icon>/assets/img/favicons/favicon.ico</icon> <logo>/assets/img/favicons/favicon-96x96.png</logo> <entry><title>GitHub actions/checkout action fails with two possible error messages</title><link href="/posts/github-actions-checkout-fails-with-two-possible-error-messages/" rel="alternate" type="text/html" title="GitHub actions/checkout action fails with two possible error messages" /><published>2025-05-06T19:06:00-05:00</published> <updated>2025-05-07T21:20:43-05:00</updated> <id>/posts/github-actions-checkout-fails-with-two-possible-error-messages/</id> <content src="/posts/github-actions-checkout-fails-with-two-possible-error-messages/" /> <author> <name>Mickey Gousset</name> </author> <category term="GitHub" /> <category term="Actions" /> <summary> If you are using the GitHub actions/checkout action in your GitHub Actions workflow, you may have run into one of two error messages: repository ‘https://github.com/YourOrgName/YourRepoName/’ not found could not read Username for ‘https://github.com’: terminal prompts disabled These errors can be frustrating, especially if you are not sure what is causing them. It can be even more frust... </summary> </entry> <entry><title>CodeQL detected code written in Python but could not process any of it</title><link href="/posts/codeql-detected-code-written-in-python-but-could-not-process-any-of-it/" rel="alternate" type="text/html" title="CodeQL detected code written in Python but could not process any of it" /><published>2024-09-24T09:06:00-05:00</published> <updated>2024-09-24T09:06:00-05:00</updated> <id>/posts/codeql-detected-code-written-in-python-but-could-not-process-any-of-it/</id> <content src="/posts/codeql-detected-code-written-in-python-but-could-not-process-any-of-it/" /> <author> <name>Mickey Gousset</name> </author> <category term="GitHub" /> <category term="GHAS" /> <summary> One of the features of GitHub Advanced Security is code scanning, specifically using CodeQL. In this post, I’m going to talk about an error you may encounter when you have code in a hidden folder, such as a . directory, and you are running CodeQL code scanning against it. The example in this post is related to python, but you can potentially see this same issue with other languages. The E... </summary> </entry> <entry><title>Configuring Integration between Jira Data Center and GitHub Enterprise Cloud</title><link href="/posts/configuring-dvcs-with-jira-datacenter-and-github/" rel="alternate" type="text/html" title="Configuring Integration between Jira Data Center and GitHub Enterprise Cloud" /><published>2024-03-17T06:16:00-05:00</published> <updated>2024-03-17T06:16:00-05:00</updated> <id>/posts/configuring-dvcs-with-jira-datacenter-and-github/</id> <content src="/posts/configuring-dvcs-with-jira-datacenter-and-github/" /> <author> <name>Mickey Gousset</name> </author> <category term="GitHub" /> <category term="Integrations" /> <summary> Overview First, let me be very specific with what I am covering in this post, which is the scenario I run into most often. I am going to cover how to integrate Jira Data Center, running self-hosted, with GitHub Enterprise Cloud (GHEC). This could be either regular GHEC or the Enterprise Managed Users (EMU) version. The assumption is the Jira instance is not externally accessible, meaning it... </summary> </entry> </feed>
