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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v3.2.0
22
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # ratchet:actions/checkout@v4
28
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # ratchet:actions/checkout@v4
20
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # ratchet:actions/checkout@v4
16
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # ratchet:actions/checkout@v4
17
17
- uses : amannn/action-semantic-pull-request@cfb60706e18bc85e8aec535e3c577abe8f70378e # 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
26
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
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
89
89
container :
90
90
image : hashicorp/terraform:${{ matrix.terraform }}
91
91
steps :
92
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
92
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
93
93
- name : terraform init
94
94
run : terraform init -get -backend=false -input=false
95
95
- if : contains(matrix.terraform, '1.3.')
@@ -147,7 +147,7 @@ jobs:
147
147
container :
148
148
image : hashicorp/terraform:${{ matrix.terraform }}
149
149
steps :
150
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
150
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
151
151
- name : terraform init
152
152
run : terraform init -get -backend=false -input=false
153
153
- if : contains(matrix.terraform, '1.5.')
Original file line number Diff line number Diff line change 25
25
org : philips-labs
26
26
27
27
- name : Checkout with GITHUB Action token
28
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # ratchet:actions/checkout@v4
28
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # ratchet:actions/checkout@v4
29
29
with :
30
30
token : ${{ steps.app.outputs.token }}
31
31
65
65
needs : [docs]
66
66
runs-on : ubuntu-latest
67
67
steps :
68
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # ratchet:actions/checkout@v4
68
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # ratchet:actions/checkout@v4
69
69
- name : Configure Git Credentials
70
70
run : |
71
71
git config user.name github-actions[bot]
You can’t perform that action at this time.
0 commit comments