Skip to content

Commit da8d01c

Browse files
committed
update actions in workflows
1 parent 7feb5e8 commit da8d01c

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/[email protected]
2424

2525
- name: Link Checker
26-
uses: lycheeverse/lychee-action@v2.6.1
26+
uses: lycheeverse/lychee-action@v2.7.0
2727
with:
2828
args: >-
2929
--no-progress
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/[email protected]
4545

4646
- name: Lint markdown
47-
uses: DavidAnson/markdownlint-cli2-action@v20.0.0
47+
uses: DavidAnson/markdownlint-cli2-action@v21.0.0
4848
with:
4949
config: '.markdownlint.yaml'
5050
globs: |
@@ -60,12 +60,12 @@ jobs:
6060
uses: actions/[email protected]
6161

6262
- name: Spell check EN language
63-
uses: rojopolis/spellcheck-github-actions@0.53.0
63+
uses: rojopolis/spellcheck-github-actions@0.54.0
6464
with:
6565
config_path: .spellcheck-en.yaml
6666

6767
- name: Spell check ES language
68-
uses: rojopolis/spellcheck-github-actions@0.53.0
68+
uses: rojopolis/spellcheck-github-actions@0.54.0
6969
with:
7070
config_path: .spellcheck-es.yaml
7171

.github/workflows/housekeeping.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/[email protected]
3838

3939
- name: Link Checker
40-
uses: lycheeverse/lychee-action@v2.6.1
40+
uses: lycheeverse/lychee-action@v2.7.0
4141
with:
4242
# skip the jekyll files under '_includes' directory, check all other directories
4343
args: >-

.github/workflows/pr.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/[email protected]
1717

1818
- name: Link Checker
19-
uses: lycheeverse/lychee-action@v2.6.1
19+
uses: lycheeverse/lychee-action@v2.7.0
2020
with:
2121
args: >-
2222
--no-progress
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/[email protected]
3838

3939
- name: Lint markdown
40-
uses: DavidAnson/markdownlint-cli2-action@v20.0.0
40+
uses: DavidAnson/markdownlint-cli2-action@v21.0.0
4141
with:
4242
config: '.markdownlint.yaml'
4343
globs: |
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/[email protected]
5454

5555
- name: Spell check EN language
56-
uses: rojopolis/spellcheck-github-actions@0.53.0
56+
uses: rojopolis/spellcheck-github-actions@0.54.0
5757
with:
5858
config_path: .spellcheck-en.yaml
5959

@@ -65,7 +65,7 @@ jobs:
6565
uses: actions/[email protected]
6666

6767
- name: Spell check ES language
68-
uses: rojopolis/spellcheck-github-actions@0.53.0
68+
uses: rojopolis/spellcheck-github-actions@0.54.0
6969
with:
7070
config_path: .spellcheck-es.yaml
7171

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<a href="https://devguide.owasp.org/"><img src="docs/assets/images/dg_logo_di.png" alt="DevGuide logo" height="180px"/></a>
22

33
[![CC BY-SA 4.0 license](https://img.shields.io/github/license/owasp/DevGuide.svg)](license.txt)
4-
[![OWASP Lab project](https://img.shields.io/badge/owasp-lab%20project-f7b73c.svg)](https://www.owasp.org/projects)
4+
[![OWASP Lab project](https://img.shields.io/badge/owasp-lab%20project-f7b73c.svg)](https://owasp.org/projects)
55
[![Build status](https://github.com/OWASP/DevGuide/actions/workflows/ci.yaml/badge.svg?event=push)][build]
6-
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9373/badge)](https://www.bestpractices.dev/projects/9373)
6+
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9373/badge)](https://www.bestpractices.dev/en/projects/9373)
77

88
## OWASP Foundation Developer Guide
99

code_of_conduct.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ and translations are available of this [contributor covenant][translate].
126126

127127
OWASP DevGuide: _accessible security for developers_
128128

129-
[cofc]: https://www.contributor-covenant.org/version/2/0/code_of_conduct.html
130-
[diversity]: https://github.com/mozilla/diversity
131-
[faq]: https://www.contributor-covenant.org/faq
129+
[cofc]: https://www.contributor-covenant.org/version/2/0/code_of_conduct/
130+
[diversity]: https://github.com/mozilla/inclusion
131+
[faq]: https://www.contributor-covenant.org/faq/
132132
[homepage]: https://www.contributor-covenant.org
133-
[translate]: https://www.contributor-covenant.org/translations
133+
[translate]: https://www.contributor-covenant.org/translations/

0 commit comments

Comments
 (0)