Skip to content

Commit a221b95

Browse files
authored
Merge pull request #40769 from github/repo-sync
Repo sync
2 parents 350fa39 + f5df15a commit a221b95

File tree

68 files changed

+488
-259
lines changed

Some content is hidden

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

68 files changed

+488
-259
lines changed

.github/workflows/check-broken-links-github-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Create issue from file
6565
if: ${{ hashFiles('broken_github_github_links.md') != '' }}
6666
id: github-github-broken-link-report
67-
uses: peter-evans/create-issue-from-file@24452a72d85239eacf1468b0f1982a9f3fec4c94
67+
uses: peter-evans/create-issue-from-file@fca9117c27cdc29c6c4db3b86c48e4115a786710
6868
with:
6969
token: ${{ env.GITHUB_TOKEN }}
7070
title: ${{ steps.check.outputs.title }}

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
39-
- uses: github/codeql-action/init@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
39+
- uses: github/codeql-action/init@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4.30.7
4040
with:
4141
languages: javascript # comma separated list of values from {go, python, javascript, java, cpp, csharp, ruby}
42-
- uses: github/codeql-action/analyze@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
42+
- uses: github/codeql-action/analyze@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4.30.7
4343
continue-on-error: true
4444

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

.github/workflows/comment-release-note-info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
if: github.event.pull_request.user.login != 'release-controller[bot]' && github.repository == 'github/docs-internal'
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
24+
- uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9
2525
with:
2626
issue-number: ${{ github.event.pull_request.number }}
2727
body: |

.github/workflows/dont-delete-assets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Find possible previous comment
4444
if: ${{ steps.comment.outputs.markdown != '' }}
45-
uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e
45+
uses: peter-evans/find-comment@b30e6a3c0ed37e7c023ccd3f1db5c6c0b0c23aad
4646
id: findComment
4747
with:
4848
issue-number: ${{ github.event.number }}
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Update comment
5353
if: ${{ steps.comment.outputs.markdown != '' }}
54-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
54+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9
5555
with:
5656
comment-id: ${{ steps.findComment.outputs.comment-id }}
5757
issue-number: ${{ github.event.number }}

.github/workflows/dont-delete-features.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Find possible previous comment
4444
if: ${{ steps.comment.outputs.markdown != '' }}
45-
uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e
45+
uses: peter-evans/find-comment@b30e6a3c0ed37e7c023ccd3f1db5c6c0b0c23aad
4646
id: findComment
4747
with:
4848
issue-number: ${{ github.event.number }}
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Update comment
5353
if: ${{ steps.comment.outputs.markdown != '' }}
54-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
54+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9
5555
with:
5656
comment-id: ${{ steps.findComment.outputs.comment-id }}
5757
issue-number: ${{ github.event.number }}

.github/workflows/needs-sme-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Check out repo
2525
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2626

27-
- uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
27+
- uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9
2828
with:
2929
issue-number: ${{ github.event.issue.number }}
3030
body: |
@@ -43,7 +43,7 @@ jobs:
4343
- name: Check out repo
4444
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4545

46-
- uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
46+
- uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9
4747
with:
4848
issue-number: ${{ github.event.pull_request.number }}
4949
body: |

.github/workflows/notify-about-deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Find content directory changes comment
4949
if: ${{ steps.get-number.outputs.number != '' }}
50-
uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e
50+
uses: peter-evans/find-comment@b30e6a3c0ed37e7c023ccd3f1db5c6c0b0c23aad
5151
id: findComment
5252
with:
5353
issue-number: ${{ steps.get-number.outputs.number }}
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Update comment
5858
if: ${{ steps.get-number.outputs.number != '' }}
59-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
59+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9
6060
with:
6161
comment-id: ${{ steps.findComment.outputs.comment-id }}
6262
issue-number: ${{ steps.get-number.outputs.number }}

.github/workflows/readability.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Find existing readability comment
7171
if: ${{ steps.changed_files.outputs.filtered_changed_files }}
72-
uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e
72+
uses: peter-evans/find-comment@b30e6a3c0ed37e7c023ccd3f1db5c6c0b0c23aad
7373
id: findComment
7474
with:
7575
issue-number: ${{ github.event_name == 'workflow_dispatch' && inputs.pull_request_number || github.event.number }}
@@ -90,7 +90,7 @@ jobs:
9090
9191
- name: Create or update readability comment
9292
if: ${{ steps.changed_files.outputs.filtered_changed_files && steps.read_report.outputs.report }}
93-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
93+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9
9494
with:
9595
comment-id: ${{ steps.findComment.outputs.comment-id }}
9696
issue-number: ${{ github.event_name == 'workflow_dispatch' && inputs.pull_request_number || github.event.number }}

.github/workflows/review-comment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
echo "APP_URL=https://adjective-noun-hash-4000.app.github.dev" >> $GITHUB_ENV
5050
fi
5151
- name: Find code changes comment
52-
uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e
52+
uses: peter-evans/find-comment@b30e6a3c0ed37e7c023ccd3f1db5c6c0b0c23aad
5353
id: findComment
5454
with:
5555
issue-number: ${{ github.event.pull_request.number }}
@@ -65,7 +65,7 @@ jobs:
6565
HEAD_SHA: ${{ github.event.pull_request.head.sha }}
6666
run: npm run content-changes-table-comment
6767
- name: Update comment
68-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
68+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9
6969
with:
7070
comment-id: ${{ steps.findComment.outputs.comment-id }}
7171
issue-number: ${{ github.event.pull_request.number }}

.github/workflows/site-policy-reminder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
github.repository == 'github/docs-internal'
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
22+
- uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.API_TOKEN_SITEPOLICY }}
2525
with:

0 commit comments

Comments
 (0)