We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9574281 commit f1884b8Copy full SHA for f1884b8
.github/workflows/mobsf.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Setup python
30
uses: actions/setup-python@v4
31
with:
32
- python-version: 3.8
+ python-version: 3.14
33
34
- name: Run mobsfscan
35
uses: MobSF/mobsfscan@1a796a0729f9d1a0e1fa4fe6b156fde47f4f3185
.github/workflows/python-app.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Python 3.9
20
21
22
- python-version: 3.9
23
- name: Install dependencies
24
run: |
25
python -m pip install --upgrade pip
0 commit comments