Skip to content

Commit 8f8d144

Browse files
committed
Pin Github Actions
type: chore scope: dependencies
1 parent 5c47c2d commit 8f8d144

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
steps:
7373
- name: Checkout branch
74-
uses: actions/checkout@master
74+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7575

7676
- name: Execute .NET Framework unit tests
7777
run: .github/scripts/test-dnf.ps1

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: dotnet nuget push --skip-duplicate -k ${{ secrets.NUGET_TOKEN }} -s "https://api.nuget.org/v3/index.json" ./artifacts/${{ inputs.package_id }}.${{ inputs.package_version }}.nupkg
7979

8080
- name: Create Github release for ${{ inputs.package_id }}
81-
uses: "marvinpinto/action-automatic-releases@latest"
81+
uses: "marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0" # v1.2.1
8282
with:
8383
repo_token: "${{ secrets.GITHUB_TOKEN }}"
8484
automatic_release_tag: "${{ inputs.package_id }}/${{ inputs.package_version }}"

0 commit comments

Comments
 (0)