mirror of
https://github.com/actions/setup-dotnet.git
synced 2026-06-22 22:28:17 +01:00
pin actions to commit SHAs in workflows (#744)
* fix basic validation with npm command
* Revert "fix basic validation with npm command"
This reverts commit 27a0803a2a.
* pin workflow actions to full commit SHAs with patch
* update cooldown
* update redundant global.json test and rollForward fields
* update cooldown for npm section
This commit is contained in:
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@@ -12,6 +12,8 @@ updates:
|
||||
# Check the npm registry for updates every day (weekdays)
|
||||
schedule:
|
||||
interval: 'weekly'
|
||||
cooldown:
|
||||
default-days: 7
|
||||
|
||||
# Enable version updates for GitHub Actions
|
||||
- package-ecosystem: 'github-actions'
|
||||
@@ -20,3 +22,5 @@ updates:
|
||||
directory: '/'
|
||||
schedule:
|
||||
interval: 'weekly'
|
||||
cooldown:
|
||||
default-days: 7
|
||||
|
||||
Reference in New Issue
Block a user