File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -21,18 +21,18 @@ jobs:
21
21
steps :
22
22
- name : Checkout
23
23
id : checkout
24
- uses : actions/checkout@v4
24
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
25
25
26
26
- name : Install and login with up
27
27
if : env.UP_API_TOKEN != '' && env.UP_ORG != ''
28
- uses : upbound/action-up@v1
28
+ uses : upbound/action-up@53fe6395637d884c80d2bbc8c2d75d0ece776ced # v1
29
29
with :
30
30
api-token : ${{ secrets.UP_API_TOKEN }}
31
31
organization : ${{ secrets.UP_ORG }}
32
32
33
33
- name : Build and Push Upbound project
34
34
if : env.UP_API_TOKEN != ''
35
- uses : upbound/action-up-project@v1
35
+ uses : upbound/action-up-project@87016022642d4076f1360639bdf0f04527c28983 # v1
36
36
with :
37
37
push-project : true
38
38
tag : ${{ inputs.version || '' }}
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
steps :
13
13
- name : Checkout
14
14
id : checkout
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16
16
17
17
- name : Install up
18
- uses : upbound/action-up@v1
18
+ uses : upbound/action-up@53fe6395637d884c80d2bbc8c2d75d0ece776ced # v1
19
19
with :
20
20
skip-login : true
21
21
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
20
20
steps :
21
21
- name : Checkout
22
22
id : checkout
23
- uses : actions/checkout@v4
23
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24
24
25
25
- name : Install and login with up
26
26
if : env.UP_API_TOKEN != '' && env.UP_ORG != ''
27
- uses : upbound/action-up@v1
27
+ uses : upbound/action-up@53fe6395637d884c80d2bbc8c2d75d0ece776ced # v1
28
28
with :
29
29
api-token : ${{ secrets.UP_API_TOKEN }}
30
30
organization : ${{ secrets.UP_ORG }}
Original file line number Diff line number Diff line change 7
7
steps :
8
8
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
9
9
- name : yamllint
10
- uses : reviewdog/action-yamllint@1dca3ad811867be18fbe293a9818d715a6c2cd46 # v1.20 .0
10
+ uses : reviewdog/action-yamllint@f01d8a48fd8d89f89895499fca2cff09f9e9e8c0 # v1.21 .0
11
11
with :
12
12
reporter : github-pr-review
13
13
filter_mode : nofilter
You can’t perform that action at this time.
0 commit comments