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@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.2.0
22
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # 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@b4ffde65f46336ab88eb53be808477a3936bae11 # ratchet:actions/checkout@v4
28
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # 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@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
18
18
with :
19
19
node-version : 20
20
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # ratchet:actions/checkout@v4
20
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # ratchet:actions/checkout@v4
21
21
- name : Build dist
22
22
working-directory : lambdas
23
23
run : yarn install --frozen-lockfile && 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@b4ffde65f46336ab88eb53be808477a3936bae11 # ratchet:actions/checkout@v4
16
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # ratchet:actions/checkout@v4
17
17
- uses : amannn/action-semantic-pull-request@e9fabac35e210fea40ca5b14c0da95a099eff26f # 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@b4ffde65f46336ab88eb53be808477a3936bae11
26
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
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@b4ffde65f46336ab88eb53be808477a3936bae11
80
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
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@b4ffde65f46336ab88eb53be808477a3936bae11
129
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
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 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Checkout with GITHUB Action token
20
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # ratchet:actions/checkout@v4
20
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # ratchet:actions/checkout@v4
21
21
22
22
- name : Generate TF docs
23
23
uses :
terraform-docs/gh-actions@f6d59f89a280fa0a3febf55ef68f146784b20ba0 # ratchet:terraform-docs/[email protected]
43
43
needs : [docs]
44
44
runs-on : ubuntu-latest
45
45
steps :
46
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # ratchet:actions/checkout@v4
46
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # ratchet:actions/checkout@v4
47
47
- name : Configure Git Credentials
48
48
run : |
49
49
git config user.name github-actions[bot]
You can’t perform that action at this time.
0 commit comments