Commit ebd834e 1 parent a96193e commit ebd834e Copy full SHA for ebd834e
File tree 8 files changed +13
-13
lines changed
8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 34
34
sudo chown $USER /tmp/uds-*.log || echo ""
35
35
shell : bash
36
36
37
- - uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
37
+ - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
38
38
with :
39
39
name : debug-log${{ inputs.suffix }}
40
40
path : |
Original file line number Diff line number Diff line change 15
15
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
18
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
19
19
with :
20
20
fetch-depth : 0
21
21
24
24
25
25
- name : Install commitlint
26
26
run : |
27
- npm install --save-dev @commitlint/config-conventional@19.1.0
28
- npm install --save-dev @commitlint/cli@19.2.1
27
+ npm install --save-dev @commitlint/config-conventional@19.2.2
28
+ npm install --save-dev @commitlint/cli@19.3.0
29
29
30
30
- name : Lint PR title
31
31
env :
Original file line number Diff line number Diff line change 21
21
packages : write
22
22
23
23
steps :
24
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
24
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
25
25
26
26
- name : Environment setup
27
27
uses : ./.github/actions/setup
Original file line number Diff line number Diff line change 26
26
lint-check :
27
27
runs-on : ubuntu-latest
28
28
steps :
29
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
29
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
30
30
- name : Use Node.js latest
31
31
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
32
32
with :
50
50
51
51
steps :
52
52
- name : Checkout the code
53
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
53
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
54
54
55
55
# Uses a custom action to filter paths for source packages.
56
56
- name : Check src paths
Original file line number Diff line number Diff line change 37
37
runs-on : ubuntu-latest
38
38
steps :
39
39
- name : Checkout the code
40
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
40
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
41
41
- name : Environment setup
42
42
uses : ./.github/actions/setup
43
43
- name : Deploy Slim Dev Bundle
Original file line number Diff line number Diff line change 23
23
permissions :
24
24
contents : write
25
25
steps :
26
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
26
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
27
27
with :
28
28
fetch-tags : ' true'
29
29
- name : Update snapshot-latest tag
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ jobs:
28
28
echo "TF_VAR_permissions_boundary_name=${UDS_PERMISSIONS_BOUNDARY_NAME}" >> $GITHUB_ENV
29
29
30
30
- name : Checkout repository
31
- uses : actions/checkout@v4
31
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
32
32
33
33
- name : Configure AWS Credentials
34
- uses : aws-actions/configure-aws-credentials@v4
34
+ uses : aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4
35
35
with :
36
36
role-to-assume : ${{ secrets.AWS_COMMERCIAL_ROLE_TO_ASSUME }}
37
37
role-session-name : ${{ github.job || github.event.client_payload.pull_request.head.sha || github.sha }}
44
44
run : uds run -f tasks/iac.yaml install-eksctl --no-progress
45
45
46
46
- name : Setup Terraform
47
- uses : hashicorp/setup-terraform@v3
47
+ uses : hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 # v3
48
48
with :
49
49
terraform_version : " 1.5.7"
50
50
Original file line number Diff line number Diff line change 45
45
46
46
steps :
47
47
- name : Checkout repository
48
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
48
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
49
49
50
50
- name : Environment setup
51
51
uses : ./.github/actions/setup
You can’t perform that action at this time.
0 commit comments