Skip to content

Commit 6e82681

Browse files
hyperpolymathhypatia-autofix
andcommitted
chore: hypatia auto-fix (5 formulaic fixes)
Applied by auto-fix-formulaic.sh: - SHA-pinned unpinned GitHub Actions - Added missing workflow permissions - Fixed license headers Co-Authored-By: hypatia-autofix <noreply@hyperpolymath.github.io>
1 parent ba32be0 commit 6e82681

28 files changed

Lines changed: 11230 additions & 3513 deletions

.github/workflows/jekyll-gh-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
- name: Checkout
3131
uses: actions/checkout@v6.0.1
3232
- name: Setup Pages
33-
uses: actions/configure-pages@v5
33+
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5
3434
- name: Build with Jekyll
35-
uses: actions/jekyll-build-pages@v1
35+
uses: actions/jekyll-build-pages@44a6e6beabd48582f863aeeb6cb2151cc1716697 # v1
3636
with:
3737
source: ./
3838
destination: ./_site
@@ -49,4 +49,4 @@ jobs:
4949
steps:
5050
- name: Deploy to GitHub Pages
5151
id: deployment
52-
uses: actions/deploy-pages@v4
52+
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4

.github/workflows/jekyll.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
cache-version: 0 # Increment this number if you need to re-download cached gems
4444
- name: Setup Pages
4545
id: pages
46-
uses: actions/configure-pages@v5
46+
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5
4747
- name: Build with Jekyll
4848
# Outputs to the './_site' directory by default
4949
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
@@ -63,4 +63,4 @@ jobs:
6363
steps:
6464
- name: Deploy to GitHub Pages
6565
id: deployment
66-
uses: actions/deploy-pages@v4
66+
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4

verisimdb/connectors/shared/json-schema/hexad-input.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"properties": {
2424
"predicate": {
2525
"type": "string",
26-
"description": "Edge label or relationship type (IRI or plain string, e.g. 'relates_to', 'http://schema.org/knows')."
26+
"description": "Edge label or relationship type (IRI or plain string, e.g. 'relates_to', 'https://schema.org/knows')."
2727
},
2828
"target_id": {
2929
"type": "string",
@@ -93,7 +93,7 @@
9393
"types": {
9494
"type": "array",
9595
"items": { "type": "string" },
96-
"description": "Type IRIs from ontologies (e.g. ['http://schema.org/Person', 'http://xmlns.com/foaf/0.1/Agent'])."
96+
"description": "Type IRIs from ontologies (e.g. ['https://schema.org/Person', 'http://xmlns.com/foaf/0.1/Agent'])."
9797
},
9898
"properties": {
9999
"type": "object",

verisimdb/connectors/shared/json-schema/hexad.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"types": {
106106
"type": "array",
107107
"items": { "type": "string" },
108-
"description": "Type IRIs from ontologies (e.g. 'http://schema.org/Person')."
108+
"description": "Type IRIs from ontologies (e.g. 'https://schema.org/Person')."
109109
},
110110
"properties": {
111111
"type": "object",

verisimdb/connectors/test-infra/seed/mongodb-init.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ db.hexads.insertMany([
176176
type: "graph",
177177
data: {
178178
types: [
179-
"http://schema.org/Article",
179+
"https://schema.org/Article",
180180
"http://verisimdb.org/ontology/Entity",
181181
],
182182
relationships: [
@@ -249,7 +249,7 @@ db.hexads.insertMany([
249249
{
250250
type: "graph",
251251
data: {
252-
types: ["http://schema.org/TechArticle"],
252+
types: ["https://schema.org/TechArticle"],
253253
relationships: [
254254
{
255255
predicate: "relates_to",

verisimdb/connectors/test-infra/seed/redis-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ ${CLI} JSON.SET "hexad:test-001" '$' "$(cat <<ENDJSON
107107
{
108108
"type": "graph",
109109
"data": {
110-
"types": ["http://schema.org/Article", "http://verisimdb.org/ontology/Entity"],
110+
"types": ["https://schema.org/Article", "http://verisimdb.org/ontology/Entity"],
111111
"relationships": [
112112
{"predicate": "relates_to", "target": "hexad-test-002", "weight": 0.85}
113113
]

verisimdb/docs/backwards-compatibility.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Each query can optionally specify a version:
6767
VERSION 1.0;
6868

6969
FROM verisim:semantic
70-
WHERE hexad.types INCLUDES "http://schema.org/Person"
70+
WHERE hexad.types INCLUDES "https://schema.org/Person"
7171
LIMIT 10;
7272
```
7373

verisimdb/docs/drift-handling.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ University B: retraction_status = "retracted" ❌ DRIFT
8383
**Example:**
8484

8585
```
86-
verisim:semantic → types: ["http://schema.org/Paper", "http://schema.org/Article"]
87-
verisim:graph → types: ["http://schema.org/Paper"] ❌ DRIFT
86+
verisim:semantic → types: ["https://schema.org/Paper", "https://schema.org/Article"]
87+
verisim:graph → types: ["https://schema.org/Paper"] ❌ DRIFT
8888
```
8989

9090
**Causes:**
@@ -182,7 +182,7 @@ WHERE hexad.id = @id;
182182
```vql
183183
DRIFT DETECT
184184
FROM verisim:graph
185-
WHERE hexad.types INCLUDES "http://schema.org/Paper"
185+
WHERE hexad.types INCLUDES "https://schema.org/Paper"
186186
LIMIT 100;
187187
```
188188

@@ -391,7 +391,7 @@ WHERE hexad.id = @id;
391391
```vql
392392
FROM verisim:graph
393393
WITH DRIFT TOLERANCE 0.1 -- Allow 10% drift
394-
WHERE hexad.types INCLUDES "http://schema.org/Paper"
394+
WHERE hexad.types INCLUDES "https://schema.org/Paper"
395395
LIMIT 100;
396396
```
397397

@@ -423,7 +423,7 @@ LIMIT 100;
423423
```vql
424424
FROM verisim:graph
425425
WITH DRIFT TOLERANCE 0.0 -- No drift allowed
426-
WHERE hexad.types INCLUDES "http://schema.org/Paper"
426+
WHERE hexad.types INCLUDES "https://schema.org/Paper"
427427
LIMIT 100;
428428
```
429429

@@ -456,7 +456,7 @@ WHERE hexad.id = @id;
456456

457457
```vql
458458
FROM verisim:federation
459-
WHERE hexad.types INCLUDES "http://schema.org/Paper"
459+
WHERE hexad.types INCLUDES "https://schema.org/Paper"
460460
WITH DRIFT TOLERANCE 0.2 -- Tolerate 20% drift across federation
461461
MIN QUORUM 3; -- At least 3 stores must respond
462462
```

verisimdb/docs/getting-started.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ curl -X POST http://localhost:8080/api/v1/hexads \
180180
-d '{
181181
"title": "Douglas Adams",
182182
"body": "English author, best known for The Hitchhiker'\''s Guide to the Galaxy",
183-
"types": ["http://schema.org/Person", "http://schema.org/Author"],
183+
"types": ["https://schema.org/Person", "https://schema.org/Author"],
184184
"embedding": [0.12, -0.34, 0.56, 0.78, -0.91, 0.23, -0.45, 0.67],
185185
"relationships": [
186186
{"predicate": "wrote", "object": "hitchhikers-guide"},

verisimdb/docs/vql-examples.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ VERSION 1.0;
643643
644644
SELECT GRAPH, DOCUMENT
645645
FROM verisim:semantic
646-
WHERE hexad.types INCLUDES "http://schema.org/Person"
646+
WHERE hexad.types INCLUDES "https://schema.org/Person"
647647
LIMIT 10;
648648
----
649649

@@ -654,7 +654,7 @@ VERSION 0.9; -- Deprecated syntax accepted
654654
655655
FROM verisim:semantic
656656
SELECT GRAPH, DOCUMENT
657-
WHERE hexad.types INCLUDES "http://schema.org/Person"
657+
WHERE hexad.types INCLUDES "https://schema.org/Person"
658658
LIMIT 10;
659659
----
660660

0 commit comments

Comments
 (0)