Skip to content

Commit 4606bb1

Browse files
ci: fix safety issue (#3638)
* fix: safety issue * chore: adding changelog file 3638.maintenance.md [dependabot-skip] --------- Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 7b544b4 commit 4606bb1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/changelog.d/3638.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ci: fix safety issue

src/ansys/mapdl/core/launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2876,7 +2876,7 @@ def submitter(
28762876
stdout=stdout,
28772877
stderr=stderr,
28782878
env=env_vars,
2879-
) # nosec B603 B607
2879+
)
28802880

28812881

28822882
def check_console_start_parameters(start_parm):

0 commit comments

Comments
 (0)