Skip to content

Commit 16b5dc0

Browse files
committed
chore: upgrade GitHub Actions from Node 20 to Node 24
1 parent 472dc07 commit 16b5dc0

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/actions/build_ami/action.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ runs:
7171

7272
- name: Get EIF for Run ${{ inputs.operator_run_number }}
7373
id: get_eif_for_run
74-
uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6
74+
uses: dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21
7575
if: ${{ inputs.operator_release == '' }}
7676
with:
7777
name: 'aws-${{ inputs.identity_scope }}-deployment-files-.*'
@@ -94,14 +94,14 @@ runs:
9494
ls ./scripts/aws/uid2-operator-ami/artifacts/ -al
9595
9696
- name: Configure UID2 AWS credentials
97-
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4
97+
uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0
9898
if: ${{ inputs.identity_scope == 'uid2' }}
9999
with:
100100
aws-region: ${{ inputs.uid2_aws_region }}
101101
role-to-assume: ${{ inputs.uid2_aws_role }}
102102

103103
- name: Configure EUID AWS credentials
104-
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4
104+
uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0
105105
if: ${{ inputs.identity_scope == 'euid' }}
106106
with:
107107
aws-region: ${{ inputs.euid_aws_region }}
@@ -124,7 +124,7 @@ runs:
124124
125125
- name: Setup Packer
126126
id: setup-packer
127-
uses: hashicorp/setup-packer@c3d53c525d422944e50ee27b840746d6522b08de # main
127+
uses: hashicorp/setup-packer@3286471d6cc6756d056a0b199fea5e0becdbc189 # v3.3.0
128128

129129
- name: Create AMI
130130
shell: bash

.github/actions/build_eks_docker_image/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ runs:
5959

6060
- name: Get EIF for Run ${{ inputs.operator_run_number }}
6161
id: get_eif_for_run
62-
uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6
62+
uses: dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21
6363
if: ${{ inputs.operator_release == '' }}
6464
with:
6565
name: 'aws-${{ inputs.identity_scope }}-deployment-files-.*'

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
BUILD_TARGET=${{ env.ENCLAVE_PROTOCOL }}
131131
132132
- name: Generate Trivy vulnerability scan report
133-
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # v0.35.0
133+
uses: aquasecurity/trivy-action@ed142fd0673e97e23eac54620cfb913e5ce36c25 # v0.36.0
134134
with:
135135
image-ref: ${{ steps.meta.outputs.tags }}
136136
format: 'sarif'
@@ -146,7 +146,7 @@ jobs:
146146
sarif_file: 'trivy-results.sarif'
147147

148148
- name: Test with Trivy vulnerability scanner
149-
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # v0.35.0
149+
uses: aquasecurity/trivy-action@ed142fd0673e97e23eac54620cfb913e5ce36c25 # v0.36.0
150150
with:
151151
image-ref: ${{ steps.meta.outputs.tags }}
152152
format: 'table'

0 commit comments

Comments
 (0)