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 011c9ce commit c260e6dCopy full SHA for c260e6d
.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/pytest.yml
@@ -21,6 +21,8 @@ jobs:
21
22
23
- uses: actions/checkout@v3
24
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
@@ -65,6 +67,8 @@ jobs:
65
67
66
68
69
70
71
72
73
74
0 commit comments