Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ on:
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true

permissions:
contents: read
actions: read

jobs:
markdown-link-checker:
if: github.repository == 'Open-CMSIS-Pack/cmsis-toolbox'
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/shared-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ on:
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true

permissions:
contents: read

jobs:
matrix_prep:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -529,7 +532,9 @@ jobs:
needs: [test]
runs-on: ubuntu-latest
if: always() && needs.test.result != 'skipped'
permissions: write-all
permissions:
contents: read
actions: read

steps:
- name: Harden Runner
Expand Down
1 change: 0 additions & 1 deletion test/e2e/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Requirements needed
robotframework >= 7.0
robotframework-datadriver >= 1.11.2
markdown >= 3.8.1
pandas >= 2.2.2
lxml >= 6.1.0
html5lib >= 1.1
Expand Down
1 change: 0 additions & 1 deletion test/performance/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Requirements needed
markdown >= 3.8.1
pandas >= 2.2.2
tabulate >= 0.9.0
Loading