Skip to content
This repository was archived by the owner on Jun 8, 2025. It is now read-only.

Commit 5e48662

Browse files
author
jon gadsden
committed
update workflow action upload-artifact to v3.1.2
1 parent 49332b3 commit 5e48662

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

‎.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
draft-en.markdown
6060
6161
- name: Save pdfs and epubs
62-
uses: actions/upload-artifact@master
62+
uses: actions/upload-artifact@v3.1.2
6363
with:
6464
name: en-draft
6565
path: publish
@@ -97,7 +97,7 @@ jobs:
9797
stable-en.markdown
9898
9999
- name: Save pdfs and epubs
100-
uses: actions/upload-artifact@master
100+
uses: actions/upload-artifact@v3.1.2
101101
with:
102102
name: en-stable
103103
path: publish
@@ -135,7 +135,7 @@ jobs:
135135
stable-es.markdown
136136
137137
- name: Save pdfs and epubs
138-
uses: actions/upload-artifact@master
138+
uses: actions/upload-artifact@v3.1.2
139139
with:
140140
name: es-stable
141141
path: publish

‎draft-en/02-checklist/05-checklist.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ tags: SCP-QRG
273273
- [ ] All cryptographic functions used to protect secrets from the
274274
application user must be implemented on a trusted system
275275

276-
- [ ] Protect master secrets from unauthorized access
276+
- [ ] Protect secrets from unauthorized access
277277

278278
- [ ] Cryptographic modules should fail securely
279279

@@ -313,7 +313,7 @@ tags: SCP-QRG
313313

314314
- [ ] Restrict access to logs to only authorized individuals
315315

316-
- [ ] Utilize a master routine for all logging operations
316+
- [ ] Utilize a central routine for all logging operations
317317

318318
- [ ] Do not store sensitive information in logs, including unnecessary
319319
system details, session identifiers or passwords

‎stable-en/02-checklist/05-checklist.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ document: OWASP Secure Coding Practices - Quick Reference Guide
274274
- [ ] All cryptographic functions used to protect secrets from the
275275
application user must be implemented on a trusted system
276276

277-
- [ ] Protect master secrets from unauthorized access
277+
- [ ] Protect secrets from unauthorized access
278278

279279
- [ ] Cryptographic modules should fail securely
280280

@@ -314,7 +314,7 @@ document: OWASP Secure Coding Practices - Quick Reference Guide
314314

315315
- [ ] Restrict access to logs to only authorized individuals
316316

317-
- [ ] Utilize a master routine for all logging operations
317+
- [ ] Utilize a central routine for all logging operations
318318

319319
- [ ] Do not store sensitive information in logs, including unnecessary
320320
system details, session identifiers or passwords

0 commit comments

Comments
 (0)