This repository was archived by the owner on Jan 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 19
19
markdownlint-check :
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
22
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
23
23
24
24
- name : Markdown Lint
25
25
uses : ruzickap/action-my-markdown-linter@919d3735df9bbc094d206521a774133ec8f3c4ca # v1.1.0
30
30
markdown-link-check :
31
31
runs-on : ubuntu-latest
32
32
steps :
33
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
33
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
34
34
35
35
- name : Link Checker
36
36
uses : ruzickap/action-my-markdown-link-checker@e7e8635735a15a86b081f8255022bcc251cc9003 # v1.2.0
41
41
markdown-spell-check :
42
42
runs-on : ubuntu-latest
43
43
steps :
44
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
44
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
45
45
46
46
- name : Install Node.js LTS version
47
47
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
Original file line number Diff line number Diff line change 17
17
terraform-check :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
20
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
21
21
22
22
- name : Terraform Format
23
23
uses : hashicorp/terraform-github-actions@b2ca17c0c25198c67c668c37edcbc45ca086a91e # v0.8.0
Original file line number Diff line number Diff line change 19
19
concurrency :
20
20
group : ${{ github.workflow }}-${{ github.ref }}
21
21
steps :
22
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
22
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
23
23
24
24
- name : Install Node.js
25
25
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
You can’t perform that action at this time.
0 commit comments