Skip to content

Commit 50f948b

Browse files
committed
Update .github/workflows/relyance-sci.yml
1 parent 3825a20 commit 50f948b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/relyance-sci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
- cron: "51 0 * * *"
66
workflow_dispatch:
77

8+
permissions:
9+
contents: read
10+
811
jobs:
912
execute-relyance-sci:
1013
name: Relyance SCI Job
@@ -14,7 +17,7 @@ jobs:
1417

1518
steps:
1619
- name: Checkout
17-
uses: actions/checkout@v4
20+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 https://github.com/actions/checkout/releases/tag/v4.2.2
1821

1922
- name: Pull and run SCI binary
2023
run: |-

0 commit comments

Comments
 (0)