diff --git a/assets/images/help/repository/code-scanning-branch-filter.png b/assets/images/help/repository/code-scanning-branch-filter.png index b28221ab4ed3..0a8008046a4d 100644 Binary files a/assets/images/help/repository/code-scanning-branch-filter.png and b/assets/images/help/repository/code-scanning-branch-filter.png differ diff --git a/assets/images/help/repository/filter-code-scanning-alerts.png b/assets/images/help/repository/filter-code-scanning-alerts.png index 8503bcd2eb74..3a852ca67d6e 100644 Binary files a/assets/images/help/repository/filter-code-scanning-alerts.png and b/assets/images/help/repository/filter-code-scanning-alerts.png differ diff --git a/content/actions/about-github-actions/index.md b/content/actions/about-github-actions/index.md index afac6b532280..fcde128b108c 100644 --- a/content/actions/about-github-actions/index.md +++ b/content/actions/about-github-actions/index.md @@ -8,7 +8,5 @@ versions: ghec: '*' children: - /understanding-github-actions - - /about-continuous-integration-with-github-actions - - /about-continuous-deployment-with-github-actions --- diff --git a/content/actions/administering-github-actions/index.md b/content/actions/administering-github-actions/index.md index f3c6a7bd98ba..a09af5d1f0a3 100644 --- a/content/actions/administering-github-actions/index.md +++ b/content/actions/administering-github-actions/index.md @@ -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 diff --git a/content/actions/concepts/index.md b/content/actions/concepts/index.md new file mode 100644 index 000000000000..bb45a552ecc9 --- /dev/null +++ b/content/actions/concepts/index.md @@ -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 +--- diff --git a/content/actions/about-github-actions/about-continuous-deployment-with-github-actions.md b/content/actions/concepts/overview/about-continuous-deployment-with-github-actions.md similarity index 97% rename from content/actions/about-github-actions/about-continuous-deployment-with-github-actions.md rename to content/actions/concepts/overview/about-continuous-deployment-with-github-actions.md index 9ab36f3a06e5..341f1e03cf33 100644 --- a/content/actions/about-github-actions/about-continuous-deployment-with-github-actions.md +++ b/content/actions/concepts/overview/about-continuous-deployment-with-github-actions.md @@ -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 --- diff --git a/content/actions/about-github-actions/about-continuous-integration-with-github-actions.md b/content/actions/concepts/overview/about-continuous-integration-with-github-actions.md similarity index 98% rename from content/actions/about-github-actions/about-continuous-integration-with-github-actions.md rename to content/actions/concepts/overview/about-continuous-integration-with-github-actions.md index 0c24fc3aa86e..b5ede84a203d 100644 --- a/content/actions/about-github-actions/about-continuous-integration-with-github-actions.md +++ b/content/actions/concepts/overview/about-continuous-integration-with-github-actions.md @@ -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: '*' diff --git a/content/actions/concepts/overview/index.md b/content/actions/concepts/overview/index.md new file mode 100644 index 000000000000..1af3dce9b536 --- /dev/null +++ b/content/actions/concepts/overview/index.md @@ -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 +--- diff --git a/content/actions/administering-github-actions/usage-limits-billing-and-administration.md b/content/actions/concepts/overview/usage-limits-billing-and-administration.md similarity index 98% rename from content/actions/administering-github-actions/usage-limits-billing-and-administration.md rename to content/actions/concepts/overview/usage-limits-billing-and-administration.md index 63086497d167..09ec0defe5c6 100644 --- a/content/actions/administering-github-actions/usage-limits-billing-and-administration.md +++ b/content/actions/concepts/overview/usage-limits-billing-and-administration.md @@ -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: '*' diff --git a/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/about-actions-runner-controller.md b/content/actions/concepts/runners/about-actions-runner-controller.md similarity index 99% rename from content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/about-actions-runner-controller.md rename to content/actions/concepts/runners/about-actions-runner-controller.md index 4777c8d73c45..eced742cc958 100644 --- a/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/about-actions-runner-controller.md +++ b/content/actions/concepts/runners/about-actions-runner-controller.md @@ -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) diff --git a/content/actions/using-github-hosted-runners/using-larger-runners/about-larger-runners.md b/content/actions/concepts/runners/about-larger-runners.md similarity index 99% rename from content/actions/using-github-hosted-runners/using-larger-runners/about-larger-runners.md rename to content/actions/concepts/runners/about-larger-runners.md index c7e2ce7165d9..bc23c100dbbd 100644 --- a/content/actions/using-github-hosted-runners/using-larger-runners/about-larger-runners.md +++ b/content/actions/concepts/runners/about-larger-runners.md @@ -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 %} diff --git a/content/actions/using-github-hosted-runners/connecting-to-a-private-network/about-private-networking-with-github-hosted-runners.md b/content/actions/concepts/runners/about-private-networking-with-github-hosted-runners.md similarity index 94% rename from content/actions/using-github-hosted-runners/connecting-to-a-private-network/about-private-networking-with-github-hosted-runners.md rename to content/actions/concepts/runners/about-private-networking-with-github-hosted-runners.md index 30e2e7d8ff5c..fd6eef9c2f34 100644 --- a/content/actions/using-github-hosted-runners/connecting-to-a-private-network/about-private-networking-with-github-hosted-runners.md +++ b/content/actions/concepts/runners/about-private-networking-with-github-hosted-runners.md @@ -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 %} diff --git a/content/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners.md b/content/actions/concepts/runners/about-self-hosted-runners.md similarity index 98% rename from content/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners.md rename to content/actions/concepts/runners/about-self-hosted-runners.md index 5d09bc7316db..13e68ad293d0 100644 --- a/content/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners.md +++ b/content/actions/concepts/runners/about-self-hosted-runners.md @@ -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: '*' diff --git a/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/about-support-for-actions-runner-controller.md b/content/actions/concepts/runners/about-support-for-actions-runner-controller.md similarity index 95% rename from content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/about-support-for-actions-runner-controller.md rename to content/actions/concepts/runners/about-support-for-actions-runner-controller.md index 97286f38cc4d..af28c436d3db 100644 --- a/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/about-support-for-actions-runner-controller.md +++ b/content/actions/concepts/runners/about-support-for-actions-runner-controller.md @@ -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. diff --git a/content/actions/hosting-your-own-runners/managing-self-hosted-runners/communicating-with-self-hosted-runners.md b/content/actions/concepts/runners/communicating-with-self-hosted-runners.md similarity index 98% rename from content/actions/hosting-your-own-runners/managing-self-hosted-runners/communicating-with-self-hosted-runners.md rename to content/actions/concepts/runners/communicating-with-self-hosted-runners.md index 86cff3798022..1ba3c32ea71a 100644 --- a/content/actions/hosting-your-own-runners/managing-self-hosted-runners/communicating-with-self-hosted-runners.md +++ b/content/actions/concepts/runners/communicating-with-self-hosted-runners.md @@ -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. diff --git a/content/actions/concepts/runners/index.md b/content/actions/concepts/runners/index.md new file mode 100644 index 000000000000..6cbf75f973d5 --- /dev/null +++ b/content/actions/concepts/runners/index.md @@ -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 +--- diff --git a/content/actions/security-for-github-actions/security-guides/about-secrets.md b/content/actions/concepts/security/about-secrets.md similarity index 97% rename from content/actions/security-for-github-actions/security-guides/about-secrets.md rename to content/actions/concepts/security/about-secrets.md index cd3939f65743..b25bc2a3ba74 100644 --- a/content/actions/security-for-github-actions/security-guides/about-secrets.md +++ b/content/actions/concepts/security/about-secrets.md @@ -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 %} diff --git a/content/actions/security-for-github-actions/security-hardening-your-deployments/about-security-hardening-with-openid-connect.md b/content/actions/concepts/security/about-security-hardening-with-openid-connect.md similarity index 99% rename from content/actions/security-for-github-actions/security-hardening-your-deployments/about-security-hardening-with-openid-connect.md rename to content/actions/concepts/security/about-security-hardening-with-openid-connect.md index 7bccec38b3ef..94181eba803d 100644 --- a/content/actions/security-for-github-actions/security-hardening-your-deployments/about-security-hardening-with-openid-connect.md +++ b/content/actions/concepts/security/about-security-hardening-with-openid-connect.md @@ -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 %} diff --git a/content/actions/concepts/security/index.md b/content/actions/concepts/security/index.md new file mode 100644 index 000000000000..435a11e4c725 --- /dev/null +++ b/content/actions/concepts/security/index.md @@ -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 +--- diff --git a/content/actions/use-cases-and-examples/publishing-packages/about-packaging-with-github-actions.md b/content/actions/concepts/use-cases/about-packaging-with-github-actions.md similarity index 90% rename from content/actions/use-cases-and-examples/publishing-packages/about-packaging-with-github-actions.md rename to content/actions/concepts/use-cases/about-packaging-with-github-actions.md index 60b11fa31ce7..927c65ea981f 100644 --- a/content/actions/use-cases-and-examples/publishing-packages/about-packaging-with-github-actions.md +++ b/content/actions/concepts/use-cases/about-packaging-with-github-actions.md @@ -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: '*' diff --git a/content/actions/use-cases-and-examples/using-containerized-services/about-service-containers.md b/content/actions/concepts/use-cases/about-service-containers.md similarity index 98% rename from content/actions/use-cases-and-examples/using-containerized-services/about-service-containers.md rename to content/actions/concepts/use-cases/about-service-containers.md index 2f48d5edd7b1..ee17d3365bd4 100644 --- a/content/actions/use-cases-and-examples/using-containerized-services/about-service-containers.md +++ b/content/actions/concepts/use-cases/about-service-containers.md @@ -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: '*' diff --git a/content/actions/use-cases-and-examples/deploying/deploying-with-github-actions.md b/content/actions/concepts/use-cases/deploying-with-github-actions.md similarity index 98% rename from content/actions/use-cases-and-examples/deploying/deploying-with-github-actions.md rename to content/actions/concepts/use-cases/deploying-with-github-actions.md index fc1dbfa862db..4f7b0b5abada 100644 --- a/content/actions/use-cases-and-examples/deploying/deploying-with-github-actions.md +++ b/content/actions/concepts/use-cases/deploying-with-github-actions.md @@ -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 diff --git a/content/actions/concepts/use-cases/index.md b/content/actions/concepts/use-cases/index.md new file mode 100644 index 000000000000..ef3e93f130fb --- /dev/null +++ b/content/actions/concepts/use-cases/index.md @@ -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 +--- diff --git a/content/actions/use-cases-and-examples/project-management/using-github-actions-for-project-management.md b/content/actions/concepts/use-cases/using-github-actions-for-project-management.md similarity index 96% rename from content/actions/use-cases-and-examples/project-management/using-github-actions-for-project-management.md rename to content/actions/concepts/use-cases/using-github-actions-for-project-management.md index f4d8ac27124b..a001e077166d 100644 --- a/content/actions/use-cases-and-examples/project-management/using-github-actions-for-project-management.md +++ b/content/actions/concepts/use-cases/using-github-actions-for-project-management.md @@ -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: '*' diff --git a/content/actions/sharing-automations/creating-actions/about-custom-actions.md b/content/actions/concepts/workflows-and-actions/about-custom-actions.md similarity index 99% rename from content/actions/sharing-automations/creating-actions/about-custom-actions.md rename to content/actions/concepts/workflows-and-actions/about-custom-actions.md index 44da7ba0208e..45117d387ad6 100644 --- a/content/actions/sharing-automations/creating-actions/about-custom-actions.md +++ b/content/actions/concepts/workflows-and-actions/about-custom-actions.md @@ -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: '*' diff --git a/content/actions/monitoring-and-troubleshooting-workflows/monitoring-workflows/about-monitoring-workflows.md b/content/actions/concepts/workflows-and-actions/about-monitoring-workflows.md similarity index 95% rename from content/actions/monitoring-and-troubleshooting-workflows/monitoring-workflows/about-monitoring-workflows.md rename to content/actions/concepts/workflows-and-actions/about-monitoring-workflows.md index 7721e2e01f82..72b0ea9fc386 100644 --- a/content/actions/monitoring-and-troubleshooting-workflows/monitoring-workflows/about-monitoring-workflows.md +++ b/content/actions/concepts/workflows-and-actions/about-monitoring-workflows.md @@ -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 %} diff --git a/content/actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/about-troubleshooting-workflows.md b/content/actions/concepts/workflows-and-actions/about-troubleshooting-workflows.md similarity index 98% rename from content/actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/about-troubleshooting-workflows.md rename to content/actions/concepts/workflows-and-actions/about-troubleshooting-workflows.md index 838621cf357e..4471cc672b9f 100644 --- a/content/actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/about-troubleshooting-workflows.md +++ b/content/actions/concepts/workflows-and-actions/about-troubleshooting-workflows.md @@ -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 %} diff --git a/content/actions/writing-workflows/about-workflows.md b/content/actions/concepts/workflows-and-actions/about-workflows.md similarity index 99% rename from content/actions/writing-workflows/about-workflows.md rename to content/actions/concepts/workflows-and-actions/about-workflows.md index 36860dbaabb9..29359e5535c3 100644 --- a/content/actions/writing-workflows/about-workflows.md +++ b/content/actions/concepts/workflows-and-actions/about-workflows.md @@ -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 diff --git a/content/actions/sharing-automations/avoiding-duplication.md b/content/actions/concepts/workflows-and-actions/avoiding-duplication.md similarity index 98% rename from content/actions/sharing-automations/avoiding-duplication.md rename to content/actions/concepts/workflows-and-actions/avoiding-duplication.md index 74b2026f5e05..6dd0addba4b9 100644 --- a/content/actions/sharing-automations/avoiding-duplication.md +++ b/content/actions/concepts/workflows-and-actions/avoiding-duplication.md @@ -11,6 +11,7 @@ topics: - Workflows redirect_from: - /actions/using-workflows/avoiding-duplication + - /actions/sharing-automations/avoiding-duplication --- ## About reusable workflows and composite actions diff --git a/content/actions/concepts/workflows-and-actions/index.md b/content/actions/concepts/workflows-and-actions/index.md new file mode 100644 index 000000000000..ba56fcb55944 --- /dev/null +++ b/content/actions/concepts/workflows-and-actions/index.md @@ -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 +--- diff --git a/content/actions/monitoring-and-troubleshooting-workflows/monitoring-workflows/notifications-for-workflow-runs.md b/content/actions/concepts/workflows-and-actions/notifications-for-workflow-runs.md similarity index 80% rename from content/actions/monitoring-and-troubleshooting-workflows/monitoring-workflows/notifications-for-workflow-runs.md rename to content/actions/concepts/workflows-and-actions/notifications-for-workflow-runs.md index 3c09d2db10e1..0db9ec25704a 100644 --- a/content/actions/monitoring-and-troubleshooting-workflows/monitoring-workflows/notifications-for-workflow-runs.md +++ b/content/actions/concepts/workflows-and-actions/notifications-for-workflow-runs.md @@ -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 %} diff --git a/content/actions/guides.md b/content/actions/guides.md index d5cfdfb0948c..599bc9c98252 100644 --- a/content/actions/guides.md +++ b/content/actions/guides.md @@ -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 @@ -36,12 +36,12 @@ 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 @@ -49,7 +49,7 @@ includeGuides: - /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 diff --git a/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/index.md b/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/index.md index d4d6dded78b9..078c821c3a6c 100644 --- a/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/index.md +++ b/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/index.md @@ -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 %} diff --git a/content/actions/hosting-your-own-runners/managing-self-hosted-runners/index.md b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/index.md index 6e04e448806b..ba7e6fa515f3 100644 --- a/content/actions/hosting-your-own-runners/managing-self-hosted-runners/index.md +++ b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/index.md @@ -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 diff --git a/content/actions/index.md b/content/actions/index.md index 9643562bf311..b26b4ba1cd5c 100644 --- a/content/actions/index.md +++ b/content/actions/index.md @@ -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 @@ -37,6 +37,7 @@ versions: ghec: '*' children: - /about-github-actions + - /concepts - /writing-workflows - /managing-workflow-runs-and-deployments - /sharing-automations diff --git a/content/actions/monitoring-and-troubleshooting-workflows/monitoring-workflows/index.md b/content/actions/monitoring-and-troubleshooting-workflows/monitoring-workflows/index.md index 15e9f846d035..7167d9fb1747 100644 --- a/content/actions/monitoring-and-troubleshooting-workflows/monitoring-workflows/index.md +++ b/content/actions/monitoring-and-troubleshooting-workflows/monitoring-workflows/index.md @@ -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 diff --git a/content/actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/index.md b/content/actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/index.md index c23957ba278d..9317337560b1 100644 --- a/content/actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/index.md +++ b/content/actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/index.md @@ -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 diff --git a/content/actions/security-for-github-actions/security-guides/index.md b/content/actions/security-for-github-actions/security-guides/index.md index 5be228d4dbdf..4de1b09b3d40 100644 --- a/content/actions/security-for-github-actions/security-guides/index.md +++ b/content/actions/security-for-github-actions/security-guides/index.md @@ -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 diff --git a/content/actions/security-for-github-actions/security-hardening-your-deployments/index.md b/content/actions/security-for-github-actions/security-hardening-your-deployments/index.md index 6424dc340273..e1df03db7047 100644 --- a/content/actions/security-for-github-actions/security-hardening-your-deployments/index.md +++ b/content/actions/security-for-github-actions/security-hardening-your-deployments/index.md @@ -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 diff --git a/content/actions/sharing-automations/creating-actions/index.md b/content/actions/sharing-automations/creating-actions/index.md index 75e306f68059..ba3a2a9d72f9 100644 --- a/content/actions/sharing-automations/creating-actions/index.md +++ b/content/actions/sharing-automations/creating-actions/index.md @@ -7,7 +7,6 @@ versions: ghes: '*' ghec: '*' children: - - /about-custom-actions - /creating-a-docker-container-action - /creating-a-javascript-action - /creating-a-composite-action diff --git a/content/actions/sharing-automations/index.md b/content/actions/sharing-automations/index.md index 8b8fbbe168a4..a8da119991e1 100644 --- a/content/actions/sharing-automations/index.md +++ b/content/actions/sharing-automations/index.md @@ -13,7 +13,6 @@ redirect_from: - /actions/building-actions - /articles/creating-a-github-action children: - - /avoiding-duplication - /creating-actions - /reusing-workflows - /creating-workflow-templates-for-your-organization diff --git a/content/actions/use-cases-and-examples/deploying/index.md b/content/actions/use-cases-and-examples/deploying/index.md index f54f1dd93859..f84bdb85a28c 100644 --- a/content/actions/use-cases-and-examples/deploying/index.md +++ b/content/actions/use-cases-and-examples/deploying/index.md @@ -7,7 +7,6 @@ versions: ghes: '*' ghec: '*' children: - - /deploying-with-github-actions - /deploying-nodejs-to-azure-app-service - /deploying-python-to-azure-app-service - /deploying-java-to-azure-app-service diff --git a/content/actions/use-cases-and-examples/project-management/index.md b/content/actions/use-cases-and-examples/project-management/index.md index c244a5365649..6221fc8dad00 100644 --- a/content/actions/use-cases-and-examples/project-management/index.md +++ b/content/actions/use-cases-and-examples/project-management/index.md @@ -7,7 +7,6 @@ versions: ghes: '*' ghec: '*' children: - - /using-github-actions-for-project-management - /adding-labels-to-issues - /closing-inactive-issues - /commenting-on-an-issue-when-a-label-is-added diff --git a/content/actions/use-cases-and-examples/publishing-packages/index.md b/content/actions/use-cases-and-examples/publishing-packages/index.md index f01698b80d83..6f134c2f13ba 100644 --- a/content/actions/use-cases-and-examples/publishing-packages/index.md +++ b/content/actions/use-cases-and-examples/publishing-packages/index.md @@ -10,7 +10,6 @@ redirect_from: - /actions/publishing-packages-with-github-actions - /actions/publishing-packages children: - - /about-packaging-with-github-actions - /publishing-docker-images - /publishing-java-packages-with-gradle - /publishing-java-packages-with-maven diff --git a/content/actions/use-cases-and-examples/using-containerized-services/index.md b/content/actions/use-cases-and-examples/using-containerized-services/index.md index aea86fe6f003..3fcda4d5f635 100644 --- a/content/actions/use-cases-and-examples/using-containerized-services/index.md +++ b/content/actions/use-cases-and-examples/using-containerized-services/index.md @@ -12,7 +12,6 @@ redirect_from: - /actions/guides/using-databases-and-service-containers - /actions/using-containerized-services children: - - /about-service-containers - /creating-postgresql-service-containers - /creating-redis-service-containers --- diff --git a/content/actions/using-github-hosted-runners/connecting-to-a-private-network/index.md b/content/actions/using-github-hosted-runners/connecting-to-a-private-network/index.md index b27809bcc29e..cdfe6326f260 100644 --- a/content/actions/using-github-hosted-runners/connecting-to-a-private-network/index.md +++ b/content/actions/using-github-hosted-runners/connecting-to-a-private-network/index.md @@ -7,7 +7,6 @@ versions: ghec: '*' ghes: '*' children: - - /about-private-networking-with-github-hosted-runners - /using-an-api-gateway-with-oidc - /using-wireguard-to-create-a-network-overlay --- diff --git a/content/actions/using-github-hosted-runners/using-larger-runners/index.md b/content/actions/using-github-hosted-runners/using-larger-runners/index.md index ab71c5e1f40f..fb49b5512289 100644 --- a/content/actions/using-github-hosted-runners/using-larger-runners/index.md +++ b/content/actions/using-github-hosted-runners/using-larger-runners/index.md @@ -5,7 +5,6 @@ intro: '{% data variables.product.prodname_dotcom %} offers runners with more RA versions: feature: actions-hosted-runners children: - - /about-larger-runners - /managing-larger-runners - /controlling-access-to-larger-runners - /running-jobs-on-larger-runners diff --git a/content/actions/writing-workflows/index.md b/content/actions/writing-workflows/index.md index d484ef56e8c8..cd55321d7e86 100644 --- a/content/actions/writing-workflows/index.md +++ b/content/actions/writing-workflows/index.md @@ -11,7 +11,6 @@ versions: ghec: '*' children: - /quickstart - - /about-workflows - /using-workflow-templates - /choosing-when-your-workflow-runs - /choosing-where-your-workflow-runs diff --git a/content/code-security/code-scanning/managing-code-scanning-alerts/resolving-code-scanning-alerts.md b/content/code-security/code-scanning/managing-code-scanning-alerts/resolving-code-scanning-alerts.md index dd25d9df9c66..282448e06ccc 100644 --- a/content/code-security/code-scanning/managing-code-scanning-alerts/resolving-code-scanning-alerts.md +++ b/content/code-security/code-scanning/managing-code-scanning-alerts/resolving-code-scanning-alerts.md @@ -64,9 +64,9 @@ Anyone with write permission for a repository can fix an alert by committing a c You can use the free text search or the filters to display a subset of alerts and then in turn mark all matching alerts as closed. -Alerts may be fixed in one branch but not in another. You can use the "Branch" filter, on the summary of alerts, to check whether an alert is fixed in a particular branch. +Alerts may be fixed in one branch but not in another. You can use the "branch" filter, on the summary of alerts, to check whether an alert is fixed in a particular branch. -![Screenshot of alerts view with the "Branch" dropdown menu expanded. The "Branch" button is outlined in dark orange.](/assets/images/help/repository/code-scanning-branch-filter.png) +![Screenshot of alerts view with the branch options expanded. The "branch" filter is underlined with dark orange.](/assets/images/help/repository/code-scanning-branch-filter.png) {% data reusables.code-scanning.filter-non-default-branches %} diff --git a/content/copilot/using-github-copilot/ai-models/changing-the-ai-model-for-copilot-chat.md b/content/copilot/using-github-copilot/ai-models/changing-the-ai-model-for-copilot-chat.md index 0e6960d723bf..5fb1fcdd222d 100644 --- a/content/copilot/using-github-copilot/ai-models/changing-the-ai-model-for-copilot-chat.md +++ b/content/copilot/using-github-copilot/ai-models/changing-the-ai-model-for-copilot-chat.md @@ -49,9 +49,6 @@ These instructions are for {% data variables.product.prodname_copilot_short %} o {% vscode %} -> [!NOTE] -> Multiple model support in {% data variables.copilot.copilot_chat_short %} is in {% data variables.release-phases.public_preview %} and is subject to change. - ## Changing the AI model These instructions are for {% data variables.product.prodname_vscode %}. For instructions on different clients, click the appropriate tab at the top of this page. @@ -84,9 +81,6 @@ To use multi-model {% data variables.copilot.copilot_chat_short %}, you must use {% jetbrains %} -> [!NOTE] -> Multiple model support in {% data variables.copilot.copilot_chat_short %} is in {% data variables.release-phases.public_preview %} and is subject to change. - ## Changing the AI model These instructions are for the JetBrains IDEs. For instructions on different clients, click the appropriate tab at the top of this page. @@ -103,9 +97,6 @@ These instructions are for the JetBrains IDEs. For instructions on different cli {% eclipse %} -> [!NOTE] -> Multiple model support in {% data variables.copilot.copilot_chat_short %} is in {% data variables.release-phases.public_preview %} and is subject to change. - ## Changing the AI model These instructions are for the Eclipse IDE. For instructions on different clients, click the appropriate tab at the top of this page. @@ -122,9 +113,6 @@ These instructions are for the Eclipse IDE. For instructions on different client {% xcode %} -> [!NOTE] -> * Multiple model support in {% data variables.copilot.copilot_chat_short %} is in {% data variables.release-phases.public_preview %} and is subject to change. - ## Changing the AI model These instructions are for Xcode. For instructions on different clients, click the appropriate tab at the top of this page. diff --git a/data/learning-tracks/actions.yml b/data/learning-tracks/actions.yml index 1fbef94c2a18..8ab939c60280 100644 --- a/data/learning-tracks/actions.yml +++ b/data/learning-tracks/actions.yml @@ -7,7 +7,7 @@ getting_started: - /actions/about-github-actions/understanding-github-actions - >- /actions/writing-workflows/choosing-what-your-workflow-does/using-pre-written-building-blocks-in-your-workflow - - /actions/writing-workflows/about-workflows + - /actions/concepts/workflows-and-actions/about-workflows - /actions/sharing-automations/reusing-workflows - >- /actions/security-for-github-actions/security-guides/security-hardening-for-github-actions @@ -64,7 +64,7 @@ hosting_your_own_runners: environment. guides: - >- - /actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners + /actions/concepts/runners/about-self-hosted-runners - >- /actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners - >- @@ -86,7 +86,7 @@ create_actions: your project? Learn how to build shareable actions and publish them to GitHub Marketplace. guides: - - /actions/sharing-automations/creating-actions/about-custom-actions + - /actions/concepts/workflows-and-actions/about-custom-actions - >- /actions/sharing-automations/creating-actions/creating-a-docker-container-action - /actions/sharing-automations/creating-actions/creating-a-javascript-action