Skip to content

Commit 4595db9

Browse files
committed
Github -> GitHub
1 parent d7456e6 commit 4595db9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

blog/_posts/2022-03-08-finding-awesome-libraries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Open source software, similarly to commercial ones, will not thrive unless it re
4343
Aware of this issue, open source communities started to compile “awesome” lists of open source projects organized by topics.
4444
Some examples are [vinta/awesome-python](https://github.com/vinta/awesome-python), [akullp/awesome-java](https://github.com/akullpp/awesome-java), [veggiemonk/awesome-docker](https://github.com/veggiemonk/awesome-docker) and many many more (see [bayandin/awesome-awesomeness](http://bayandin/awesome-awesomeness)).
4545

46-
The high number of stars of these Github repositories show how popular they are in the world of open source software.
46+
The high number of stars of these GitHub repositories show how popular they are in the world of open source software.
4747

4848
The Scala ecosystem is no exception, it has its own very popular awesome repository.
4949
Created by Lauris Dzilums in 2014 and maintained by a few community members, [lauris/awesome-scala](https://github.com/lauris/awesome-scala) has accumulated more than 8.3K stargazers over 8 years.
@@ -59,7 +59,7 @@ We believe we can achieve these goals using Scaladex.
5959
Scaladex is powered by a database of more than 7000 Scala projects, allowing us to explore them with filters (e.g., Scala versions and platforms) and sorting criteria (e.g., GitHub stars).
6060

6161
In addition, it is fully automated: it receives new Scala POMs from Maven Central and fetches their corresponding projects from GitHub.
62-
It is also connected to the Github authentication service to grant library authors the permission to edit their project settings.
62+
It is also connected to the GitHub authentication service to grant library authors the permission to edit their project settings.
6363
Thus we were able to integrate an “Awesome Scala” experience in Scaladex, that is updated automatically, loaded dynamically and managed by the library authors (with no intervention from the administrators).
6464

6565
## Call to action

blog/_posts/2022-07-18-secure-your-dependencies-on-github.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
layout: blog-detail
33
post-type: blog
44
by: Adrien Piquerez, Scala Center
5-
title: Secure the Dependencies of your Scala Project on Github
5+
title: Secure the Dependencies of your Scala Project on GitHub
66
---
77

88
We released [sbt-dependency-submission][sbt-dependency-submission], a GitHub action that submits the dependencies of sbt builds to the [GitHub Dependency submission API](https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/using-the-dependency-submission-api) (currently in beta).
9-
This action, once installed in a Github workflow, allows you to view the [Dependency graph](https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph) in Github and to receive regular security reports from [Dependabot](https://docs.github.com/en/code-security/dependabot/dependabot-alerts/about-dependabot-alerts).
9+
This action, once installed in a GitHub workflow, allows you to view the [Dependency graph](https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph) in GitHub and to receive regular security reports from [Dependabot](https://docs.github.com/en/code-security/dependabot/dependabot-alerts/about-dependabot-alerts).
1010

1111
A similar action for the Mill build tool, the [mill-dependency-submission][mill-dependency-submission] action, developed by Chris Kipp, is also available.
1212
Other solutions are available for Maven and Gradle as well.
@@ -74,7 +74,7 @@ Scala Steward, as a preventive tool, can help you keep your dependencies up-to-d
7474
Dependabot, as a monitoring tool, can notify you when a vulnerability is found, so that you can act quickly.
7575
7676
Dependabot can also send PRs to update dependencies, but in static configuration files only.
77-
It can update the actions in your Github workflows, or the Maven dependencies in your POM files, but not the dependencies in the `build.sbt` or `build.sc` files.
77+
It can update the actions in your GitHub workflows, or the Maven dependencies in your POM files, but not the dependencies in the `build.sbt` or `build.sc` files.
7878

7979
## Other supported build tools
8080

@@ -120,7 +120,7 @@ Gradle users can use the [gradle-dependency-submission][gradle-dependency-submis
120120

121121
## Summary
122122

123-
In Github, it is now possible to use pre-made actions, like [sbt-dependency-submission][sbt-dependency-submission] or [mill-dependency-submission][mill-dependency-submission], to extract full graphs of dependencies at build time.
123+
In GitHub, it is now possible to use pre-made actions, like [sbt-dependency-submission][sbt-dependency-submission] or [mill-dependency-submission][mill-dependency-submission], to extract full graphs of dependencies at build time.
124124
This allows Dependabot to analyze the dependencies and publish regular reports of vulnerabilities.
125125
Only project administrators, organization owners and users with explicit access can see the Dependabot reports.
126126

0 commit comments

Comments
 (0)