Jelajahi Sumber

Merge pull request #8643 from jellyfin/renovate/actions-setup-dotnet-digest

Bond-009 2 tahun lalu
induk
melakukan
b67ddc55c2
2 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 1 1
      .github/workflows/codeql-analysis.yml
  2. 2 2
      .github/workflows/openapi.yml

+ 1 - 1
.github/workflows/codeql-analysis.yml

@@ -22,7 +22,7 @@ jobs:
     - name: Checkout repository
     - name: Checkout repository
       uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
       uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
     - name: Setup .NET Core
     - name: Setup .NET Core
-      uses: actions/setup-dotnet@4d4a70f4a5b2a5a5329f13be4ac933f2c9206ac0 # tag=v3
+      uses: actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a # tag=v3
       with:
       with:
         dotnet-version: '6.0.x'
         dotnet-version: '6.0.x'
 
 

+ 2 - 2
.github/workflows/openapi.yml

@@ -17,7 +17,7 @@ jobs:
           ref: ${{ github.event.pull_request.head.sha }}
           ref: ${{ github.event.pull_request.head.sha }}
           repository: ${{ github.event.pull_request.head.repo.full_name }}
           repository: ${{ github.event.pull_request.head.repo.full_name }}
       - name: Setup .NET Core
       - name: Setup .NET Core
-        uses: actions/setup-dotnet@4d4a70f4a5b2a5a5329f13be4ac933f2c9206ac0 # tag=v3
+        uses: actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a # tag=v3
         with:
         with:
           dotnet-version: '6.0.x'
           dotnet-version: '6.0.x'
       - name: Generate openapi.json
       - name: Generate openapi.json
@@ -41,7 +41,7 @@ jobs:
         with:
         with:
           ref: ${{ github.base_ref }}
           ref: ${{ github.base_ref }}
       - name: Setup .NET Core
       - name: Setup .NET Core
-        uses: actions/setup-dotnet@4d4a70f4a5b2a5a5329f13be4ac933f2c9206ac0 # tag=v3
+        uses: actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a # tag=v3
         with:
         with:
           dotnet-version: '6.0.x'
           dotnet-version: '6.0.x'
       - name: Generate openapi.json
       - name: Generate openapi.json