Skip to content

Commit e4f5765

Browse files
CopilotSaadnajmi
andcommitted
Fix lint-title job caching issue by disabling cache
Co-authored-by: Saadnajmi <[email protected]>
1 parent 55134bf commit e4f5765

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/microsoft-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
uses: ./.github/actions/microsoft-setup-toolchain
2525
with:
2626
node-version: '22'
27+
cache-npm-dependencies: ''
2728
# We lint the PR title instead of the commit message to avoid script injection attacks.
2829
# Using environment variables prevents potential security vulnerabilities as described in:
2930
# https://docs.github.com/en/actions/security-for-github-actions/security-guides/security-hardening-for-github-actions#example-of-a-script-injection-attack

0 commit comments

Comments
 (0)