Skip to content

Commit 0c7d855

Browse files
chore(ci): pin dependencies (#330)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 05d496c commit 0c7d855

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
all:
2323
if: github.run_id != 1
2424
name: Build & Tests
25-
uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@1.2.28
25+
uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@615742a7d420dfa5b5f87c279f119f1db055bb3b # 1.2.28
2626
with:
2727
dotnetLogging: ${{ inputs.dotnet-logging }}
2828
dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}

.github/workflows/cleanup-cache.yml

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

1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1616
with:
1717
fetch-depth: 0
1818

.github/workflows/publish-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
nuget:
1919
name: Publish
2020
if: ${{ github.event.workflow_run.conclusion == 'success' && github.actor != 'dependabot[bot]' }}
21-
uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@1.2.28
21+
uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@615742a7d420dfa5b5f87c279f119f1db055bb3b # 1.2.28
2222
with:
2323
workflowName: ${{ github.event.workflow_run.name }}
2424
artifactPattern: release-packages-*

.github/workflows/update-license.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
steps:
1616

1717
- name: Checkout repository
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1919
with:
2020
fetch-depth: 0
2121

22-
- uses: FantasticFiasco/action-update-license-year@v3
22+
- uses: FantasticFiasco/action-update-license-year@d837fc83ecb71196807bdf3854208f556e66f6ed # v3
2323
with:
2424
token: ${{ secrets.GITHUB_TOKEN }}
2525
prTitle: 'chore: Updated LICENSE'

0 commit comments

Comments
 (0)