Skip to content

Commit 5e4b922

Browse files
authored
Merge pull request #171 : update actions in workflows
2 parents 7feb5e8 + efb1e23 commit 5e4b922

File tree

30 files changed

+54
-55
lines changed

30 files changed

+54
-55
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

.markdownlint.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ MD013:
1313
line_length: 125
1414
stern: true
1515
strict: false
16-
tables: true
17-
16+
tables: false

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/

docs/en/02-foundations/02-secure-development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ The OWASP Developer Guide is a community effort; if there is something that need
170170
then [submit an issue][issue0402] or [edit on GitHub][edit0402].
171171

172172
[amass]: https://owasp.org/www-project-amass/
173-
[apisec]: https://owasp.org/API-Security
173+
[apisec]: https://owasp.org/API-Security/
174174
[asvs]: https://owasp.org/www-project-application-security-verification-standard/
175175
[champions]: https://owasp.org/www-project-security-champions-guidebook/
176176
[cscicd]: https://cheatsheetseries.owasp.org/cheatsheets/CI_CD_Security_Cheat_Sheet
@@ -185,7 +185,7 @@ then [submit an issue][issue0402] or [edit on GitHub][edit0402].
185185
[depcheck]: https://owasp.org/www-project-dependency-check/
186186
[deptrack]: https://dependencytrack.org/
187187
[devsecops]: https://owasp.org/www-project-devsecops-guideline/
188-
[defectdojo]: https://www.defectdojo.org/
188+
[defectdojo]: https://defectdojo.com/community
189189
[edit0402]: https://github.com/OWASP/DevGuide/blob/main/docs/en/02-foundations/02-secure-development.md
190190
[esapi-project]: https://owasp.org/www-project-enterprise-security-api/
191191
[github]: https://github.com/

docs/en/02-foundations/05-top-ten.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ then [submit an issue][issue0405] or [edit on GitHub][edit0405].
187187
[a09cs]: https://cheatsheetseries.owasp.org/IndexTopTen.html#a092021-security-logging-and-monitoring-failures
188188
[a10]: https://owasp.org/Top10/A10_2021-Server-Side_Request_Forgery_%28SSRF%29/
189189
[a10cs]: https://cheatsheetseries.owasp.org/IndexTopTen.html#a102021-server-side-request-forgery-ssrf
190-
[apisec]: https://owasp.org/API-Security
190+
[apisec]: https://owasp.org/API-Security/
191191
[cicd10]: https://owasp.org/www-project-top-10-ci-cd-security-risks/
192192
[cschain]: https://cheatsheetseries.owasp.org/cheatsheets/Software_Supply_Chain_Security_Cheat_Sheet
193193
[cscloud]: https://cheatsheetseries.owasp.org/cheatsheets/Secure_Cloud_Architecture_Cheat_Sheet

docs/en/03-requirements/02-risk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ then [submit an issue][issue0502] or [edit on GitHub][edit0502].
8686
[cvss]: https://www.first.org/cvss/
8787
[edit0502]: https://github.com/OWASP/DevGuide/blob/main/docs/en/03-requirements/02-risk.md
8888
[issue0502]: https://github.com/OWASP/DevGuide/issues/new?labels=enhancement&template=request.md&title=Update:%2003-requirements/02-risk
89-
[nist]: https://csrc.nist.gov/publications/detail/sp/800-30/rev-1/final
89+
[nist]: https://csrc.nist.gov/pubs/sp/800/30/r1/final
9090
[rra]: https://infosec.mozilla.org/guidelines/risk/rapid_risk_assessment.html
9191
[rrm]: https://owasp.org/www-community/OWASP_Risk_Rating_Methodology
9292
[rrs]: https://infosec.mozilla.org/guidelines/assessing_security_risk
9393
[samm]: https://owaspsamm.org/about/
94-
[tra]: https://cyber.gc.ca/en/guidance/harmonized-tra-methodology-tra-1
94+
[tra]: https://www.cyber.gc.ca/en/tools-services/harmonized-tra-methodology

docs/en/04-design/01-threat-modeling/01-threat-modeling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ then [submit an issue][issue060101] or [edit on GitHub][edit060101].
269269
[stride]: https://en.wikipedia.org/wiki/STRIDE_%28security%29
270270
[tdtm]: https://owasp.org/www-project-threat-dragon/
271271
[tmpb]: https://owasp.org/www-project-threat-modeling-playbook/
272-
[tmproject]: https://owasp.org/www-project-threat-model/
272+
[tmproject]: https://owasp.org/www-project-threat-modeling/
273273
[tmmanifesto]: https://www.threatmodelingmanifesto.org/
274274
[TM]: https://owasp.org/www-community/Threat_Modeling
275275
[TMP]: https://owasp.org/www-community/Threat_Modeling_Process

0 commit comments

Comments
 (0)