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 dad6b8f commit ca251d5Copy full SHA for ca251d5
.github/workflows/ci.yml
@@ -8,6 +8,8 @@ on:
8
pull_request:
9
branches:
10
- master
11
+permissions:
12
+ contents: read
13
jobs:
14
test:
15
runs-on: ubuntu-latest
@@ -22,6 +24,8 @@ jobs:
22
24
- "3.13"
23
25
steps:
26
- uses: actions/checkout@v4
27
+ with:
28
+ persist-credentials: false
29
- uses: actions/setup-python@v5
30
with:
31
allow-prereleases: true
.github/workflows/codeql.yml
@@ -23,6 +23,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
0 commit comments