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
* ci: update GitHub actions
- Update most GitHub actions to newer versions
- Pin most actions to commit SHA for security
* ci: replace `dorny/paths-filter` action
- Replace `dorny/paths-filter` with `tj-actions/changed-files` for maintained status. Use SHA pinning for security
- Add `src/pages/**` to file watchlist
* ci: rewrite SVG optimizer action
`ericcornelissen/svgo-action` is deprecated, and should be replaced.
There is no easy action to replace it; instead, use more targeted logic.
* ci: Make dependabot check GitHub actions monthly
* ci: Remove unnecessary `fetch-depth` property from checkout actions
* ci: Set bash as the default shell for actions that use it
* chore (config): consolidate `markdown` config block
There were two markdown blocks. Now there are one.
0 commit comments