395 results for github actions · 0.368s

arxiv.org/abs/2206.14118v3

GitHub Actions: The Impact on the Pull Request Process

Software projects frequently use automation tools to perform repetitive activities in the distributed software development process. Recently, GitHub introduced GitHub Actions, a feature providing automated workflows for software projects. Understandi...

Sponsored Partners
www.reddit.com/r/devops/comments/1po92bm/pricing_changes_for_github_actions/

Pricing changes for GitHub Actions

* On **January 1, 2026**, you will receive up to a 39% reduction in the net price of GitHub-hosted runners. * On **March 1, 2026**, we are introducing a new **$0.002 per-minute GitHub Actions cloud...

www.bing.com/ck/a?!&&p=5b34ad882d1f03b9a70bd52677eedc74e0d1b1abd480e6e44e9e6ff5bba32babJmltdHM9MTc3MjU4MjQwMA&ptn=3&ver=2&hsh=4&fclid=031a12db-3e2b-6b19-3efb-05c93f276a55&u=a1aHR0cHM6Ly90ZWNoY29tbXVuaXR5Lm1pY3Jvc29mdC5jb20vYmxvZy9henVyZWRldmNvbW11bml0eWJsb2cvc3R1ZHktZ3VpZGUtZ2l0aHViLWFjdGlvbnMtY2VydGlmaWNhdGlvbi80MTk0OTU1&ntb=1

Study guide: GitHub Actions certification | Microsoft Community Hub

Jul 18, 2024 · GitHub Actions uses YAML files called workflows to define the steps and triggers for your automation. You can run workflows on GitHub-hosted runners or on your own self-hosted runners. …

github.com/sethvargo/go-githubactions

sethvargo/go-githubactions

Go SDK for GitHub Actions - easily author GitHub Actions in Go (⭐ 514)

www.reddit.com/r/devsecops/comments/1rdg7dt/github_actions_permission_scoping_how_are_you/

GitHub Actions permission scoping how are you enforcing it at scale?

I’ve been spending time looking at GitHub Actions workflows and one thing that keeps coming up is permission scoping. A lot of workflows define permissions at the top level instead of per job. That...

www.bing.com/ck/a?!&&p=371928b28bcf68430710ba9f5aad1a81f2c62ac2c05568530bb6de74bba91771JmltdHM9MTc3Mjg0MTYwMA&ptn=3&ver=2&hsh=4&fclid=06d989fd-3dc5-6f2c-02e4-9ee83c4f6ed7&u=a1aHR0cHM6Ly9zdGFja292ZXJmbG93LmNvbS9xdWVzdGlvbnMvNzcxNjE4MTgvd29ya2Zsb3ctbm90LXNob3dpbmctdXAtaW4tZ2l0aHViLWFjdGlvbnM&ntb=1

Workflow not showing up in GitHub Actions - Stack Overflow

Sep 23, 2023 · I am doing a continuous integration workflow in GitHub Actions to trigger "pytest backend/tests/" command on a push to any branch. Right now, I am testing in a feature branch. …

www.bing.com/ck/a?!&&p=15b23fa9ddb7a408f9f67502046ffbcd59e7fd238940279958e16e9bbe41f9c2JmltdHM9MTc3Mjg0MTYwMA&ptn=3&ver=2&hsh=4&fclid=06d989fd-3dc5-6f2c-02e4-9ee83c4f6ed7&u=a1aHR0cHM6Ly9zdGFja292ZXJmbG93LmNvbS9xdWVzdGlvbnMvNjIwNDU0Nzgvd2hhdC1pcy11c2VzLWRpcmVjdGl2ZS1pbi1naXRodWItYWN0aW9ucy11c2VkLWZvcg&ntb=1

What is "uses" directive in github actions used for?

May 27, 2020 · Below is from the GitHub Actions documentation regarding uses (ie jobs. {job_id}.steps.uses) keyword Selects an action to run as part of a step in your job. An action is a …

www.bing.com/ck/a?!&&p=2f588d4cec59d886b649c708665cab260dc0fab5120b8e5cb4b8ff9847d02d99JmltdHM9MTc3Mjg0MTYwMA&ptn=3&ver=2&hsh=4&fclid=1224a2ac-81f1-6b52-09a1-b5b980ef6acd&u=a1aHR0cHM6Ly9zdGFja292ZXJmbG93LmNvbS9xdWVzdGlvbnMvNzcxNjE4MTgvd29ya2Zsb3ctbm90LXNob3dpbmctdXAtaW4tZ2l0aHViLWFjdGlvbnM&ntb=1

Workflow not showing up in GitHub Actions - Stack Overflow

Sep 23, 2023 · I am doing a continuous integration workflow in GitHub Actions to trigger "pytest backend/tests/" command on a push to any branch. Right now, I am testing in a feature branch. …

www.bing.com/ck/a?!&&p=6cdf11ae8cd81ca7de90b3431199d1933996a3ef163612cbf96ee20ecd4b08b7JmltdHM9MTc3Mjg0MTYwMA&ptn=3&ver=2&hsh=4&fclid=1224a2ac-81f1-6b52-09a1-b5b980ef6acd&u=a1aHR0cHM6Ly9zdGFja292ZXJmbG93LmNvbS9xdWVzdGlvbnMvNjIwNDU0Nzgvd2hhdC1pcy11c2VzLWRpcmVjdGl2ZS1pbi1naXRodWItYWN0aW9ucy11c2VkLWZvcg&ntb=1

What is "uses" directive in github actions used for?

May 27, 2020 · Below is from the GitHub Actions documentation regarding uses (ie jobs. {job_id}.steps.uses) keyword Selects an action to run as part of a step in your job. An action is a …

www.reddit.com/r/AZURE/comments/1pkc73d/trying_to_setup_github_actions_terraform_azure/

Trying to setup github actions + terraform + azure, need help with auth

I've been dipping my feet into github actions and azure for the first time. What's in front of me now is using Terraform to manage Azure resources, such as Azure policies and other things, mostly to ...