Compare commits

..

No commits in common. "860a41aba453ca8da198cc147883f6a6503507ee" and "45b191481076e80d5734fec83fc5b651df3537cc" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

@ -50,7 +50,7 @@ jobs:
git config user.name "github-actions[bot]" git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com" git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add dist git add dist
git commit -m "[dependabot skip] chore: update generated content" git commit -m "chore: update generated content"
git push git push
) )
else else

View File

@ -14,9 +14,6 @@ logFilters:
- code: YN0086 - code: YN0086
level: discard level: discard
npmPreapprovedPackages:
- "@docker/actions-toolkit"
compressionLevel: mixed compressionLevel: mixed
enableGlobalCache: false enableGlobalCache: false
enableHardenedMode: true enableHardenedMode: true