Skip to content
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

[pull] main from github:main #2

Open
wants to merge 38 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
6bbbc52
chore(deps): bump ruby/setup-ruby in the dependencies group
dependabot[bot] Jun 28, 2024
99ecb08
Merge pull request #3250 from github/dependabot/github_actions/depend…
jmeridth Jun 28, 2024
4d90dbc
chore(deps): bump ruby/setup-ruby in the dependencies group
dependabot[bot] Jul 1, 2024
cd8d262
Merge pull request #3253 from github/dependabot/github_actions/depend…
jmeridth Jul 1, 2024
980dd0d
fix: Correct typos and spacing in Korean documentation
hwahyeon Jul 3, 2024
ef987fc
chore(deps): bump ruby/setup-ruby in the dependencies group
dependabot[bot] Jul 4, 2024
86e7a75
Merge pull request #3257 from github/dependabot/github_actions/depend…
jmeridth Jul 4, 2024
bd7c973
chore(deps): bump ruby/setup-ruby in the dependencies group
dependabot[bot] Jul 8, 2024
f7bbd6f
Merge pull request #3258 from github/dependabot/github_actions/depend…
jmeridth Jul 9, 2024
24a3958
chore(deps): bump the dependencies group across 1 directory with 2 up…
dependabot[bot] Jul 11, 2024
4cb0025
Merge pull request #3262 from github/dependabot/github_actions/depend…
kenyonj Jul 11, 2024
c02b2ec
Merge pull request #3256 from hwahyeon/main
ahpook Jul 12, 2024
430edd5
chore(deps): bump ruby/setup-ruby in the dependencies group
dependabot[bot] Jul 23, 2024
f80fcbe
Merge pull request #3269 from github/dependabot/github_actions/depend…
jmeridth Jul 23, 2024
2bbfc3c
chore(deps): bump ruby/setup-ruby in the dependencies group
dependabot[bot] Jul 29, 2024
1053e71
Merge pull request #3276 from github/dependabot/github_actions/depend…
jmeridth Jul 29, 2024
3196f0f
French/metrics.md: typo corrections, small reorganizations
zkVlad Aug 2, 2024
b7d1ed0
Merge pull request #3280 from zkVlad/main
tomthorogood Aug 2, 2024
29cd398
chore(deps): bump actions/jekyll-build-pages in the dependencies group
dependabot[bot] Aug 7, 2024
194ac6a
Merge pull request #3284 from github/dependabot/github_actions/depend…
jmeridth Aug 9, 2024
866d905
docs: fix broken link to sourcecode.cio.gov
dimitri-kandassamy Aug 16, 2024
8dd3554
Merge pull request #3286 from dimitri-kandassamy/fix-broken-link
tomthorogood Aug 23, 2024
76bfcab
fix: code scanning alerts re: workflows permissions
jmeridth Sep 2, 2024
b3d7de0
chore(deps): bump ruby/setup-ruby in the dependencies group
dependabot[bot] Sep 4, 2024
eb6147d
Merge pull request #3290 from github/dependabot/github_actions/depend…
jmeridth Sep 4, 2024
bdd96dd
Merge branch 'main' into jm_fix_code_scan_alerts_workflow_permissions
jmeridth Sep 4, 2024
28af371
Merge pull request #3289 from github/jm_fix_code_scan_alerts_workflow…
jmeridth Sep 4, 2024
b4b16ee
Corrected typographic errors
beremonsivais Sep 6, 2024
23aced4
Merge pull request #3291 from beremonsivais/patch-1
jmeridth Sep 9, 2024
9ed6145
chore(deps): bump ruby/setup-ruby in the dependencies group
dependabot[bot] Sep 17, 2024
27a0a59
Merge pull request #3296 from github/dependabot/github_actions/depend…
jmeridth Sep 17, 2024
d753733
chore(deps): bump ruby/setup-ruby in the dependencies group
dependabot[bot] Sep 18, 2024
500517f
Merge pull request #3297 from github/dependabot/github_actions/depend…
jmeridth Sep 18, 2024
284da25
Update fa.yml
sudo-arash Sep 18, 2024
b0cc5b6
chore(deps): bump actions/setup-node in the dependencies group
dependabot[bot] Sep 20, 2024
1bef2b2
Merge pull request #3299 from github/dependabot/github_actions/depend…
jmeridth Sep 20, 2024
5410f0e
Merge branch 'main' into patch-1
tomthorogood Sep 20, 2024
b420048
Merge pull request #3298 from sudo-arash/patch-1
tomthorogood Sep 20, 2024
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
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5
- name: Build with Jekyll
uses: actions/jekyll-build-pages@b178f9334b208360999a0a57b523613563698c66 # v1
uses: actions/jekyll-build-pages@44a6e6beabd48582f863aeeb6cb2151cc1716697 # v1
with:
source: ./
destination: ./_site
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5
- name: Build with Jekyll
uses: actions/jekyll-build-pages@b178f9334b208360999a0a57b523613563698c66 # v1
uses: actions/jekyll-build-pages@44a6e6beabd48582f863aeeb6cb2151cc1716697 # v1
with:
source: ./
destination: ./_site
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
workflow_dispatch:
schedule:
- cron: "0 12 * * *"
permissions:
contents: read
issues: write
pull-requests: write
jobs:
stale:
runs-on: ubuntu-latest
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,22 @@ name: GitHub Actions CI
on:
push:
branches: master
pull_request: []
pull_request:
merge_group:
permissions:
contents: read
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Set up Ruby
uses: ruby/setup-ruby@3783f195e29b74ae398d7caca108814bbafde90e # v1
uses: ruby/setup-ruby@f321cf5a4d1533575411f8752cf25b86478b0442 # v1
with:
bundler-cache: true
- name: Set up Node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
- name: Bootstrap
run: script/bootstrap
env:
Expand Down
2 changes: 1 addition & 1 deletion _articles/bg/starting-a-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ _Свободен софтуер_ се отнася до същия набор

* **Приемане и ремиксиране:** Проектите с отворен код могат да се използват от всеки за почти всякакви цели. Хората дори могат да го използват за изграждане на други неща. [WordPress](https://github.com/WordPress), например, стартира като разклонение на съществуващ проект, наречен [b2](https://github.com/WordPress/book/blob/HEAD/Content/Part%201/2-b2-cafelog.md).

* **Прозрачност:** Всеки може да провери проект с отворен код за грешки или несъответствия. Прозрачността има значение за правителства като [България](https://medium.com/@bozhobg/bulgaria-got-a-law-requiring-open-source-98bf626cf70a) или [Съединените щати](https://sourcecode.cio.gov/), регулирани отрасли като банкиране или здравеопазване и софтуер за сигурност като [Да шифроваме](https://github.com/letsencrypt).
* **Прозрачност:** Всеки може да провери проект с отворен код за грешки или несъответствия. Прозрачността има значение за правителства като [България](https://medium.com/@bozhobg/bulgaria-got-a-law-requiring-open-source-98bf626cf70a) или [Съединените щати](https://www.cio.gov/2016/08/11/peoples-code.html), регулирани отрасли като банкиране или здравеопазване и софтуер за сигурност като [Да шифроваме](https://github.com/letsencrypt).

Отвореният код също не е само за софтуер. Можете да отворите всичко - от набори от данни до книги. Разгледайте [GitHub Explore](https://github.com/explore) за идеи какво още можете да отворите.

Expand Down
2 changes: 1 addition & 1 deletion _articles/de/starting-a-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ _Freie Software_ meint dieselbe Art von Projekten wie _Open-Source_. Der [Begrif

* **Anpassungen:** Open-Source-Projekte können von jedem Menschen für fast jeden Zweck benutzt werden. Leute können daraus sogar andere Dinge bauen. [WordPress](https://github.com/WordPress) beispielsweise begann als ein Fork eines existierenden Projekts namens [b2](https://github.com/WordPress/book/blob/HEAD/Content/Part%201/2-b2-cafelog.md).

* **Transparenz:** In einem Open-Source-Projekt können Fehler oder Ungereimtheiten von jedem behoben werden. Transparenz ist sowohl für Regierungen in [Bulgarien](https://medium.com/@bozhobg/bulgaria-got-a-law-requiring-open-source-98bf626cf70a) oder den [Vereinigten Staaten](https://web.archive.org/web/20180306072551/https://sourcecode.cio.gov/), für regulierte Industrien wie den Banken- oder Gesundheitssektor und für Sicherheitssoftware wie [Let's Encrypt](https://github.com/letsencrypt) gleichermaßen wichtig.
* **Transparenz:** In einem Open-Source-Projekt können Fehler oder Ungereimtheiten von jedem behoben werden. Transparenz ist sowohl für Regierungen in [Bulgarien](https://medium.com/@bozhobg/bulgaria-got-a-law-requiring-open-source-98bf626cf70a) oder den [Vereinigten Staaten](https://web.archive.org/web/20180306072551/https://www.cio.gov/2016/08/11/peoples-code.html), für regulierte Industrien wie den Banken- oder Gesundheitssektor und für Sicherheitssoftware wie [Let's Encrypt](https://github.com/letsencrypt) gleichermaßen wichtig.

Open-Source ist nicht nur für Software, sondern auch für alle anderen Bereiche geeignet, von Datensätzen bis hin zu Büchern. Stöbern Sie durch [GitHub Explore](https://github.com/explore), um einen Eindruck der thematischen Breite von Open-Source-Projekten zu bekommen.

Expand Down
2 changes: 1 addition & 1 deletion _articles/el/starting-a-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ related:

* **Υιοθέτηση και επανασύνθεση:** Τα πρότζεκτ ανοικτού κώδικα μπορούν να χρησιμοποιηθούν από οποιονδήποτε για σχεδόν οποιονδήποτε σκοπό. Οι άνθρωποι μπορούν ακόμη και να τα χρησιμοποιήσουν για να κατασκευάσουν άλλα πράγματα. Το [WordPress](https://github.com/WordPress), για παράδειγμα, ξεκίνησε ως διακλάδωση ενός υπάρχοντος έργου που ονομαζόταν [b2](https://github.com/WordPress/book/blob/HEAD/Content/Part%201/2-b2-cafelog.md).

* **Διαφάνεια:** Οποιοσδήποτε μπορεί να επιθεωρήσει ένα πρότζεκτ ανοικτού κώδικα για λάθη ή ασυνέπειες. Η διαφάνεια έχει σημασία για κυβερνήσεις όπως η [Βουλγαρία](https://medium.com/@bozhobg/bulgaria-got-a-law-requiring-open-source-98bf626cf70a) ή οι [Ηνωμένες Πολιτείες](https://sourcecode.cio.gov/), ρυθμιζόμενες βιομηχανίες όπως οι τράπεζες ή η υγειονομική περίθαλψη και λογισμικό ασφαλείας όπως το [Let's Encrypt](https://github.com/letsencrypt).
* **Διαφάνεια:** Οποιοσδήποτε μπορεί να επιθεωρήσει ένα πρότζεκτ ανοικτού κώδικα για λάθη ή ασυνέπειες. Η διαφάνεια έχει σημασία για κυβερνήσεις όπως η [Βουλγαρία](https://medium.com/@bozhobg/bulgaria-got-a-law-requiring-open-source-98bf626cf70a) ή οι [Ηνωμένες Πολιτείες](https://www.cio.gov/2016/08/11/peoples-code.html), ρυθμιζόμενες βιομηχανίες όπως οι τράπεζες ή η υγειονομική περίθαλψη και λογισμικό ασφαλείας όπως το [Let's Encrypt](https://github.com/letsencrypt).

Ο ανοικτός κώδικας δεν είναι μόνο για το λογισμικό. Μπορείτε να ανοίξετε τα πάντα, από σύνολα δεδομένων μέχρι βιβλία. Ελέγξτε το [GitHub Explore](https://github.com/explore) για ιδέες σχετικά με το τι άλλο μπορείτε να ανοίξετε με ανοικτό κώδικα.

Expand Down
Loading
Loading