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,11 +21,11 @@ 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 }}
40
40
41
41
- name : Build and Push Upbound project
42
42
if : env.UP_API_TOKEN != ''
43
- uses : upbound/action-up-project@v1
43
+ uses : upbound/action-up-project@87016022642d4076f1360639bdf0f04527c28983 # v1
44
44
with :
45
45
push-project : true
46
46
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 @@ -22,11 +22,11 @@ jobs:
22
22
steps :
23
23
- name : Checkout
24
24
id : checkout
25
- uses : actions/checkout@v4
25
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
26
26
27
27
- name : Install and login with up
28
28
if : env.UP_API_TOKEN != '' && env.UP_ORG != ''
29
- uses : upbound/action-up@v1
29
+ uses : upbound/action-up@53fe6395637d884c80d2bbc8c2d75d0ece776ced # v1
30
30
with :
31
31
api-token : ${{ env.UP_API_TOKEN }}
32
32
organization : ${{ env.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