Skip to content

Commit

Permalink
Merge pull request #1870 from dotnet/main
Browse files Browse the repository at this point in the history
Merge main into live
  • Loading branch information
adegeo authored Aug 7, 2024
2 parents 5089384 + 400e9cd commit 1f7c2fc
Show file tree
Hide file tree
Showing 16 changed files with 151 additions and 512 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/check-for-build-warnings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,25 @@ on:
pull_request_target:
types: [opened, synchronize, reopened]

permissions:
contents: read

jobs:
status_checker_job:
name: Look for build warnings
runs-on: ubuntu-latest
permissions:
statuses: write
issues: write
pull-requests: write
statuses: read
pull-requests: read
steps:
- uses: actions/checkout@v3
- uses: dotnet/docs-tools/actions/status-checker@main
- name: Harden Runner
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
with:
egress-policy: audit

- uses: dotnet/docs-tools/actions/status-checker@5e8bcc78465d45a7544bba56509a1a69922b6a5a # main
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
docs_path: "dotnet-desktop-guide"
url_base_path: "dotnet/desktop"
opaque_leading_url_segments: "framework:view=netframeworkdesktop-4.8,net:view=netdesktop-7.0"
opaque_leading_url_segments: "framework:view=netframeworkdesktop-4.8,net:view=netdesktop-7.0,net:view=netdesktop-8.0"
Binary file not shown.
352 changes: 0 additions & 352 deletions .github/workflows/dependencies/Get-MSBuildResults.ps1

This file was deleted.

Loading

0 comments on commit 1f7c2fc

Please sign in to comment.