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@8ade135a41bc03ea155e62e844d188df1ea18608 # v3.2.0
22
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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@8ade135a41bc03ea155e62e844d188df1ea18608 # ratchet:actions/checkout@v4
28
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
18
18
with :
19
19
node-version : 18
20
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # ratchet:actions/checkout@v4
20
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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@8ade135a41bc03ea155e62e844d188df1ea18608 # ratchet:actions/checkout@v4
16
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # ratchet:actions/checkout@v4
17
17
- uses : amannn/action-semantic-pull-request@47b15d52c5c30e94a17ec87eb8dd51ff5221fed9 # 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 23
23
image : hashicorp/terraform:${{ matrix.terraform }}
24
24
steps :
25
25
- name : " Checkout"
26
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
26
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
27
27
- name : " Fake zip files" # Validate will fail if it cannot find the zip files
28
28
run : |
29
29
touch lambdas/functions/webhook/webhook.zip
77
77
container :
78
78
image : hashicorp/terraform:${{ matrix.terraform }}
79
79
steps :
80
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
80
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
81
81
- name : terraform init
82
82
run : terraform init -get -backend=false -input=false
83
83
- if : contains(matrix.terraform, '1.3.')
@@ -126,7 +126,7 @@ jobs:
126
126
container :
127
127
image : hashicorp/terraform:${{ matrix.terraform }}
128
128
steps :
129
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
129
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
130
130
- name : terraform init
131
131
run : terraform init -get -backend=false -input=false
132
132
- if : contains(matrix.terraform, '1.5.')
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@8ade135a41bc03ea155e62e844d188df1ea18608 # ratchet:actions/checkout@v4
30
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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@8ade135a41bc03ea155e62e844d188df1ea18608 # ratchet:actions/checkout@v4
36
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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