File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 19
19
image : ' ghcr.io/${{ github.repository }}/audit-nais-mock'
20
20
steps :
21
21
- name : Checkout code
22
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # ratchet:actions/checkout@v4
22
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # ratchet:actions/checkout@v4
23
23
- name : Generate build version
24
24
id : generate-build-version
25
25
run : |
Original file line number Diff line number Diff line change 30
30
outputs :
31
31
result : ${{ steps.result.outputs.result }}
32
32
steps :
33
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # ratchet:actions/checkout@v4
33
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # ratchet:actions/checkout@v4
34
34
if : github.repository == 'navikt/fp-autotest'
35
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # ratchet:actions/checkout@v4
35
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # ratchet:actions/checkout@v4
36
36
if : github.repository != 'navikt/fp-autotest'
37
37
with :
38
38
repository : ' navikt/fp-autotest'
Original file line number Diff line number Diff line change 36
36
continue-on-error : true
37
37
timeout-minutes : 5
38
38
steps :
39
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # ratchet:actions/checkout@v4
39
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # ratchet:actions/checkout@v4
40
40
with :
41
41
repository : ' navikt/fp-autotest'
42
42
- name : Henter testresultat for fpsak
95
95
timeout-minutes : 2
96
96
steps :
97
97
- name : Henter ut historie til trigger
98
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # ratchet:actions/checkout@v4
98
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # ratchet:actions/checkout@v4
99
99
with :
100
100
repository : ${{ github.repository }}
101
101
path : ${{ github.repository }}
You can’t perform that action at this time.
0 commit comments