You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(ci): harden workflow by setting default permission to read only (#112)
Defines per action permissions scoping, defaulting to read only
RE:
```
- uses: actions/checkout@v5
with:
persist-credentials: false
```
See: actions/checkout#485
This does not yet introduce pinning to hashes, I want to find a good way
to maintain this first. Apparently Dependabot has a feature for this.
0 commit comments