This repository was archived by the owner on Jan 16, 2025. It is now read-only.
File tree 6 files changed +9
-9
lines changed
6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 19
19
working-directory : ./lambdas
20
20
21
21
steps :
22
- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3.2.0
22
+ - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3.2.0
23
23
- name : Install dependencies
24
24
run : yarn install --frozen-lockfile
25
25
- name : Run prettier
Original file line number Diff line number Diff line change 25
25
working-directory : images/${{ matrix.image }}
26
26
steps :
27
27
- name : " Checkout"
28
- uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # ratchet:actions/checkout@v4
28
+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # ratchet:actions/checkout@v4
29
29
- name : packer init
30
30
run : packer init .
31
31
- name : check packer formatting
Original file line number Diff line number Diff line change 17
17
- uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
18
18
with :
19
19
node-version : 18
20
- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # ratchet:actions/checkout@v4
20
+ - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # ratchet:actions/checkout@v4
21
21
- name : Build dist
22
22
working-directory : lambdas
23
23
run : yarn install && yarn run test && yarn dist
Original file line number Diff line number Diff line change 13
13
name : Semantic Commit Message Check
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # ratchet:actions/checkout@v4
16
+ - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # ratchet:actions/checkout@v4
17
17
- uses : amannn/action-semantic-pull-request@c3cd5d1ea3580753008872425915e343e351ab54 # ratchet:amannn/action-semantic-pull-request@v5
18
18
name : Check PR for Semantic Commit Message
19
19
env :
Original file line number Diff line number Diff line change 24
24
image : hashicorp/terraform:${{ matrix.terraform }}
25
25
steps :
26
26
- name : " Checkout"
27
- uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
27
+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
28
28
- name : " Fake zip files" # Validate will fail if it cannot find the zip files
29
29
run : |
30
30
touch lambdas/functions/webhook/webhook.zip
65
65
container :
66
66
image : hashicorp/terraform:${{ matrix.terraform }}
67
67
steps :
68
- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
68
+ - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
69
69
- name : terraform init
70
70
run : terraform init -get -backend=false -input=false
71
71
- if : contains(matrix.terraform, '1.3.')
92
92
container :
93
93
image : hashicorp/terraform:${{ matrix.terraform }}
94
94
steps :
95
- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
95
+ - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
96
96
- name : terraform init
97
97
run : terraform init -get -backend=false -input=false
98
98
- if : contains(matrix.terraform, '1.3.')
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ jobs:
27
27
# We use the app for branches in this this repo to ensure PR chekcs are kept in place.
28
28
- if : github.event_name == 'push' && github.repository_owner == 'philips-labs' && github.ref != 'refs/heads/main'
29
29
name : Checkout with App Token
30
- uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # ratchet:actions/checkout@v4
30
+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # ratchet:actions/checkout@v4
31
31
with :
32
32
token : ${{ steps.token.outputs.token }}
33
33
34
34
- if : (github.event_name == 'push' && github.repository_owner != 'philips-labs') || github.ref == 'refs/heads/main'
35
35
name : Checkout with GITHUB Action token
36
- uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # ratchet:actions/checkout@v4
36
+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # ratchet:actions/checkout@v4
37
37
38
38
- name : Generate TF docs
39
39
uses :
terraform-docs/gh-actions@f6d59f89a280fa0a3febf55ef68f146784b20ba0 # ratchet:terraform-docs/[email protected]
You can’t perform that action at this time.
0 commit comments