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 7618c9f commit 9888779Copy full SHA for 9888779
.github/workflows/dependency-scan.yaml
@@ -19,6 +19,8 @@ jobs:
19
steps:
20
- name: Checkout repository
21
uses: actions/checkout@v5
22
+ with:
23
+ persist-credentials: false
24
25
- name: Set up Python ${{ matrix.python-version }}
26
uses: actions/setup-python@v6
0 commit comments