Skip to content

Commit 64377e6

Browse files
committed
Use actions as defined in current commit instead of main branch
1 parent ff5ae49 commit 64377e6

7 files changed

+32
-11
lines changed

.github/actions/build_ami/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ runs:
5959
uses: actions/checkout@v4
6060

6161
- name: Get EIF for Release ${{ inputs.operator_release }}
62-
uses: IABTechLab/uid2-operator/.github/actions/download_release_artifact@main
62+
uses: ./.github/actions/download_release_artifact
6363
if: ${{ inputs.operator_release != '' }}
6464
with:
6565
github_token: ${{ inputs.github_token }}

.github/actions/build_eks_docker_image/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ runs:
4747
mkdir ${{ inputs.artifacts_output_dir }} -p
4848
4949
- name: Get EIF for Release ${{ inputs.operator_release }}
50-
uses: IABTechLab/uid2-operator/.github/actions/download_release_artifact@main
50+
uses: ./.github/actions/download_release_artifact
5151
if: ${{ inputs.operator_release != '' }}
5252
with:
5353
github_token: ${{ inputs.github_token }}

.github/workflows/build-uid2-ami.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Build UID2 Operator AMI
4444
id: buildAMI
45-
uses: IABTechLab/uid2-operator/.github/actions/build_ami@main
45+
uses: ./.github/actions/build_ami
4646
with:
4747
identity_scope: uid2
4848
eif_repo_owner: ${{ env.REPO_OWNER }}
@@ -92,7 +92,7 @@ jobs:
9292
9393
- name: Build EUID Operator AMI
9494
id: buildAMI
95-
uses: IABTechLab/uid2-operator/.github/actions/build_ami@main
95+
uses: ./.github/actions/build_ami
9696
with:
9797
identity_scope: euid
9898
eif_repo_owner: ${{ env.REPO_OWNER }}

.github/workflows/publish-aws-eks-nitro-enclave-docker.yaml

+8-2
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,12 @@ jobs:
3636
security-events: write
3737
packages: write
3838
steps:
39+
- name: Checkout
40+
uses: actions/checkout@v4
41+
3942
- name: Build Docker Image for EKS Pod
4043
id: build_docker_image_uid
41-
uses: IABTechLab/uid2-operator/.github/actions/build_eks_docker_image@main
44+
uses: ./.github/actions/build_eks_docker_image
4245
with:
4346
identity_scope: uid2
4447
artifacts_output_dir: ${{ env.ARTIFACTS_BASE_OUTPUT_DIR }}/uid2
@@ -61,9 +64,12 @@ jobs:
6164
security-events: write
6265
packages: write
6366
steps:
67+
- name: Checkout
68+
uses: actions/checkout@v4
69+
6470
- name: Build Docker Image for EKS Pod
6571
id: build_docker_image_euid
66-
uses: IABTechLab/uid2-operator/.github/actions/build_eks_docker_image@main
72+
uses: ./.github/actions/build_eks_docker_image
6773
with:
6874
identity_scope: euid
6975
artifacts_output_dir: ${{ env.ARTIFACTS_BASE_OUTPUT_DIR }}/euid

.github/workflows/publish-aws-nitro-eif.yaml

+12-3
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,12 @@ jobs:
4848
env:
4949
GITHUB_CONTEXT: ${{ toJson(github) }}
5050

51+
- name: Checkout
52+
uses: actions/checkout@v4
53+
5154
- name: Update Operator Version
5255
id: update_version
53-
uses: IABTechLab/uid2-operator/.github/actions/update_operator_version@main
56+
uses: ./.github/actions/update_operator_version
5457
with:
5558
release_type: ${{ inputs.release_type }}
5659
version_number_input: ${{ inputs.version_number_input }}
@@ -68,9 +71,12 @@ jobs:
6871
runs-on: ubuntu-latest
6972
needs: start
7073
steps:
74+
- name: Checkout
75+
uses: actions/checkout@v4
76+
7177
- name: Build UID2 AWS EIF
7278
id: build_uid2_eif
73-
uses: IABTechLab/uid2-operator/.github/actions/build_aws_eif@main
79+
uses: ./.github/actions/build_aws_eif
7480
with:
7581
identity_scope: uid2
7682
artifacts_base_output_dir: ${{ env.ARTIFACTS_BASE_OUTPUT_DIR }}/uid2
@@ -104,9 +110,12 @@ jobs:
104110
runs-on: ubuntu-latest
105111
needs: start
106112
steps:
113+
- name: Checkout
114+
uses: actions/checkout@v4
115+
107116
- name: Build EUID AWS EIF
108117
id: build_euid_eif
109-
uses: IABTechLab/uid2-operator/.github/actions/build_aws_eif@main
118+
uses: ./.github/actions/build_aws_eif
110119
with:
111120
identity_scope: euid
112121
artifacts_base_output_dir: ${{ env.ARTIFACTS_BASE_OUTPUT_DIR }}/euid

.github/workflows/publish-azure-cc-enclave-docker.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,12 @@ jobs:
7373
docker_version: ${{ steps.meta.outputs.version }}
7474
tags: ${{ steps.meta.outputs.tags }}
7575
steps:
76+
- name: Checkout
77+
uses: actions/checkout@v4
78+
7679
- name: Update Operator Version
7780
id: update_version
78-
uses: IABTechLab/uid2-operator/.github/actions/update_operator_version@main
81+
uses: ./.github/actions/update_operator_version
7982
with:
8083
release_type: ${{ inputs.release_type }}
8184
version_number_input: ${{ inputs.version_number_input }}

.github/workflows/publish-gcp-oidc-enclave-docker.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,12 @@ jobs:
7171
jar_version: ${{ steps.update_version.outputs.new_version }}
7272
image_tag: ${{ steps.update_version.outputs.image_tag }}
7373
steps:
74+
- name: Checkout
75+
uses: actions/checkout@v4
76+
7477
- name: Update Operator Version
7578
id: update_version
76-
uses: IABTechLab/uid2-operator/.github/actions/update_operator_version@main
79+
uses: ./.github/actions/update_operator_version
7780
with:
7881
release_type: ${{ inputs.release_type }}
7982
version_number_input: ${{ inputs.version_number_input }}

0 commit comments

Comments
 (0)