Skip to content

Repo sync #39048

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified assets/images/help/repository/code-scanning-branch-filter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/help/repository/filter-code-scanning-alerts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions content/actions/about-github-actions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@ versions:
ghec: '*'
children:
- /understanding-github-actions
- /about-continuous-integration-with-github-actions
- /about-continuous-deployment-with-github-actions
---

1 change: 0 additions & 1 deletion content/actions/administering-github-actions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ versions:
ghes: '*'
ghec: '*'
children:
- /usage-limits-billing-and-administration
- /viewing-github-actions-metrics
- /sharing-workflows-secrets-and-runners-with-your-organization
- /making-retired-namespaces-available-on-ghecom
Expand Down
14 changes: 14 additions & 0 deletions content/actions/concepts/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Concepts
intro: "Learn the core concepts that you'll need to understand GitHub Actions."
versions:
fpt: '*'
ghes: '*'
ghec: '*'
children:
- /overview
- /workflows-and-actions
- /runners
- /security
- /use-cases
---
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ redirect_from:
- /actions/deployment/about-deployments/about-continuous-deployment
- /actions/deployment/about-deployments
- /actions/about-github-actions/about-continuous-deployment
- /actions/about-github-actions/about-continuous-deployment-with-github-actions
topics:
- CD
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ redirect_from:
- /actions/guides/about-continuous-integration
- /actions/automating-builds-and-tests/about-continuous-integration
- /actions/about-github-actions/about-continuous-integration
- /actions/about-github-actions/about-continuous-integration-with-github-actions
versions:
fpt: '*'
ghes: '*'
Expand Down
13 changes: 13 additions & 0 deletions content/actions/concepts/overview/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Overview of GitHub Actions
shortTitle: Overview
intro: "Learn the overarching concepts that apply to GitHub Actions as a whole."
versions:
fpt: '*'
ghes: '*'
ghec: '*'
children:
- /about-continuous-deployment-with-github-actions
- /about-continuous-integration-with-github-actions
- /usage-limits-billing-and-administration
---
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ redirect_from:
- /actions/getting-started-with-github-actions/usage-and-billing-information-for-github-actions
- /actions/reference/usage-limits-billing-and-administration
- /actions/learn-github-actions/usage-limits-billing-and-administration
- /actions/administering-github-actions/usage-limits-billing-and-administration
versions:
fpt: '*'
ghes: '*'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ versions:
type: overview
topics:
- Actions Runner Controller
redirect_from:
- /actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/about-actions-runner-controller
---

[Legal notice](#legal-notice)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ versions:
feature: actions-hosted-runners
redirect_from:
- /actions/using-github-hosted-runners/about-larger-runners/about-larger-runners
- /actions/using-github-hosted-runners/using-larger-runners/about-larger-runners
---

## Overview of {% data variables.actions.hosted_runners %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ topics:
- Developer
- CI
- CD
redirect_from:
- /actions/using-github-hosted-runners/connecting-to-a-private-network/about-private-networking-with-github-hosted-runners
---

{% data reusables.actions.enterprise-github-hosted-runners %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ redirect_from:
- /github/automating-your-workflow-with-github-actions/about-self-hosted-runners
- /actions/automating-your-workflow-with-github-actions/about-self-hosted-runners
- /actions/hosting-your-own-runners/about-self-hosted-runners
- /actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners
versions:
fpt: '*'
ghes: '*'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ versions:
topics:
- Actions Runner Controller
- Support
redirect_from:
- /actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/about-support-for-actions-runner-controller
---

You can [contact {% data variables.contact.github_support %}](/support/contacting-github-support) for assistance with Actions Runner Controller.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ versions:
ghes: '*'
ghec: '*'
type: overview
redirect_from:
- /actions/hosting-your-own-runners/managing-self-hosted-runners/communicating-with-self-hosted-runners
---

A self-hosted runner connects to {% ifversion fpt or ghec %}{% data variables.product.github %}{% else %}{% data variables.location.product_location_enterprise %}{% endif %} to receive job assignments and to download new versions of the runner application. The self-hosted runner uses an {% ifversion ghes %}HTTP(S){% else %}HTTPS{% endif %} long poll that opens a connection to {% data variables.product.github %} for 50 seconds, and if no response is received, it then times out and creates a new long poll. The application must be running on the machine to accept and run {% data variables.product.prodname_actions %} jobs.
Expand Down
16 changes: 16 additions & 0 deletions content/actions/concepts/runners/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: GitHub Actions Runners
shortTitle: Runners
intro: "Learn about the concept of runners in GitHub Actions."
versions:
fpt: '*'
ghes: '*'
ghec: '*'
children:
- /about-larger-runners
- /about-private-networking-with-github-hosted-runners
- /about-self-hosted-runners
- /communicating-with-self-hosted-runners
- /about-actions-runner-controller
- /about-support-for-actions-runner-controller
---
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ versions:
fpt: '*'
ghes: '*'
ghec: '*'
redirect_from:
- /actions/security-for-github-actions/security-guides/about-secrets
---

{% data reusables.actions.enterprise-github-hosted-runners %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ topics:
- Security
redirect_from:
- /actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect
- /actions/security-for-github-actions/security-hardening-your-deployments/about-security-hardening-with-openid-connect
---

{% data reusables.actions.enterprise-github-hosted-runners %}
Expand Down
12 changes: 12 additions & 0 deletions content/actions/concepts/security/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Security in GitHub Actions
shortTitle: Security
intro: "Learn about security as a concept in GitHub Actions."
versions:
fpt: '*'
ghes: '*'
ghec: '*'
children:
- /about-secrets
- /about-security-hardening-with-openid-connect
---
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ redirect_from:
- /actions/publishing-packages-with-github-actions/about-packaging-with-github-actions
- /actions/guides/about-packaging-with-github-actions
- /actions/publishing-packages/about-packaging-with-github-actions
- /actions/use-cases-and-examples/publishing-packages/about-packaging-with-github-actions
versions:
fpt: '*'
ghes: '*'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ redirect_from:
- /actions/configuring-and-managing-workflows/about-service-containers
- /actions/guides/about-service-containers
- /actions/using-containerized-services/about-service-containers
- /actions/use-cases-and-examples/using-containerized-services/about-service-containers
versions:
fpt: '*'
ghes: '*'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ type: overview
redirect_from:
- /actions/deployment/deploying-with-github-actions
- /actions/deployment/about-deployments/deploying-with-github-actions
- /actions/use-cases-and-examples/deploying/deploying-with-github-actions
topics:
- CD
- Deployment
Expand Down
14 changes: 14 additions & 0 deletions content/actions/concepts/use-cases/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Use cases for GitHub Actions
shortTitle: Use cases
intro: "Learn about the real-world applications of GitHub Actions."
versions:
fpt: '*'
ghes: '*'
ghec: '*'
children:
- /deploying-with-github-actions
- /about-packaging-with-github-actions
- /using-github-actions-for-project-management
- /about-service-containers
---
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ intro: 'You can use {% data variables.product.prodname_actions %} to automate ma
redirect_from:
- /actions/guides/using-github-actions-for-project-management
- /actions/managing-issues-and-pull-requests/using-github-actions-for-project-management
- /actions/use-cases-and-examples/project-management/using-github-actions-for-project-management
versions:
fpt: '*'
ghes: '*'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ redirect_from:
- /actions/building-actions/about-actions
- /actions/creating-actions/about-actions
- /actions/creating-actions/about-custom-actions
- /actions/sharing-automations/creating-actions/about-custom-actions
versions:
fpt: '*'
ghes: '*'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ versions:
ghes: '*'
ghec: '*'
shortTitle: About monitoring
redirect_from:
- /actions/monitoring-and-troubleshooting-workflows/monitoring-workflows/about-monitoring-workflows
---

{% data reusables.actions.enterprise-github-hosted-runners %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ versions:
ghes: '*'
ghec: '*'
shortTitle: About troubleshooting
redirect_from:
- /actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/about-troubleshooting-workflows
---

{% data reusables.actions.enterprise-github-hosted-runners %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ redirect_from:
- /actions/learn-github-actions/managing-complex-workflows
- /actions/using-workflows/advanced-workflow-features
- /actions/using-workflows/about-workflows
- /actions/writing-workflows/about-workflows
topics:
- Workflows
layout: inline
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ topics:
- Workflows
redirect_from:
- /actions/using-workflows/avoiding-duplication
- /actions/sharing-automations/avoiding-duplication
---

## About reusable workflows and composite actions
Expand Down
15 changes: 15 additions & 0 deletions content/actions/concepts/workflows-and-actions/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Workflows and actions
intro: "Learn about the concepts of workflows and actions in GitHub Actions."
versions:
fpt: '*'
ghes: '*'
ghec: '*'
children:
- /about-workflows
- /avoiding-duplication
- /about-custom-actions
- /about-monitoring-workflows
- /notifications-for-workflow-runs
- /about-troubleshooting-workflows
---
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ versions:
ghec: '*'
redirect_from:
- /actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs
- /actions/monitoring-and-troubleshooting-workflows/monitoring-workflows/notifications-for-workflow-runs
---

{% data reusables.actions.enterprise-github-hosted-runners %}
Expand Down
10 changes: 5 additions & 5 deletions content/actions/guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ includeGuides:
- /actions/writing-workflows/using-workflow-templates
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-python
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-nodejs
- /actions/use-cases-and-examples/publishing-packages/about-packaging-with-github-actions
- /actions/concepts/use-cases/about-packaging-with-github-actions
- /actions/use-cases-and-examples/publishing-packages/publishing-docker-images
- /actions/writing-workflows/choosing-what-your-workflow-does/caching-dependencies-to-speed-up-workflows
- /actions/about-github-actions/about-continuous-integration-with-github-actions
- /actions/concepts/overview/about-continuous-integration-with-github-actions
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-powershell
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-ruby
- /actions/use-cases-and-examples/building-and-testing/building-and-testing-java-with-maven
Expand All @@ -36,20 +36,20 @@ includeGuides:
- /actions/use-cases-and-examples/publishing-packages/publishing-java-packages-with-maven
- /actions/use-cases-and-examples/publishing-packages/publishing-java-packages-with-gradle
- /actions/writing-workflows/choosing-what-your-workflow-does/storing-and-sharing-data-from-a-workflow
- /actions/use-cases-and-examples/using-containerized-services/about-service-containers
- /actions/concepts/use-cases/about-service-containers
- /actions/use-cases-and-examples/using-containerized-services/creating-redis-service-containers
- /actions/use-cases-and-examples/using-containerized-services/creating-postgresql-service-containers
- /actions/use-cases-and-examples/deploying/deploying-to-amazon-elastic-container-service
- /actions/use-cases-and-examples/deploying/deploying-to-google-kubernetes-engine
- /actions/sharing-automations/creating-actions/about-custom-actions
- /actions/concepts/workflows-and-actions/about-custom-actions
- /actions/sharing-automations/creating-actions/creating-a-javascript-action
- /actions/sharing-automations/creating-actions/creating-a-composite-action
- /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions
- /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-circleci-to-github-actions
- /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions
- /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-jenkins-to-github-actions
- /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-travis-ci-to-github-actions
- /actions/use-cases-and-examples/project-management/using-github-actions-for-project-management
- /actions/concepts/use-cases/using-github-actions-for-project-management
- /actions/use-cases-and-examples/project-management/closing-inactive-issues
- /actions/use-cases-and-examples/project-management/scheduling-issue-creation
- /actions/use-cases-and-examples/project-management/adding-labels-to-issues
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ versions:
topics:
- Actions Runner Controller
children:
- /about-actions-runner-controller
- /quickstart-for-actions-runner-controller
- /authenticating-to-the-github-api
- /deploying-runner-scale-sets-with-actions-runner-controller
- /using-actions-runner-controller-runners-in-a-workflow
- /troubleshooting-actions-runner-controller-errors
- /about-support-for-actions-runner-controller
---

{% data reusables.actions.enterprise-github-hosted-runners %}
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ versions:
ghes: '*'
ghec: '*'
children:
- /about-self-hosted-runners
- /communicating-with-self-hosted-runners
- /adding-self-hosted-runners
- /autoscaling-with-self-hosted-runners
- /running-scripts-before-or-after-a-job
Expand Down
7 changes: 4 additions & 3 deletions content/actions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ featuredLinks:
startHere:
- /actions/writing-workflows
- /actions/use-cases-and-examples
- /actions/about-github-actions/about-continuous-integration-with-github-actions
- /actions/use-cases-and-examples/deploying/deploying-with-github-actions
- /actions/use-cases-and-examples/publishing-packages/about-packaging-with-github-actions
- /actions/concepts/overview/about-continuous-integration-with-github-actions
- /actions/concepts/use-cases/deploying-with-github-actions
- /actions/concepts/use-cases/about-packaging-with-github-actions
- /actions/monitoring-and-troubleshooting-workflows
guideCards:
- /actions/writing-workflows/using-workflow-templates
Expand All @@ -37,6 +37,7 @@ versions:
ghec: '*'
children:
- /about-github-actions
- /concepts
- /writing-workflows
- /managing-workflow-runs-and-deployments
- /sharing-automations
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ versions:
ghes: '*'
ghec: '*'
children:
- /about-monitoring-workflows
- /notifications-for-workflow-runs
- /using-the-visualization-graph
- /viewing-workflow-run-history
- /viewing-job-execution-time
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ versions:
ghes: '*'
ghec: '*'
children:
- /about-troubleshooting-workflows
- /using-copilot-to-troubleshoot-workflows
- /enabling-debug-logging
- /working-with-support-for-github-actions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ versions:
ghec: '*'
children:
- /security-hardening-for-github-actions
- /about-secrets
- /using-secrets-in-github-actions
- /automatic-token-authentication
- /using-githubs-security-features-to-secure-your-use-of-github-actions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ versions:
ghec: '*'
ghes: '*'
children:
- /about-security-hardening-with-openid-connect
- /configuring-openid-connect-in-amazon-web-services
- /configuring-openid-connect-in-azure
- /configuring-openid-connect-in-google-cloud-platform
Expand Down
Loading
Loading