File tree Expand file tree Collapse file tree 5 files changed +9
-14
lines changed Expand file tree Collapse file tree 5 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 1
1
* @ upbound/team-solutions
2
+ * @ haarchri
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- main
7
- pull_request : {}
8
7
workflow_dispatch :
9
8
inputs :
10
9
version :
@@ -22,11 +21,11 @@ jobs:
22
21
steps :
23
22
- name : Checkout
24
23
id : checkout
25
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24
+ uses : actions/checkout@v4
26
25
27
26
- name : Install and login with up
28
27
if : env.UP_API_TOKEN != '' && env.UP_ORG != ''
29
- uses : upbound/action-up@53fe6395637d884c80d2bbc8c2d75d0ece776ced # v1
28
+ uses : upbound/action-up@v1
30
29
with :
31
30
api-token : ${{ secrets.UP_API_TOKEN }}
32
31
organization : ${{ secrets.UP_ORG }}
41
40
42
41
- name : Build and Push Upbound project
43
42
if : env.UP_API_TOKEN != ''
44
- uses : upbound/action-up-project@87016022642d4076f1360639bdf0f04527c28983 # v1
43
+ uses : upbound/action-up-project@v1
45
44
with :
46
45
push-project : true
47
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15
+ uses : actions/checkout@v4
16
16
17
17
- name : Install up
18
- uses : upbound/action-up@53fe6395637d884c80d2bbc8c2d75d0ece776ced # v1
18
+ uses : upbound/action-up@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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
25
+ uses : actions/checkout@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@53fe6395637d884c80d2bbc8c2d75d0ece776ced # v1
29
+ uses : upbound/action-up@v1
30
30
with :
31
31
api-token : ${{ env.UP_API_TOKEN }}
32
32
organization : ${{ env.UP_ORG }}
45
45
- name : Switch up context
46
46
run : up ctx ${{ env.UP_ORG }}/upbound-gcp-us-central-1/${{ env.UP_GROUP }}
47
47
48
- - name : Download and install Upbound-enhanced Chainsaw(remove me later)
49
- run : |
50
- curl -L -o /usr/local/bin/chainsaw https://yurychainsaw.blob.core.windows.net/chainsaw/chainsaw
51
- chmod +x /usr/local/bin/chainsaw
52
-
53
48
- name : Run e2e tests
54
49
run : up test run tests/* --e2e
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@f01d8a48fd8d89f89895499fca2cff09f9e9e8c0 # v1.21 .0
10
+ uses : reviewdog/action-yamllint@1dca3ad811867be18fbe293a9818d715a6c2cd46 # v1.20 .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