Pin CI actions to specific commit hashes

This commit is contained in:
peelz
2023-05-08 12:55:05 -04:00
parent 4c1557e7fd
commit 0a8fa6f5d4
5 changed files with 18 additions and 18 deletions

View File

@@ -52,12 +52,12 @@ jobs:
steps:
- name: Checkout branch
uses: actions/checkout@v3
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
with:
submodules: recursive
- name: Setup .NET
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a # v3.0.3
with:
dotnet-version: |
6.0.x