mirror of
https://github.com/valkey-io/valkey.git
synced 2026-05-06 05:26:42 -04:00
Update provenance action to refine layer2 exemption policies (#3593)
This commit is contained in:
@@ -19,11 +19,12 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Run Provenance Check
|
- name: Run Provenance Check
|
||||||
uses: valkey-io/verify-provenance@ed6147b7254576ba838303f3aa09f558e08617b3
|
uses: valkey-io/verify-provenance@dea1178cfc6555387f59f1df3c070101c977a7cd
|
||||||
with:
|
with:
|
||||||
source_repo: "redis/redis"
|
source_repo: "redis/redis"
|
||||||
target_repo: "${{ github.repository }}"
|
target_repo: "${{ github.repository }}"
|
||||||
branding_pairs: "Redis:Valkey,KeyDB:Valkey"
|
branding_pairs: "Redis:Valkey,KeyDB:Valkey"
|
||||||
prefix_pairs: "RM_:VM_,REDISMODULE_:VALKEYMODULE_"
|
prefix_pairs: "RM_:VM_,REDISMODULE_:VALKEYMODULE_"
|
||||||
|
exclude_dirs: "deps/"
|
||||||
github_token: "${{ secrets.GITHUB_TOKEN }}"
|
github_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
db_branch: "verify-provenance-db"
|
db_branch: "verify-provenance-db"
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Refresh Fingerprints
|
- name: Refresh Fingerprints
|
||||||
uses: valkey-io/verify-provenance@ed6147b7254576ba838303f3aa09f558e08617b3
|
uses: valkey-io/verify-provenance@dea1178cfc6555387f59f1df3c070101c977a7cd
|
||||||
with:
|
with:
|
||||||
mode: "refresh"
|
mode: "refresh"
|
||||||
source_repo: "redis/redis"
|
source_repo: "redis/redis"
|
||||||
|
|||||||
Reference in New Issue
Block a user