GitHub Actions
SoftwareWikipedia
158
MENTIONS
60
EPISODES
49
PODCASTS
Search complete. 158 mentions across 60 episodes found for "GitHub Actions".
Sep 11, 2026
Claude Code SessionEnd Hooks Fixed: No More 1.5s Teardown Cuts
L
1:25Lachlan ReidHOST
Now, setting CLAUDE_CODE_MS properly overrides that default 1.5-second limit for all session end lifecycle hooks that lack an explicit per-hook timeout.
J
1:35James TurnerHOST
So if you stick CLAUDE_END_SENDMS=10000 into your GitHub Actions workflow or your local shell profile, your teardown script gets a full 10 seconds to wrap up cleanly.
L
1:47Lachlan ReidHOST
Though there is an operational caveat here.
L
1:50Lachlan ReidHOST
You still wanna be careful setting massive global timeouts.
#107 - Continuous Integration in 2026: What Still Matters
P
12:29PaulinaHOST
I don't know if that changed, but back in the day, you could only have like one Jenkins file per repo and that was it.
P
12:38PaulinaHOST
With GitHub Actions, you can actually have multiple pipeline files.
P
12:43PaulinaHOST
And what usually happens is you would have still someone building those using reusable pipelines from that central repository to do mainline stuff, like the main CI-CD criteria, and then beyond the merge.
P
13:05PaulinaHOST
But multiple files, multiple CI files in the repository allows teams to add extra files there on top of what's created by the centralized team.
A
13:50AndreHOST
And you need to usually keep the shared library for all of them for the particular instance.
A
13:58AndreHOST
And usually the teams are not too happy about it because they want to have it more customized.
A
14:04AndreHOST
And that's what GitHub Actions gives you.
A
14:07AndreHOST
For example, GitHub Actions gives you much bigger flexibility without influencing everyone with it.
9/11 at 25, OfferLoader, Gemini CLI, Liquid, 10% Doom, Josh Marpet, and More - SWN #615
A
13:48Aaron LeylandHOST
CVE-2026-12537 with CVSS at 10, a solid 10.
A
13:57Aaron LeylandHOST
Gemini CLI, and this is the numbers, 0.39.1. And the run Gemini CLI GitHub action before 0.1.22.
A
14:10Aaron LeylandHOST
So Google patched it back in April.
A
14:13Aaron LeylandHOST
There was a walkthrough at DEF CON, and I'm going to tell you why it was beautiful in a kind of let the world burn type way.
Episode 881 - Eating Its Own Tail
J
8:30Jonathan BennettHOST
Mm-hmm.
O
8:30Olivier VerninGUEST
And then at the end of this, I have, like, I use GitHub Action that sends, um, notification to other Git repositories, and those other Git repositories, for example, one, for example, contain the Helm charts, if you're familiar with Kubernetes.
O
8:42Olivier VerninGUEST
One contain the documentation, if you're familiar with, like, running YouGo in, in your websites.
J
8:47Jonathan BennettHOST
Mm-hmm.
O
11:11Olivier VerninGUEST
... or what piece of information I'm using.
O
11:13Olivier VerninGUEST
I also like to use, um, the, uh, commands that specify these digests correspond to this information.
O
11:20Olivier VerninGUEST
Um, so for example, in, in, in GitHub Action, for example, you can specify both information, and then me as a human, I can just quickly check if the version really com- match the, the, the, the, the commits.
J
11:30Jonathan BennettHOST
Mm-hmm.
Daniel Moran | 40M+ Monthly Downloads: The Solo Maintainer Behind FakeRedis
M
0:31MiaHOST
He is a maintainer of Fake Redis, a pure Python implementation of the Redis API that began as a way to write tests without standing up a real server, and now works as a drop-in replacement for both Redis Py and Valkey Py, pulling over 5 million downloads a month.
M
0:47MiaHOST
Beyond Fake Redis, he maintains Django task scheduler, built a GitHub actions plugin for JetBrains IDEs, and helps run Django Commons, a community organization for keeping Django packages healthy.
M
1:00MiaHOST
Welcome, Daniel.
D
1:02Daniel MoranGUEST
Thank you, and thank you for the nice introduction.
12 MINS LATER
D
12:50Daniel MoranGUEST
Other than this, I can say that, um, also I had like, uh, two leads, uh, two clients, uh, that, uh, I got thanks to Fake Redis.
D
12:58Daniel MoranGUEST
They just like approached me.
D
13:00Daniel MoranGUEST
One of them actually, like, uh, they just saw like what I did with GitHub Action, like implementing this massive matrix [laughs] of like what's going on, and they say like, "Yeah, we need like to do, uh, something similar in our situation, like, uh, with GitHub Actions, and you obviously, like you know how to create like this matrix in GitHub Actions." So yeah, and this, I did the project for them.
D
13:20Daniel MoranGUEST
Another one, they wanted to extend, uh, actually Fake Redis, so, uh, and have it support, uh, something else.
Cloud Posse DevOps "Office Hours" (2026-09-09)
E
7:56Eric OstermanHOST
So after it makes the changes to the files when you run Atmos, you can have it also open a pull request with those changes.
E
8:03Eric OstermanHOST
So it works really convenient if you're using GitHub Actions or GitLab.
E
8:11Eric OstermanHOST
Actually, GitLab is not supported for opening pull requests.
E
8:19Eric OstermanHOST
Another related update is sometimes you need different formats for the version that you update in your files.
24 MINS LATER
E
32:53Eric OstermanHOST
And then if I look at this state file migration, this is saying migrate the random pet legacy to random pet service.
E
33:02Eric OstermanHOST
And that's why that worked cleanly.
E
33:05Eric OstermanHOST
So the beauty with all of this is you can have a fully GitOps-driven approach to migrations that works through your CI-CD process, for example, with GitHub Actions.
E
33:19Eric OstermanHOST
And you don't have to apply those migrations locally.
#42 Adrián Bolonio (Kununu): No ARIA Is Better Than Bad ARIA - And AI Is Making It Worse
J
22:44JoshHOST
deeply appreciate that because it helps them a lot in the long run and overall.
J
22:51JoshHOST
And I'm glad you talked about GitHub because you spoke at React Vienna at a meetup about automating JSDoc with GitHub Actions.
J
22:59JoshHOST
For anyone in the audience who might not be familiar, can you give us a quick overview of what is JSDoc and why it matters?
A
23:06Adrián BolonioGUEST
JSDoc is a documentation tool.
J
25:47JoshHOST
Well, that's why we automate things, right? And then why GitHub Action specifically? Was there anything else you'd considered beforehand? Or was just that GitHub, it worked and it was there? Yeah, I think it was
A
26:00Adrián BolonioGUEST
a bit of every repo was hosted in GitHub.
A
26:06Adrián BolonioGUEST
We had GitHub Actions on our hand to use, as well as a standard now in the industry.
A
26:13Adrián BolonioGUEST
So I think it was fairly easy to find examples well taken by the community.
FedGeoDay 2025 | Demonstrations: Open Source Geospatial Applications for Resilience - Daniel Dufour
D
6:25Daniel DufourGUEST
It all starts with people.
D
6:29Daniel DufourGUEST
GitHub Actions played a very critical role And if you want to learn more about GitHub Actions, we have a workshop tomorrow.
D
6:44Daniel DufourGUEST
And if it is sold out, reach out to us.
D
6:49Daniel DufourGUEST
All the material is public.
D
11:18Daniel DufourGUEST
You don't necessarily, if you can take four days instead of two days to do something, but it unlocks a new ability, sometimes if it's not an emergency, it's worth taking that time because then you can use that capability later.
D
11:32Daniel DufourGUEST
And so we had been, building our capabilities for a while.
D
11:38Daniel DufourGUEST
And it did take a long time to figure out how to automate pulling from a Google map of road closures through GitHub Actions onto our open data platform.
D
11:48Daniel DufourGUEST
But we had unlocked that previously.
Rails World Prep, Herb in Rails, Stacked PR Headaches and New Ruby Tooling
C
4:17Chris OliverHOST
And I meant to ask Marco this, but...
C
4:21Chris OliverHOST
Potentially, that can also then run Herb Analyze, and then that could just be added as a command to the CI that GitHub Actions...
C
4:31Chris OliverHOST
Because we've got RuboCop in there.
C
4:34Chris OliverHOST
So presumably we could just add that as another step to the CI steps and then have it validate your HTML correctness and all that.
Integrating with Kubernetes with Matthew Sanabria
M
60:24Matthew SanabriaGUEST
And then I'll be left with a pull request that I can review or whatever.
M
60:28Matthew SanabriaGUEST
If it's something open-ended where I'm trying to build the context, like for example, that oxide build kite stuff that I was thinking through, the whole point of that conversation was to flesh out how would this look like? And I would tell the AI agent via voice, I already have a GitHub Actions ephemeral runner.
M
60:45Matthew SanabriaGUEST
It works this way.
M
60:46Matthew SanabriaGUEST
It uses these APIs.
50 more episodes mention GitHub Actions.
Create an account to see the whole feed, search across every transcript, and follow the entities you care about.