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 a949e53 commit a85ffe3Copy full SHA for a85ffe3
.github/workflows/codeql.yml
@@ -25,6 +25,8 @@ jobs:
25
steps:
26
- name: Checkout
27
uses: actions/checkout@v3
28
+ with:
29
+ persist-credentials: false
30
31
- name: Initialize CodeQL
32
uses: github/codeql-action/init@v2
.github/workflows/docs.yml
@@ -11,6 +11,8 @@ jobs:
11
runs-on: ubuntu-latest
12
13
- uses: actions/checkout@v2
14
15
16
- name: Install Python dependencies
17
run: pip install -r requirements-doc.txt
18
.github/workflows/testing.yml
@@ -19,6 +19,7 @@ jobs:
19
20
with:
21
fetch-depth: 0
22
23
24
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
0 commit comments