Skip to content

Commit bd01037

Browse files
authored
Merge branch 'github:main' into main
2 parents 64be50c + 9552e6c commit bd01037

File tree

510 files changed

+921477
-7926
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

510 files changed

+921477
-7926
lines changed

.github/workflows/azure-preview-env-deploy-public.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
run: src/workflows/prune-for-preview-env.sh
113113

114114
- name: 'Build and push image'
115-
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445
115+
uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755
116116
with:
117117
context: .
118118
push: true

.github/workflows/azure-preview-env-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
run: src/workflows/prune-for-preview-env.sh
172172

173173
- name: 'Build and push image'
174-
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445
174+
uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755
175175
with:
176176
context: .
177177
push: true

.github/workflows/azure-prod-build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
token: ${{ secrets.DOCS_BOT_PAT_READPUBLICKEY }}
9393

9494
- name: 'Build and push image'
95-
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445
95+
uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755
9696
with:
9797
context: .
9898
push: true

.github/workflows/azure-staging-build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: src/early-access/scripts/merge-early-access.sh
9292

9393
- name: 'Build and push image'
94-
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445
94+
uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755
9595
with:
9696
context: .
9797
push: true

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
39-
- uses: github/codeql-action/init@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5
39+
- uses: github/codeql-action/init@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
4040
with:
4141
languages: javascript # comma separated list of values from {go, python, javascript, java, cpp, csharp, ruby}
4242
config: |
4343
paths-ignore:
4444
- 'src/open-source/scripts/add-pr-links.js'
45-
- uses: github/codeql-action/analyze@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5
45+
- uses: github/codeql-action/analyze@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
4646
continue-on-error: true
4747

4848
- uses: ./.github/actions/slack-alert

.github/workflows/main-preview-docker-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: src/workflows/prune-for-preview-env.sh
6969

7070
- name: 'Build and push image'
71-
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445
71+
uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755
7272
with:
7373
context: .
7474
push: true
Loading

content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ For more information about the notification delivery methods available to you, a
234234

235235
{% data reusables.secret-scanning.secret-scanning-configure-notifications %}
236236

237-
For more information on how to configure notifications for {% data variables.secret-scanning.alerts %}, see "[Configuring notifications for secret scanning alerts](/code-security/secret-scanning/managing-alerts-from-secret-scanning#configuring-notifications-for-secret-scanning-alerts)."
237+
For more information on how to configure notifications for {% data variables.secret-scanning.alerts %}, see "[AUTOTITLE](/code-security/secret-scanning/managing-alerts-from-secret-scanning/monitoring-alerts)."
238238

239239
{% ifversion update-notification-settings-22 or ghes %}
240240

content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/changing-your-github-username.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ If the new owner of your old username creates a repository with the same name as
7878

7979
After changing your username, links to your previous profile page, such as `https://{% data variables.product.product_url %}/previoususername`, will return a 404 error. We recommend updating any links to your account on {% data variables.location.product_location %} from elsewhere{% ifversion fpt or ghec %}, such as your LinkedIn or Twitter profile{% endif %}.
8080

81+
## Accounts logged in on GitHub Mobile
82+
83+
Accounts logged in on the {% data variables.product.prodname_mobile %} app may continue to display your original username until you log out. To ensure your updated username is displayed, we recommend you sign out and back in to your account on each mobile device.
84+
8185
## Your Git commits
8286

8387
If your Git commits are associated with another email address you've added to your {% data variables.product.prodname_dotcom %} account, they'll continue to be attributed to you and appear in your contributions graph after you've changed your username. For more information on setting your email address, see "[AUTOTITLE](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/setting-your-commit-email-address)" and "[AUTOTITLE](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/adding-an-email-address-to-your-github-account)."

content/actions/about-github-actions/about-continuous-deployment.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ type: overview
1010
redirect_from:
1111
- /actions/deployment/about-continuous-deployment
1212
- /actions/deployment/about-deployments/about-continuous-deployment
13+
- /actions/deployment/about-deployments
1314
topics:
1415
- CD
1516
---
@@ -40,6 +41,7 @@ You can configure your CD workflow to run when a {% data variables.product.produ
4041

4142
## Further reading
4243

43-
* [AUTOTITLE](/actions/deployment/about-deployments/deploying-with-github-actions)
44-
* [AUTOTITLE](/actions/deployment/targeting-different-environments/managing-environments-for-deployment){% ifversion fpt or ghec %}
44+
* "[AUTOTITLE](/actions/use-cases-and-examples/deploying)"
45+
* "[AUTOTITLE](/actions/deployment/about-deployments/deploying-with-github-actions)"
46+
* "[AUTOTITLE](/actions/deployment/targeting-different-environments/managing-environments-for-deployment)"{% ifversion fpt or ghec %}
4547
* "[AUTOTITLE](/billing/managing-billing-for-github-actions)"{% endif %}

0 commit comments

Comments
 (0)