-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Merge main into live #50253
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
Merge main into live #50253
Changes from all commits
fc53059
ef3dee1
186d70a
445d3ca
de14809
f67b351
ea8ac64
105cb8d
58be11e
509e893
ddf3ea4
224280a
aecc125
14ef7fd
5d39ae4
f95a6f9
0c8435c
5ba0716
34df618
756f6ce
f9e89d2
99aac8c
590e840
df7ed0f
38d96c4
36d8e44
f3fa656
2286684
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -35,7 +35,7 @@ | |
|
|
||
| # Create the PR for the work done by the "clean repo" tool | ||
| - name: create-pull-request | ||
| uses: dotnet/actions-create-pull-request@v4 | ||
| uses: peter-evans/create-pull-request@v7 | ||
Check warningCode scanning / Scorecard Pinned-Dependencies Medium
score is 5: third-party GitHubAction not pinned by hash
Remediation tip: update your workflow using https://app.stepsecurity.io Click Remediation section below for further remediation help |
||
| with: | ||
| branch: cleanrepo-orphaned-images | ||
| title: "Monthly chores: Delete orphaned images" | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -35,7 +35,7 @@ | |
|
|
||
| # Create the PR for the work done by the "clean repo" tool | ||
| - name: create-pull-request | ||
| uses: dotnet/actions-create-pull-request@v4 | ||
| uses: peter-evans/create-pull-request@v7 | ||
Check warningCode scanning / Scorecard Pinned-Dependencies Medium
score is 5: third-party GitHubAction not pinned by hash
Remediation tip: update your workflow using https://app.stepsecurity.io Click Remediation section below for further remediation help |
||
| with: | ||
| branch: cleanrepo-orphaned-includes | ||
| title: "Monthly chores: Delete orphaned include files" | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -35,7 +35,7 @@ | |
|
|
||
| # Create the PR for the work done by the "clean repo" tool | ||
| - name: create-pull-request | ||
| uses: dotnet/actions-create-pull-request@v4 | ||
| uses: peter-evans/create-pull-request@v7 | ||
Check warningCode scanning / Scorecard Pinned-Dependencies Medium
score is 5: third-party GitHubAction not pinned by hash
Remediation tip: update your workflow using https://app.stepsecurity.io Click Remediation section below for further remediation help |
||
| with: | ||
| branch: cleanrepo-orphaned-snippets | ||
| title: "Monthly chores: Delete orphaned snippets" | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -35,7 +35,7 @@ | |
|
|
||
| # Create the PR for the work done by the "clean repo" tool | ||
| - name: create-pull-request | ||
| uses: dotnet/actions-create-pull-request@v4 | ||
| uses: peter-evans/create-pull-request@v7 | ||
Check warningCode scanning / Scorecard Pinned-Dependencies Medium
score is 5: third-party GitHubAction not pinned by hash
Remediation tip: update your workflow using https://app.stepsecurity.io Click Remediation section below for further remediation help |
||
| with: | ||
| branch: cleanrepo-remove-hops | ||
| title: "Monthly chores: Remove redirect hops" | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -35,7 +35,7 @@ | |
|
|
||
| # Create the PR for the work done by the "clean repo" tool | ||
| - name: create-pull-request | ||
| uses: dotnet/actions-create-pull-request@v4 | ||
| uses: peter-evans/create-pull-request@v7 | ||
Check warningCode scanning / Scorecard Pinned-Dependencies Medium
score is 5: third-party GitHubAction not pinned by hash
Remediation tip: update your workflow using https://app.stepsecurity.io Click Remediation section below for further remediation help |
||
| with: | ||
| branch: cleanrepo-relative-links | ||
| title: "Monthly chores: Use relative links" | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -35,7 +35,7 @@ | |
|
|
||
| # Create the PR for the work done by the "clean repo" tool | ||
| - name: create-pull-request | ||
| uses: dotnet/actions-create-pull-request@v4 | ||
| uses: peter-evans/create-pull-request@v7 | ||
Check warningCode scanning / Scorecard Pinned-Dependencies Medium
score is 5: third-party GitHubAction not pinned by hash
Remediation tip: update your workflow using https://app.stepsecurity.io Click Remediation section below for further remediation help |
||
| with: | ||
| branch: cleanrepo-replace-redirects | ||
| title: "Monthly chores: Replace redirect targets" | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -54,7 +54,7 @@ | |
| dependabot-yml-path: ".github/dependabot.yml" | ||
| - name: Create pull request | ||
| if: github.event_name == 'workflow_dispatch' || github.repository_owner == 'dotnet' | ||
| uses: dotnet/actions-create-pull-request@v4 | ||
| uses: peter-evans/create-pull-request@v7 | ||
Check warningCode scanning / Scorecard Pinned-Dependencies Medium
score is 5: third-party GitHubAction not pinned by hash
Remediation tip: update your workflow using https://app.stepsecurity.io Click Remediation section below for further remediation help |
||
| with: | ||
| branch: create-dependabotconfig-pull-request/patch | ||
| title: "Update dependabot.yml - automatically." | ||
|
|
||
Large diffs are not rendered by default.
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium