Skip to content

Commit b2e0eaf

Browse files
authored
Merge pull request #18965 from JarLob/docs
Minor example workflow fix
2 parents 312f201 + fa35d6c commit b2e0eaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

actions/ql/src/Security/CWE-829/ArtifactPoisoningCritical.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
The following example, correctly creates a temporary directory and extracts the contents of the artifact there before calling `cmd.sh`.
4444

4545
```yaml
46-
name: Insecure Workflow
46+
name: Secure Workflow
4747
4848
on:
4949
workflow_run:

actions/ql/src/Security/CWE-829/ArtifactPoisoningMedium.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
The following example, correctly creates a temporary directory and extracts the contents of the artifact there before calling `cmd.sh`.
4444

4545
```yaml
46-
name: Insecure Workflow
46+
name: Secure Workflow
4747
4848
on:
4949
workflow_run:

0 commit comments

Comments
 (0)