Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ jobs:
uses: actions/checkout@v5.0.0

- name: Spell check EN language
uses: rojopolis/spellcheck-github-actions@0.52.0
uses: rojopolis/spellcheck-github-actions@0.53.0
with:
config_path: .spellcheck-en.yaml

- name: Spell check ES language
uses: rojopolis/spellcheck-github-actions@0.52.0
uses: rojopolis/spellcheck-github-actions@0.53.0
with:
config_path: .spellcheck-es.yaml

Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
run: mkdocs build --config-file mkdocs-pdf-en.yaml

- name: Upload EN PDF
uses: actions/upload-artifact@v4.6.2
uses: actions/upload-artifact@v5.0.0
with:
name: pdf-export-en
path: site/OWASP_Developer_Guide.pdf
Expand All @@ -156,7 +156,7 @@ jobs:
run: mkdocs build --config-file mkdocs-pdf-es.yaml

- name: Upload ES PDF
uses: actions/upload-artifact@v4.6.2
uses: actions/upload-artifact@v5.0.0
with:
name: pdf-export-es
path: site/OWASP_Developer_Guide-ES.pdf
Expand All @@ -165,7 +165,7 @@ jobs:
run: mkdocs build --config-file mkdocs-pdf-fa.yaml

- name: Upload FA PDF
uses: actions/upload-artifact@v4.6.2
uses: actions/upload-artifact@v5.0.0
with:
name: pdf-export-fa
path: site/OWASP_Developer_Guide-FA.pdf
Expand All @@ -174,7 +174,7 @@ jobs:
run: mkdocs build --config-file mkdocs-pdf-pt-br.yaml

- name: Upload PT-BR PDF
uses: actions/upload-artifact@v4.6.2
uses: actions/upload-artifact@v5.0.0
with:
name: pdf-export-pt-br
path: site/OWASP_Developer_Guide-PT-BR.pdf
4 changes: 2 additions & 2 deletions .github/workflows/housekeeping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:

steps:
- name: Delete stale workflow runs
uses: Mattraks/delete-workflow-runs@v2.0.6
uses: Mattraks/delete-workflow-runs@v2.1.0
with:
token: ${{ github.token }}
repository: ${{ github.repository }}
retain_days: 28
keep_minimum_runs: 10

- name: Delete unused workflows
uses: otto-de/purge-deprecated-workflow-runs@v3.0.4
uses: otto-de/purge-deprecated-workflow-runs@v4.0.1
with:
token: ${{ github.token }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: actions/checkout@v5.0.0

- name: Spell check EN language
uses: rojopolis/spellcheck-github-actions@0.52.0
uses: rojopolis/spellcheck-github-actions@0.53.0
with:
config_path: .spellcheck-en.yaml

Expand All @@ -65,7 +65,7 @@ jobs:
uses: actions/checkout@v5.0.0

- name: Spell check ES language
uses: rojopolis/spellcheck-github-actions@0.52.0
uses: rojopolis/spellcheck-github-actions@0.53.0
with:
config_path: .spellcheck-es.yaml

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: mkdocs build

- name: Upload PDF
uses: actions/upload-artifact@v4.6.2
uses: actions/upload-artifact@v5.0.0
with:
name: 'pdf-export'
path: 'site/OWASP_Developer_Guide.pdf'
Expand All @@ -48,7 +48,7 @@ jobs:
uses: actions/checkout@v5.0.0

- name: Fetch prepared SBOM artifacts
uses: actions/download-artifact@v5.0.0
uses: actions/download-artifact@v6.0.0
with:
name: 'pdf-export'
path: 'site/OWASP_Developer_Guide.pdf'
Expand All @@ -59,7 +59,7 @@ jobs:
sed -e s/x.x.x/${releaseVersion:1}/g .release-note-template.md > ./release-notes.txt

- name: Create release notes
uses: softprops/action-gh-release@v2.3.3
uses: softprops/action-gh-release@v2.4.1
with:
draft: true
name: "${releaseVersion:1}"
Expand Down
13 changes: 13 additions & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,16 @@ owaspsamm.thinkific.com/courses/samm

# the BLT site blocks bots
owaspblt.org

# mainstream sites that are not worth checking
www.exploit-db.com/
www.w3.org/
www.w3schools.com/
www.cybok.org
www.first.org
www.opencre.org
www.nist.gov
www.oreilly.com
www.cve.org
www.kali.org
www.iso.org