Skip to content

Add Microsoft to trusted actions owner #19450

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

felickz
Copy link
Contributor

@felickz felickz commented May 1, 2025

Trust Microsoft*/GitHub* Actions publishers for the unpinned actions query.

Ex:

    # Discover where the MSBuild tool is and automatically add it to the PATH environment variable
    - name: Setup MSBuild
      uses: microsoft/setup-msbuild@v2

    # Download/installs a given version of NuGet.exe. Using this action will add nuget to your $PATH
    - name: Setup NuGet
      uses: NuGet/setup-nuget@v2

    # Connect to Azure
    - name: Login to Azure
      uses: azure/login@v2

   # Deploys to Azure
    - name: Deploy to Azure Web App
      uses: azure/webapps-deploy@v2

image

@Copilot Copilot AI review requested due to automatic review settings May 1, 2025 19:46
@felickz felickz requested a review from a team as a code owner May 1, 2025 19:46
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the list of trusted Actions owners in the CodeQL configuration to include Microsoft and Azure.

  • Adds "microsoft" and "azure" entries under the extensions section.

@github-actions github-actions bot added the Actions Analysis of GitHub Actions label May 1, 2025
@intrigus-lgtm
Copy link
Contributor

I understand that GitHub is a part of Microsoft, but I would say that many people would still consider microsoft/*, azure/*, and NuGet/ 3rd party Actions.
So why explicitly trust them?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Analysis of GitHub Actions documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants