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:
@@ -14,7 +14,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checking out
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||
- name: Publish
|
||||
id: publish
|
||||
uses: actions/publish-immutable-action@v0.0.4
|
||||
uses: actions/publish-immutable-action@4bc8754ffc40f27910afb20287dbbbb675a4e978 # v0.0.4
|
||||
|
||||
Reference in New Issue
Block a user