We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e7265d commit d2f9858Copy full SHA for d2f9858
2 files changed
.github/dependabot.yml
@@ -0,0 +1,12 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: github-actions
4
+ cooldown:
5
+ default-days: 7
6
+ directory: /
7
+ schedule:
8
+ interval: weekly
9
+ groups:
10
+ github-actions:
11
+ patterns:
12
+ - "*"
.github/workflows/build.yml
@@ -12,13 +12,16 @@ env:
PIP_VERBOSE: true
13
PYMSBUILD_VERBOSE: true
14
15
+permissions: {}
16
17
jobs:
18
build:
19
runs-on: windows-latest
20
21
steps:
22
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
23
+ with:
24
+ persist-credentials: false
25
26
- name: 'Remove existing PyManager install'
27
run: |
0 commit comments