Skip to content

Commit 0e38ff6

Browse files
authored
Merge branch 'master' into 1.7.1-dev
2 parents 971124c + 06e31b4 commit 0e38ff6

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test_php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
persist-credentials: false
3232
- name: Setup PHP
3333
# see https://github.com/shivammathur/setup-php
34-
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
34+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2
3535
with:
3636
php-version: "8.4"
3737
tools: composer:v2

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
persist-credentials: false
2828
- name: Run zizmor
2929
# see https://github.com/zizmorcore/zizmor-action
30-
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
30+
uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
3131
with:
3232
advanced-security: false
3333
annotations: true

schema/cryptography-defs.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,7 @@
970970
"url": "https://doi.org/10.17487/RFC4357"
971971
}
972972
],
973-
"pattern": "GOST38147[-{mode}][-{padding}]",
973+
"pattern": "GOST28147[-{mode}][-{padding}]",
974974
"primitive": "block-cipher"
975975
},
976976
{
@@ -980,7 +980,7 @@
980980
"url": "https://doi.org/10.17487/RFC4357"
981981
}
982982
],
983-
"pattern": "GOST38147_MAC",
983+
"pattern": "GOST28147_MAC",
984984
"primitive": "mac"
985985
}
986986
]
@@ -1280,7 +1280,7 @@
12801280
],
12811281
"variant": [
12821282
{
1283-
"pattern": "BLS(13-381|13-377|BN254)",
1283+
"pattern": "BLS(12-381|12-377|BN254)",
12841284
"primitive": "signature"
12851285
},
12861286
{

0 commit comments

Comments
 (0)