Skip to content

Commit 898ca2d

Browse files
chore(deps): pin dependencies
1 parent 25b0d90 commit 898ca2d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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@02a16c5f3a5707fa97fca56c202cc2ef6cc7dccb # v1
3737
id: fa
3838
with:
3939
app-name: 'altinn-testtools-token-generator'

0 commit comments

Comments
 (0)