Skip to content

Commit d2f9858

Browse files
committed
Drop permissions/cred persistence, add a Dependabot config
Signed-off-by: William Woodruff <william@yossarian.net>
1 parent 9e7265d commit d2f9858

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,16 @@ env:
1212
PIP_VERBOSE: true
1313
PYMSBUILD_VERBOSE: true
1414

15+
permissions: {}
1516

1617
jobs:
1718
build:
1819
runs-on: windows-latest
1920

2021
steps:
2122
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
23+
with:
24+
persist-credentials: false
2225

2326
- name: 'Remove existing PyManager install'
2427
run: |

0 commit comments

Comments
 (0)