Skip to content

Commit 3543518

Browse files
Update actions/setup-dotnet digest to c2fa09f (#1631)
1 parent d2592af commit 3543518

7 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: "CodeQL"
22

33
on:
44
push:
5-
branches:
5+
branches:
66
- "main"
77
- "release/**"
88
pull_request:
9-
branches:
9+
branches:
1010
- "main"
1111
- "release/**"
1212
workflow_dispatch:
@@ -33,7 +33,7 @@ jobs:
3333
# We can remove if using an officially supported .NET version.
3434
# See https://github.com/github/codeql-action/issues/757#issuecomment-977546999
3535
- name: Setup .NET
36-
uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5
36+
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
3737
with:
3838
dotnet-version: |
3939
8.0.x
@@ -53,7 +53,7 @@ jobs:
5353
# Prefix the list here with "+" to use these queries and those in the config file.
5454
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
5555

56-
56+
5757
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
5858
# If this step fails, then you should remove it and run the build manually (see below)
5959
- name: Autobuild
@@ -62,7 +62,7 @@ jobs:
6262
# ℹ️ Command-line programs to run using the OS shell.
6363
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
6464

65-
# If the Autobuild fails above, remove it and uncomment the following three lines.
65+
# If the Autobuild fails above, remove it and uncomment the following three lines.
6666
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
6767

6868
# - run: |

.github/workflows/dotnet-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1212
- name: Setup .NET
13-
uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5
13+
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
1414
with:
1515
dotnet-version: 8.0.x
1616
- name: Install csharpier

.github/workflows/dotnet-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
if: matrix.os == 'windows-latest'
2626
run: git config --system core.longpaths true
2727
- name: Setup .NET
28-
uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5
28+
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
2929
with:
3030
dotnet-version: |
3131
8.0.x

.github/workflows/pr-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fi
2727
2828
- name: Setup .NET
29-
uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5
29+
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
3030
with:
3131
dotnet-version: |
3232
8.0.x

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0
3030

3131
- name: Install dotnet8
32-
uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5
32+
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
3333
with:
3434
dotnet-version: |
3535
8.0.x

.github/workflows/test-and-analyze-fork.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
run: git config --system core.longpaths true
1212

1313
- name: Setup .NET
14-
uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5
14+
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
1515
with:
1616
dotnet-version: |
1717
8.0.x

.github/workflows/test-and-analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Enable long paths for git on Windows
1616
run: git config --system core.longpaths true
1717
- name: Setup .NET
18-
uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5
18+
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
1919
with:
2020
dotnet-version: |
2121
8.0.x

0 commit comments

Comments
 (0)