Skip to content

Commit eb234b3

Browse files
Pin dependencies
1 parent 6ed01e2 commit eb234b3

10 files changed

+29
-29
lines changed

.github/workflows/check-label-added.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Check labels
11-
uses: actions/github-script@v7
11+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
1212
with:
1313
script: |
1414
const labels = context.payload.pull_request.labels;

.github/workflows/codeql.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@ jobs:
3131
# We can remove if using an officially supported .NET version.
3232
# See https://github.com/github/codeql-action/issues/757#issuecomment-977546999
3333
- name: Setup .NET
34-
uses: actions/setup-dotnet@v4
34+
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4
3535
with:
3636
dotnet-version: |
3737
8.0.x
3838
include-prerelease: true
3939

4040
- name: Checkout repository
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@v3
45+
uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
4646
with:
4747
languages: ${{ matrix.language }}
4848
queries: security-extended,security-and-quality
@@ -55,7 +55,7 @@ jobs:
5555
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
5656
# If this step fails, then you should remove it and run the build manually (see below)
5757
- name: Autobuild
58-
uses: github/codeql-action/autobuild@v3
58+
uses: github/codeql-action/autobuild@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
5959

6060
# ℹ️ Command-line programs to run using the OS shell.
6161
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -68,6 +68,6 @@ jobs:
6868
# ./location_of_script_within_repo/buildscript.sh
6969

7070
- name: Perform CodeQL Analysis
71-
uses: github/codeql-action/analyze@v3
71+
uses: github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
7272
with:
7373
category: "/language:${{matrix.language}}"

.github/workflows/dotnet-format.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1414
- name: Setup .NET
15-
uses: actions/setup-dotnet@v4
15+
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4
1616
with:
1717
dotnet-version: 8.0.x
1818
- name: Install csharpier

.github/workflows/dotnet-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
DOTNET_HOSTBUILDER__RELOADCONFIGONCHANGE: false
1414
steps:
1515
- name: Setup .NET
16-
uses: actions/setup-dotnet@v4
16+
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4
1717
with:
1818
dotnet-version: |
1919
8.0.x
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2121
with:
2222
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2323
- name: Build

.github/workflows/issue-labeler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
apply-labels:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: github/[email protected]
14+
- uses: github/issue-labeler@c1b0f9f52a63158c4adc09425e858e87b32e9685 # v3.4
1515
with:
1616
configuration-path: .github/labeler.yml
1717
enable-versioned-regex: 0

.github/workflows/pr-actions.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
DOTNET_HOSTBUILDER__RELOADCONFIGONCHANGE: false
1212
steps:
1313
- name: Setup .NET
14-
uses: actions/setup-dotnet@v4
14+
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4
1515
with:
1616
dotnet-version: |
1717
8.0.x
1818
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2020
with:
2121
ref: ${{ format('refs/pull/{0}/head', github.event.issue.number) }}
2222
fetch-depth: 0
@@ -37,7 +37,7 @@ jobs:
3737
echo $version
3838
3939
- name: Create PR comment
40-
uses: peter-evans/create-or-update-comment@v4
40+
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
4141
id: pr-comment
4242
with:
4343
issue-number: ${{ github.event.issue.number }}
@@ -66,7 +66,7 @@ jobs:
6666
dotnet nuget push src/**/bin/Release/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate
6767
6868
- name: Update PR comment - failure
69-
uses: peter-evans/create-or-update-comment@v4
69+
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
7070
if: failure()
7171
with:
7272
issue-number: ${{ github.event.issue.number }}
@@ -76,7 +76,7 @@ jobs:
7676
> ❌ Failed: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
7777
7878
- name: Update PR comment - success
79-
uses: peter-evans/create-or-update-comment@v4
79+
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
8080
if: success()
8181
with:
8282
issue-number: ${{ github.event.issue.number }}

.github/workflows/publish-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
echo "Validating that the tag is in the correct format"
2525
echo "${{ github.event.release.tag_name }}" | grep -P $REGEX
2626
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2828
with:
2929
fetch-depth: 0
3030

3131
- name: Install dotnet8
32-
uses: actions/setup-dotnet@v4
32+
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4
3333
with:
3434
dotnet-version: |
3535
8.0.x

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
runs-on: windows-latest
99
steps:
1010
- name: Setup .NET
11-
uses: actions/setup-dotnet@v4
11+
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4
1212
with:
1313
dotnet-version: |
1414
8.0.x
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1616
with:
1717
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
1818

@@ -28,7 +28,7 @@ jobs:
2828
reportgenerator -reports:TestResults/**/coverage.cobertura.xml -targetdir:TestResults/Output/CoverageReport -reporttypes:Cobertura
2929
3030
- name: Archive code coverage results
31-
uses: actions/upload-artifact@v4
31+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
3232
with:
3333
name: code-coverage-report
3434
path: TestResults/Output/CoverageReport/
@@ -45,7 +45,7 @@ jobs:
4545
name: code-coverage-report
4646
path: dist/
4747
- name: Create Coverage Summary Report
48-
uses: irongut/[email protected]
48+
uses: irongut/CodeCoverageSummary@51cc3a756ddcd398d447c044c02cb6aa83fdae95 # v1.3.0
4949
with:
5050
filename: dist/Cobertura.xml
5151
badge: true
@@ -58,7 +58,7 @@ jobs:
5858
thresholds: '60 80'
5959

6060
- name: Add Coverage PR Comment
61-
uses: marocchino/sticky-pull-request-comment@v2
61+
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2
6262
with:
6363
recreate: true
6464
path: code-coverage-results.md

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,27 @@ jobs:
1313
runs-on: windows-latest
1414
steps:
1515
- name: Setup .NET
16-
uses: actions/setup-dotnet@v4
16+
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4
1717
with:
1818
dotnet-version: |
1919
8.0.x
2020
- name: Set up JDK 11
21-
uses: actions/setup-java@v4
21+
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4
2222
with:
2323
distribution: 'zulu'
2424
java-version: 17
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2626
with:
2727
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2828
- name: Cache SonarCloud packages
29-
uses: actions/cache@v4
29+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
3030
with:
3131
path: ~\sonar\cache
3232
key: ${{ runner.os }}-sonar
3333
restore-keys: ${{ runner.os }}-sonar
3434
- name: Cache SonarCloud scanner
3535
id: cache-sonar-scanner
36-
uses: actions/cache@v4
36+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
3737
with:
3838
path: .\.sonar\scanner
3939
key: ${{ runner.os }}-sonar-scanner

test/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
2+
FROM mcr.microsoft.com/dotnet/sdk:8.0@sha256:2d7f935b8c7fe032cd3d36b5ce9c82c24413881e6dad1b4fbdf36cf369e4244f AS build
33
WORKDIR /app
44

55
COPY AppLibDotnet.sln .

0 commit comments

Comments
 (0)