File tree 2 files changed +11
-4
lines changed
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 25
25
options : --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
26
26
steps :
27
27
- name : checkout
28
- uses : actions/checkout@v4
28
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29
+ with :
30
+ persist-credentials : false
29
31
- name : setup Go environment
30
- uses : actions/setup-go@v5
32
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
31
33
with :
32
34
go-version : ${{ env.GO_VERSION }}
33
35
cache-dependency-path : " **/*.sum"
Original file line number Diff line number Diff line change 1
1
name : Run commands when issues are labeled
2
+ permissions : {}
3
+
2
4
on :
3
5
issues :
4
6
types : [labeled]
7
9
runs-on : ubuntu-latest
8
10
steps :
9
11
- name : Checkout Actions
10
- uses : actions/checkout@v4
12
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
11
13
with :
12
14
repository : " grafana/grafana-github-actions"
15
+ persist-credentials : false
13
16
path : ./actions
14
17
ref : main
15
18
- name : Install Actions
16
19
run : npm install --production --prefix ./actions
17
20
- name : Run Commands
18
21
uses : ./actions/commands
22
+ env :
23
+ ISSUE_COMMANDS_TOKEN : ${{secrets.ISSUE_COMMANDS_TOKEN}}
19
24
with :
20
- token : ${{secrets. ISSUE_COMMANDS_TOKEN} }
25
+ token : ${ISSUE_COMMANDS_TOKEN}
21
26
configPath : issue_commands
You can’t perform that action at this time.
0 commit comments