Skip to content

Repo sync #39605

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

Merged
merged 2 commits into from
Aug 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions content/code-security/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ intro: 'Build security into your {% data variables.product.github %} workflow to
redirect_from:
- /code-security/guides
introLinks:
overview: /code-security/getting-started/github-security-features
try_ghas_for_free: '{% ifversion ghec %}/billing/how-tos/products/trial-advanced-security{% endif %}'
generate_secret_risk_assessment_report_for_free: '{% ifversion secret-risk-assessment %}/code-security/securing-your-organization/understanding-your-organizations-exposure-to-leaked-secrets/viewing-the-secret-risk-assessment-report-for-your-organization{% endif %}'
generate_secret_risk_assessment_report_for_free: '{% ifversion secret-risk-assessment %}/code-security/securing-your-organization/understanding-your-organizations-exposure-to-leaked-secrets/viewing-the-secret-risk-assessment-report-for-your-organization#generating-an-initial-secret-risk-assessment{% endif %}'
featuredLinks:
startHere: # Links aimed at the builder audience
- /code-security/getting-started/github-security-features
- /code-security/getting-started/quickstart-for-securing-your-repository
- /code-security/secret-scanning/working-with-secret-scanning-and-push-protection
- /code-security/getting-started/dependabot-quickstart-guide
- /code-security/code-scanning/enabling-code-scanning/configuring-default-setup-for-code-scanning
guideCards:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ All revisions specified in the `.git-blame-ignore-revs` file, which must be in t

1. Commit and push the changes.

In the blame view, revisions are excluded only if the commit **introduced new lines**. If the commit was the last to **modify** a line, it will still appear in blame. You'll see an "Ignoring revisions in .git-blame-ignore-revs" banner indicating that some commits may be hidden:
In the blame view, revisions are excluded if the commit **introduced new lines** or modified existing lines. If the commit was the last to **modify** a line, it will still appear in blame. You'll see an "Ignoring revisions in .git-blame-ignore-revs" banner indicating that some commits may be hidden:
<!--Page used for the screenshots below: https://github.com/electron/electron/blame/main/lib/browser/ipc-main-internal.ts -->
Expand Down
2 changes: 1 addition & 1 deletion data/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ product_landing:
overview: Overview
try_ghec_for_free: Try GitHub's enterprise features
try_ghas_for_free: Try GitHub Advanced Security for free
generate_secret_risk_assessment_report_for_free: Run a point-in-time scan to assess your organization's exposure to secret leaks
generate_secret_risk_assessment_report_for_free: Find out how to run a free secret risk assessment
plan_your_migration: Plan your migration
releases: Releases
guides: Guides
Expand Down
2 changes: 1 addition & 1 deletion src/fixtures/fixtures/data/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ product_landing:
overview: Overview
try_ghec_for_free: Try GitHub's enterprise features
try_ghas_for_free: Try GitHub Advanced Security for free
generate_secret_risk_assessment_report_for_free: Run a point-in-time scan to assess your organization's exposure to secret leaks
generate_secret_risk_assessment_report_for_free: Find out how to run a free secret risk assessment
plan_your_migration: Plan your migration
releases: Releases
guides: Guides
Expand Down
Loading