We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3825a20 commit 50f948bCopy full SHA for 50f948b
.github/workflows/relyance-sci.yml
@@ -5,6 +5,9 @@ on:
5
- cron: "51 0 * * *"
6
workflow_dispatch:
7
8
+permissions:
9
+ contents: read
10
+
11
jobs:
12
execute-relyance-sci:
13
name: Relyance SCI Job
@@ -14,7 +17,7 @@ jobs:
14
17
15
18
steps:
16
19
- name: Checkout
- uses: actions/checkout@v4
20
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 https://github.com/actions/checkout/releases/tag/v4.2.2
21
22
- name: Pull and run SCI binary
23
run: |-
0 commit comments