Skip to content

Commit ee6f038

Browse files
Pin dependencies
1 parent 5716d31 commit ee6f038

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/master_altinn-testtools-token-generator.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
runs-on: windows-latest
1919
steps:
2020
- name: 'Checkout GitHub Action'
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
2222

2323
- name: Setup DotNet ${{ env.DOTNET_VERSION }} Environment
24-
uses: actions/setup-dotnet@v1
24+
uses: actions/setup-dotnet@871f041373faaad213a635d9afb62905ec029bbb # v1
2525
with:
2626
dotnet-version: ${{ env.DOTNET_VERSION }}
2727

@@ -33,7 +33,7 @@ jobs:
3333
popd
3434
3535
- name: 'Run Azure Functions Action'
36-
uses: Azure/functions-action@v1
36+
uses: Azure/functions-action@fd80521afbba9a2a76a99ba1acc07aff8d733d11 # v1
3737
id: fa
3838
with:
3939
app-name: 'altinn-testtools-token-generator'

0 commit comments

Comments
 (0)