Skip to content

Commit 7bfe800

Browse files
authored
Merge branch 'main' into update-collections-${PR_ID}
2 parents 3dc9dbc + bf80555 commit 7bfe800

10 files changed

Lines changed: 34 additions & 21 deletions

File tree

.github/workflows/collections-renames.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v6.0.2
2020

2121
- name: Setup Ruby
22-
uses: ruby/setup-ruby@3ff19f5e2baf30647122352b96108b1fbe250c64 # v1.299.0
22+
uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1.301.0
2323
with:
2424
bundler-cache: true
2525

.github/workflows/jekyll_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v6.0.2
2525

2626
- name: 💎 setup ruby
27-
uses: ruby/setup-ruby@3ff19f5e2baf30647122352b96108b1fbe250c64 # v1.299.0
27+
uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1.301.0
2828
with:
2929
bundler-cache: true
3030
cache-version: 0
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/jekyll-build-pages@44a6e6beabd48582f863aeeb6cb2151cc1716697 # v1.0.13
3838

3939
- name: ⚡️ upload artifact
40-
uses: actions/upload-pages-artifact@v4.0.0
40+
uses: actions/upload-pages-artifact@v5.0.0
4141

4242
deploy:
4343
needs: build

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
1818

1919
- name: Setup Ruby
20-
uses: ruby/setup-ruby@v1.299.0
20+
uses: ruby/setup-ruby@v1.301.0
2121
with:
2222
bundler-cache: false
2323

@@ -39,7 +39,7 @@ jobs:
3939
ref: ${{ github.event.pull_request.head.ref || github.ref }}
4040

4141
- name: Setup Ruby
42-
uses: ruby/setup-ruby@v1.299.0
42+
uses: ruby/setup-ruby@v1.301.0
4343
with:
4444
bundler-cache: true
4545

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Setup Ruby
5656
if: ${{ steps.topics.outputs.changed || steps.collections.outputs.changed || steps.all.outputs.changed }}
57-
uses: ruby/setup-ruby@3ff19f5e2baf30647122352b96108b1fbe250c64 # v1.299.0
57+
uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1.301.0
5858
with:
5959
bundler-cache: true
6060

.github/workflows/topic-commenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Comment on PR with topic info
21-
uses: actions/github-script@v8
21+
uses: actions/github-script@v9
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
with:

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ source "https://rubygems.org"
33
gem "faraday", "2.14.1"
44
gem "faraday-retry", "2.4.0"
55
gem "github-pages", "~> 232", group: :jekyll_plugins
6-
gem "json", "2.19.3"
6+
gem "json", "2.19.4"
77
gem "language_server-protocol", "3.17.0.5"
88
gem "nokogiri", "~> 1.19.2"
9-
gem "rake", "13.3.1"
10-
gem "rubocop", "1.86.0"
9+
gem "rake", "13.4.2"
10+
gem "rubocop", "1.86.1"
1111

1212
group :test do
1313
gem "fastimage"

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ GEM
236236
gemoji (>= 3, < 5)
237237
html-pipeline (~> 2.2)
238238
jekyll (>= 3.0, < 5.0)
239-
json (2.19.3)
239+
json (2.19.4)
240240
kramdown (2.4.0)
241241
rexml
242242
kramdown-parser-gfm (1.1.0)
@@ -256,7 +256,7 @@ GEM
256256
jekyll (>= 3.5, < 5.0)
257257
jekyll-feed (~> 0.9)
258258
jekyll-seo-tag (~> 2.1)
259-
minitest (6.0.3)
259+
minitest (6.0.4)
260260
drb (~> 2.0)
261261
prism (~> 1.5)
262262
multi_xml (0.8.1)
@@ -285,7 +285,7 @@ GEM
285285
octokit (4.25.1)
286286
faraday (>= 1, < 3)
287287
sawyer (~> 0.9)
288-
parallel (1.27.0)
288+
parallel (2.0.1)
289289
parser (3.3.11.1)
290290
ast (~> 2.4.1)
291291
racc
@@ -299,20 +299,20 @@ GEM
299299
public_suffix (5.1.1)
300300
racc (1.8.1)
301301
rainbow (3.1.1)
302-
rake (13.3.1)
302+
rake (13.4.2)
303303
rb-fsevent (0.11.2)
304304
rb-inotify (0.11.1)
305305
ffi (~> 1.0)
306-
regexp_parser (2.11.3)
306+
regexp_parser (2.12.0)
307307
reline (0.6.3)
308308
io-console (~> 0.5)
309309
rexml (3.4.2)
310310
rouge (3.30.0)
311-
rubocop (1.86.0)
311+
rubocop (1.86.1)
312312
json (~> 2.3)
313313
language_server-protocol (~> 3.17.0.2)
314314
lint_roller (~> 1.1.0)
315-
parallel (~> 1.10)
315+
parallel (>= 1.10)
316316
parser (>= 3.3.0.2)
317317
rainbow (>= 2.2.2, < 4.0)
318318
regexp_parser (>= 2.9.3, < 3.0)
@@ -372,14 +372,14 @@ DEPENDENCIES
372372
fastimage
373373
github-pages (~> 232)
374374
httparty
375-
json (= 2.19.3)
375+
json (= 2.19.4)
376376
language_server-protocol (= 3.17.0.5)
377377
minitest
378378
nokogiri (~> 1.19.2)
379379
octokit
380380
pry
381-
rake (= 13.3.1)
382-
rubocop (= 1.86.0)
381+
rake (= 13.4.2)
382+
rubocop (= 1.86.1)
383383
rubocop-performance
384384
safe_yaml
385385
webrick

collections/government/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ items:
1818
- NatLabRockies/api-umbrella
1919
- usds/playbook
2020
- republique-et-canton-de-geneve/chvote-1-0
21-
- https://www.youtube.com/embed/uNa9GOtM6NE
2221
- gchq/CyberChef
2322
- HSEIreland/covid-tracker-app
2423
- nic-delhi/AarogyaSetu_Android

topics/grapheneos/grapheneos.png

5.69 KB
Loading

topics/grapheneos/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
aliases: androidhardening, android-hardening, androidhardening-project, android-hardening-project, copperhead, copperhead-os, copperheados, graphene-os
3+
created_by: Daniel Micay
4+
display_name: GrapheneOS
5+
github_url: https://github.com/GrapheneOS
6+
logo: grapheneos.png
7+
related: android, security, privacy, hardening
8+
released: 2014
9+
short_description: GrapheneOS is a private and secure mobile operating system with Android app compatibility.
10+
topic: grapheneos
11+
url: https://grapheneos.org/
12+
wikipedia_url: https://en.wikipedia.org/wiki/GrapheneOS
13+
---
14+
GrapheneOS is a free and open source privacy and security focused based on the Android Open Source Project (AOSP). It deploys a hardened kernel, [hardened memory allocator](https://github.com/GrapheneOS/hardened_malloc), [C library](https://github.com/GrapheneOS/platform_bionic), [SELinux policies](https://github.com/GrapheneOS/platform_system_sepolicy), [WebView, and Chromium-based browser (Vanadium)](https://github.com/GrapheneOS/Vanadium).

0 commit comments

Comments
 (0)