You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by @dependabot[bot] in actions/checkout#2458
Bump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by @dependabot[bot] in actions/checkout#2458
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
The action failed during an OWASP Dependency-Check run because it could not update the NVD (National Vulnerability Database) data feed. - Dependency-Check repeatedly retried NVD API requests (at least 15–31 retries) and ultimately failed with NVD Returned Status Code: 503 (service unavailable). - This caused a fatal org.owasp.dependencycheck.data.update.exception.UpdateException: Error updating the NVD Data (see stack trace around NvdApiDataSource.processApi(NvdApiDataSource.java:387)). - Dependency-Check then aborted the scan (Unable to continue dependency-check analysis) and exited with code 13.
Relevant error logs:
1: ##[group]Runner Image Provisioner2: Hosted Compute Agent
...
556: pythonLocation: /opt/hostedtoolcache/Python/3.10.20/x64557: PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.10.20/x64/lib/pkgconfig558: Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.20/x64559: Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.20/x64560: Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.20/x64561: LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.20/x64/lib562: GHA_PIP_AUDIT_SUMMARY: true563: GHA_PIP_AUDIT_NO_DEPS: false564: GHA_PIP_AUDIT_REQUIRE_HASHES: false565: GHA_PIP_AUDIT_VULNERABILITY_SERVICE: PyPI566: GHA_PIP_AUDIT_VIRTUAL_ENVIRONMENT: 567: GHA_PIP_AUDIT_LOCAL: false568: GHA_PIP_AUDIT_INDEX_URL: 569: GHA_PIP_AUDIT_EXTRA_INDEX_URLS: 570: GHA_PIP_AUDIT_IGNORE_VULNS: 571: GHA_PIP_AUDIT_INTERNAL_BE_CAREFUL_ALLOW_FAILURE: false572: GHA_PIP_AUDIT_INTERNAL_BE_CAREFUL_EXTRA_FLAGS:
...
726: inflating: dependency-check/lib/semver4j-5.8.0.jar 727: inflating: dependency-check/lib/slf4j-api-2.0.17.jar 728: inflating: dependency-check/lib/snakeyaml-2.5.jar 729: inflating: dependency-check/lib/spotbugs-annotations-4.9.8.jar 730: inflating: dependency-check/lib/toml4j-0.7.2.jar 731: inflating: dependency-check/lib/velocity-engine-core-2.4.1.jar 732: inflating: dependency-check/lib/xz-1.9.jar 733: inflating: dependency-check/LICENSE.txt 734: inflating: dependency-check/NOTICE.txt 735: inflating: dependency-check/licenses/commons-cli/LICENSE.txt 736: inflating: dependency-check/README.md 737: [WARN] '--disableRetireJS' is deprecated and may be removed in the next major release, please migrate to '--disableRetireJs'738: [WARN] ossIndexPassword used on the command line, consider moving the password to a properties file using the key `analyzer.ossindex.password` and using the --propertyfile argument instead739: [INFO] Checking for updates740: [INFO] NVD API has 342,130 records in this update741: [WARN] NVD API request failures are occurring; retrying request for the 15th time742: [WARN] NVD API request failures are occurring; retrying request for the 16th time743: [WARN] NVD API request failures are occurring; retrying request for the 17th time744: [WARN] NVD API request failures are occurring; retrying request for the 18th time745: [WARN] NVD API request failures are occurring; retrying request for the 19th time746: [WARN] NVD API request failures are occurring; retrying request for the 20th time747: [WARN] NVD API request failures are occurring; retrying request for the 21st time748: [WARN] NVD API request failures are occurring; retrying request for the 22nd time749: [WARN] NVD API request failures are occurring; retrying request for the 23rd time750: [WARN] NVD API request failures are occurring; retrying request for the 24th time751: [WARN] NVD API request failures are occurring; retrying request for the 25th time752: [WARN] NVD API request failures are occurring; retrying request for the 26th time753: [WARN] NVD API request failures are occurring; retrying request for the 27th time754: [WARN] NVD API request failures are occurring; retrying request for the 28th time755: [WARN] NVD API request failures are occurring; retrying request for the 29th time756: [WARN] NVD API request failures are occurring; retrying request for the 30th time757: [WARN] NVD API request failures are occurring; retrying request for the 31st time758: [ERROR] Error updating the NVD Data759: org.owasp.dependencycheck.data.update.exception.UpdateException: Error updating the NVD Data760: at org.owasp.dependencycheck.data.update.NvdApiDataSource.processApi(NvdApiDataSource.java:387)
...
762: at org.owasp.dependencycheck.Engine.doUpdates(Engine.java:887)763: at org.owasp.dependencycheck.Engine.initializeAndUpdateDatabase(Engine.java:692)764: at org.owasp.dependencycheck.Engine.analyzeDependencies(Engine.java:619)765: at org.owasp.dependencycheck.App.runScan(App.java:265)766: at org.owasp.dependencycheck.App.run(App.java:197)767: at org.owasp.dependencycheck.App.main(App.java:88)768: Caused by: io.github.jeremylong.openvulnerability.client.nvd.NvdApiException: NVD Returned Status Code: 503769: at io.github.jeremylong.openvulnerability.client.nvd.NvdCveClient._next(NvdCveClient.java:445)770: at io.github.jeremylong.openvulnerability.client.nvd.NvdCveClient.next(NvdCveClient.java:356)771: at org.owasp.dependencycheck.data.update.NvdApiDataSource.processApi(NvdApiDataSource.java:343)772: ... 7 common frames omitted773: [INFO] Updating CISA Known Exploited Vulnerability list: https://www.cisa.gov/sites/default/files/feeds/known_exploited_vulnerabilities.json774: [INFO] Begin database defrag775: [INFO] End database defrag (5671 ms)776: [WARN] Unable to update 1 or more Cached Web DataSource, using local data instead. Results may not include recent vulnerabilities.777: [ERROR] Unable to continue dependency-check analysis.778: [ERROR] One or more fatal errors occurred779: [ERROR] Error updating the NVD Data780: [ERROR] No documents exist781: ##[error]Process completed with exit code 13.782: ##[group]Run actions/upload-artifact@v7
This file contains hidden or 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
dependenciesPull requests that update a dependency filegithub_actionsPull requests that update GitHub Actions code
1 participant
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps actions/checkout from 6 to 7.
Release notes
Sourced from actions/checkout's releases.
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
9c091bbupdate error wording (#2467)1044a6dgetting ready for checkout v7 release (#2464)f028218Bump the minor-npm-dependencies group across 1 directory with 3 updates (#2462)d914b26upgrade module to esm and update dependencies (#2463)537c7efBump@actions/coreand@actions/tool-cacheand Remove uuid (#2459)130a169Bump js-yaml from 4.1.0 to 4.2.0 (#2461)7d09575Bump flatted from 3.3.1 to 3.4.2 (#2460)0f9f3aaBump actions/publish-immutable-action (#2458)f9e715ablock checking out fork pr for pull_request_target and workflow_run (#2454)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)