summaryrefslogtreecommitdiff
path: root/.github/workflows/selenium.yml
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2025-11-14 13:39:01 -0500
committerJacob Walls <jacobtylerwalls@gmail.com>2025-11-21 14:37:24 -0500
commite22a9332e3e277e565783ef977c08804a56de241 (patch)
tree243c9f423f43fdebe6e694e0846ae8eb12c93957 /.github/workflows/selenium.yml
parentabb9aab00e287b79fe6894ef66227f11d28924e0 (diff)
[6.0.x] Applied auto-fixes from zizmor findings.
Backport of e8958c4690faef27b6715524ecb5c49c3ecb6a09 from main.
Diffstat (limited to '.github/workflows/selenium.yml')
-rw-r--r--.github/workflows/selenium.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/selenium.yml b/.github/workflows/selenium.yml
index 30026f22dd..9691569361 100644
--- a/.github/workflows/selenium.yml
+++ b/.github/workflows/selenium.yml
@@ -21,6 +21,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v5
+ with:
+ persist-credentials: false
- name: Set up Python
uses: actions/setup-python@v6
with:
@@ -58,6 +60,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v5
+ with:
+ persist-credentials: false
- name: Set up Python
uses: actions/setup-python@v6
with: