Skip to content

Commit 3c1bd18

Browse files
authored
πŸ”„ synced file(s) with upbound/sa-up (#98)
* πŸ”„ synced local '.github/workflows' with remote 'shared/configurations-new-devex/workflows' * πŸ”„ synced local '.github/CODEOWNERS' with remote '.github/CODEOWNERS' --------- Co-authored-by: upbound-bot <null>
1 parent 385268e commit 3c1bd18

File tree

5 files changed

+9
-14
lines changed

5 files changed

+9
-14
lines changed

β€Ž.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
* @upbound/team-solutions
2+
* @haarchri

β€Ž.github/workflows/ci.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
pull_request: {}
87
workflow_dispatch:
98
inputs:
109
version:
@@ -22,11 +21,11 @@ jobs:
2221
steps:
2322
- name: Checkout
2423
id: checkout
25-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24+
uses: actions/checkout@v4
2625

2726
- name: Install and login with up
2827
if: env.UP_API_TOKEN != '' && env.UP_ORG != ''
29-
uses: upbound/action-up@53fe6395637d884c80d2bbc8c2d75d0ece776ced # v1
28+
uses: upbound/action-up@v1
3029
with:
3130
api-token: ${{ secrets.UP_API_TOKEN }}
3231
organization: ${{ secrets.UP_ORG }}
@@ -41,7 +40,7 @@ jobs:
4140

4241
- name: Build and Push Upbound project
4342
if: env.UP_API_TOKEN != ''
44-
uses: upbound/action-up-project@87016022642d4076f1360639bdf0f04527c28983 # v1
43+
uses: upbound/action-up-project@v1
4544
with:
4645
push-project: true
4746
tag: ${{ inputs.version || '' }}

β€Ž.github/workflows/composition-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
id: checkout
15-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15+
uses: actions/checkout@v4
1616

1717
- name: Install up
18-
uses: upbound/action-up@53fe6395637d884c80d2bbc8c2d75d0ece776ced # v1
18+
uses: upbound/action-up@v1
1919
with:
2020
skip-login: true
2121

β€Ž.github/workflows/e2e.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
steps:
2323
- name: Checkout
2424
id: checkout
25-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
25+
uses: actions/checkout@v4
2626

2727
- name: Install and login with up
2828
if: env.UP_API_TOKEN != '' && env.UP_ORG != ''
29-
uses: upbound/action-up@53fe6395637d884c80d2bbc8c2d75d0ece776ced # v1
29+
uses: upbound/action-up@v1
3030
with:
3131
api-token: ${{ env.UP_API_TOKEN }}
3232
organization: ${{ env.UP_ORG }}
@@ -45,10 +45,5 @@ jobs:
4545
- name: Switch up context
4646
run: up ctx ${{ env.UP_ORG }}/upbound-gcp-us-central-1/${{ env.UP_GROUP }}
4747

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-
5348
- name: Run e2e tests
5449
run: up test run tests/* --e2e

β€Ž.github/workflows/yamllint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
99
- name: yamllint
10-
uses: reviewdog/action-yamllint@f01d8a48fd8d89f89895499fca2cff09f9e9e8c0 # v1.21.0
10+
uses: reviewdog/action-yamllint@1dca3ad811867be18fbe293a9818d715a6c2cd46 # v1.20.0
1111
with:
1212
reporter: github-pr-review
1313
filter_mode: nofilter

0 commit comments

Comments
Β (0)