Skip to content

Commit 0d41cbf

Browse files
committed
update dependencies for workflow actions
1 parent 7c3c104 commit 0d41cbf

File tree

5 files changed

+26
-13
lines changed

5 files changed

+26
-13
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ jobs:
6060
uses: actions/[email protected]
6161

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

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

@@ -147,7 +147,7 @@ jobs:
147147
run: mkdocs build --config-file mkdocs-pdf-en.yaml
148148

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

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

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

176176
- name: Upload PT-BR PDF
177-
uses: actions/upload-artifact@v4.6.2
177+
uses: actions/upload-artifact@v5.0.0
178178
with:
179179
name: pdf-export-pt-br
180180
path: site/OWASP_Developer_Guide-PT-BR.pdf

.github/workflows/housekeeping.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717

1818
steps:
1919
- name: Delete stale workflow runs
20-
uses: Mattraks/delete-workflow-runs@v2.0.6
20+
uses: Mattraks/delete-workflow-runs@v2.1.0
2121
with:
2222
token: ${{ github.token }}
2323
repository: ${{ github.repository }}
2424
retain_days: 28
2525
keep_minimum_runs: 10
2626

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

.github/workflows/pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/[email protected]
5454

5555
- name: Spell check EN language
56-
uses: rojopolis/spellcheck-github-actions@0.52.0
56+
uses: rojopolis/spellcheck-github-actions@0.53.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.52.0
68+
uses: rojopolis/spellcheck-github-actions@0.53.0
6969
with:
7070
config_path: .spellcheck-es.yaml
7171

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: mkdocs build
3535

3636
- name: Upload PDF
37-
uses: actions/upload-artifact@v4.6.2
37+
uses: actions/upload-artifact@v5.0.0
3838
with:
3939
name: 'pdf-export'
4040
path: 'site/OWASP_Developer_Guide.pdf'
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/[email protected]
4949

5050
- name: Fetch prepared SBOM artifacts
51-
uses: actions/download-artifact@v5.0.0
51+
uses: actions/download-artifact@v6.0.0
5252
with:
5353
name: 'pdf-export'
5454
path: 'site/OWASP_Developer_Guide.pdf'
@@ -59,7 +59,7 @@ jobs:
5959
sed -e s/x.x.x/${releaseVersion:1}/g .release-note-template.md > ./release-notes.txt
6060
6161
- name: Create release notes
62-
uses: softprops/action-gh-release@v2.3.3
62+
uses: softprops/action-gh-release@v2.4.1
6363
with:
6464
draft: true
6565
name: "${releaseVersion:1}"

.lycheeignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,16 @@ owaspsamm.thinkific.com/courses/samm
3434

3535
# the BLT site blocks bots
3636
owaspblt.org
37+
38+
# mainstream sites that are not worth checking
39+
www.exploit-db.com/
40+
www.w3.org/
41+
www.w3schools.com/
42+
www.cybok.org
43+
www.first.org
44+
www.opencre.org
45+
www.nist.gov
46+
www.oreilly.com
47+
www.cve.org
48+
www.kali.org
49+
www.iso.org

0 commit comments

Comments
 (0)