Skip to content

Commit

Permalink
Merge branch 'main' into fix-5496
Browse files Browse the repository at this point in the history
  • Loading branch information
atsansone authored Feb 5, 2024
2 parents 23c4ad5 + 28dd1d0 commit df7d980
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@b7bf0a3ed3ecfa44160715d7c442788f65f0f923
uses: github/codeql-action/init@e8893c57a1f3a2b659b6b55564fdfdbbd2982911
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -44,7 +44,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@b7bf0a3ed3ecfa44160715d7c442788f65f0f923
uses: github/codeql-action/autobuild@e8893c57a1f3a2b659b6b55564fdfdbbd2982911

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -58,4 +58,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@b7bf0a3ed3ecfa44160715d7c442788f65f0f923
uses: github/codeql-action/analyze@e8893c57a1f3a2b659b6b55564fdfdbbd2982911
2 changes: 1 addition & 1 deletion .github/workflows/scorecards-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@b7bf0a3ed3ecfa44160715d7c442788f65f0f923
uses: github/codeql-action/upload-sarif@e8893c57a1f3a2b659b6b55564fdfdbbd2982911
with:
sarif_file: results.sarif
7 changes: 7 additions & 0 deletions src/tools/pub/publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,13 @@ To allow or disallow other people to upload versions, either:
* Transfer the package to a [verified publisher][];
all members of a publisher are authorized to upload.

{{site.alert.tip}}
We strongly recommend you invite other members of your team
to become uploaders of the package.
This helps ensure that your team retains access to
the package when you are not available.
{{site.alert.end}}

## Locating the package publisher

If a package has a verified publisher,
Expand Down

0 comments on commit df7d980

Please sign in to comment.