Skip to content

Commit df82119

Browse files
author
upbound-bot
committed
🔄 synced local '.github/workflows' with remote 'gitops/shared-files/configurations-new-devex/workflows'
1 parent 6d5f01d commit df82119

5 files changed

Lines changed: 8 additions & 25 deletions

File tree

‎.github/workflows/ci.yaml‎

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

2727
- name: Install and login with up
2828
if: env.UP_API_TOKEN != '' && env.UP_ORG != ''
@@ -33,7 +33,7 @@ jobs:
3333

3434
# doesn't work with plain token when pushing otherwise
3535
- name: Login to xpkg with robot
36-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
36+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
3737
with:
3838
registry: ${{ env.XPKG_REGISTRY }}
3939
username: ${{ env.UP_ROBOT_ID }}

‎.github/workflows/composition-tests.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
id: checkout
15-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
15+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1616

1717
- name: Install up
1818
uses: upbound/action-up@53fe6395637d884c80d2bbc8c2d75d0ece776ced # v1

‎.github/workflows/e2e.yaml‎

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -19,29 +19,12 @@ jobs:
1919
e2e:
2020
if: contains(github.event.pull_request.labels.*.name, 'run-e2e-tests')
2121
runs-on: ubuntu-latest
22-
env:
23-
E2E_EXTRA: ${{ secrets.E2E_EXTRA }}
2422
steps:
2523
- name: Checkout
2624
id: checkout
27-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
25+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2826
with:
2927
ref: ${{ github.event.pull_request.head.sha }}
30-
31-
- name: Export project-specific environment variables
32-
if: env.E2E_EXTRA != ''
33-
run: |
34-
echo "$E2E_EXTRA" | jq -r 'to_entries[] | "\(.key)=\(.value)"' >> $GITHUB_ENV
35-
36-
- name: Verify AWS_REGION_NAME is set
37-
if: env.E2E_EXTRA != ''
38-
run: |
39-
if [ -n "$AWS_REGION_NAME" ]; then
40-
echo "✓ AWS_REGION_NAME is set: $AWS_REGION_NAME"
41-
else
42-
echo "✗ AWS_REGION_NAME is NOT set"
43-
exit 1
44-
fi
4528

4629
- name: Install and login with up
4730
if: env.UP_API_TOKEN != '' && env.UP_ORG != ''
@@ -52,7 +35,7 @@ jobs:
5235

5336
# doesn't work with plain token when pushing otherwise
5437
- name: Login to xpkg with robot
55-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
38+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
5639
with:
5740
registry: xpkg.upbound.io
5841
username: ${{ env.UP_ROBOT_ID }}
@@ -65,4 +48,4 @@ jobs:
6548
run: up ctx ${{ env.UP_ORG }}/upbound-gcp-us-central-1/${{ env.UP_GROUP }}
6649

6750
- name: Run e2e tests
68-
run: up test run tests/* --e2e
51+
run: up test run tests/* --e2e

‎.github/workflows/tag.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
19+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2020

2121
- name: Create Tag
2222
uses: negz/create-tag@39bae1e0932567a58c20dea5a1a0d18358503320 # v1

‎.github/workflows/yamllint.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
name: runner / yamllint
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
8+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
99
- name: yamllint
1010
uses: reviewdog/action-yamllint@f01d8a48fd8d89f89895499fca2cff09f9e9e8c0 # v1.21.0
1111
with:

0 commit comments

Comments
 (0)