forked from github/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request github#28573 from github/repo-sync
Repo sync
- Loading branch information
Showing
8 changed files
with
74 additions
and
6 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 40 additions & 0 deletions
40
...code-security/dependabot/working-with-dependabot/viewing-dependabot-job-logs.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
title: Viewing Dependabot job logs | ||
intro: 'To support debugging of {% data variables.product.prodname_dependabot %} pull requests, {% data variables.product.product_name %} provides logs of all {% data variables.product.prodname_dependabot %} jobs.' | ||
shortTitle: Viewing Dependabot logs | ||
versions: | ||
feature: dependabot-job-log | ||
type: how_to | ||
topics: | ||
- Dependabot | ||
- Troubleshooting | ||
- Errors | ||
- Security updates | ||
- Dependencies | ||
--- | ||
|
||
## About {% data variables.product.prodname_dependabot %} job logs | ||
|
||
Whenever a {% data variables.product.prodname_dependabot %} job runs, the details of the job are captured in the job logs list, which is accessibile from the dependency graph. | ||
|
||
For each manifest file, the job logs record the most recent runs of {% data variables.product.prodname_dependabot %}, with each log entry displaying the job type, job ID, timestamp, and, where necessary, a link to the pull request(s) associated with the job. | ||
|
||
You may find that the log entry contains a short error message, which can be useful for debugging issues with a particular pull request or run. If you need to troubleshoot further, you can click **view logs** to access the full log files for a specific run. | ||
|
||
You will see the following job types recorded in the log list: | ||
- **Version update** - refers to a {% data variables.product.prodname_dependabot_version_updates %} run. | ||
- **Security update** - refers to a {% data variables.product.prodname_dependabot_security_updates %} run. | ||
- **Rebase update** - refers to a run where {% data variables.product.prodname_dependabot %} has automatically rebased the pull request to resolve a conflict with the target branch. This update could apply to a pull request from a {% data variables.product.prodname_dependabot_version_updates %} job, or a {% data variables.product.prodname_dependabot_security_updates %} job. | ||
|
||
## Viewing {% data variables.product.prodname_dependabot %} job logs | ||
|
||
The {% data variables.product.prodname_dependabot %} job logs list is accessible from the dependency graph tab in your repository. | ||
|
||
{% data reusables.repositories.navigate-to-repo %} | ||
{% data reusables.repositories.accessing-repository-graphs %} | ||
{% data reusables.repositories.click-dependency-graph %} | ||
{% data reusables.dependabot.click-dependabot-tab %} | ||
1. To the right of the name of manifest file that you're interested in, click **Recent update jobs**. | ||
1. Optionally, to see the full logs files for a particular job, click **view logs**. | ||
|
||
![Screenshot of a Dependabot job log entry for the Gemfile package manager. A button, called "View logs", is highlighted in a dark orange outline.](/assets/images/help/dependabot/dependabot-job-logs.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Reference: issue #11910 | ||
versions: | ||
fpt: '*' | ||
ghec: '*' | ||
ghes: '>= 3.12' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
The job logs list is accessible from the dependency graph of a repository. From the dependency graph, click the **{% data variables.product.prodname_dependabot %}** tab, then to the right of the affected manifest file, click **Recent update jobs**. |