File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 37
37
- name : Set up Docker Buildx
38
38
uses : docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # ratchet:docker/setup-buildx-action@v2
39
39
- name : Build and push
40
- uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # ratchet:docker/build-push-action@v4
40
+ uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # ratchet:docker/build-push-action@v4
41
41
with :
42
42
context : resources/pipeline/audit.nais
43
43
platforms : linux/amd64, linux/arm64
Original file line number Diff line number Diff line change 48
48
distribution : ' temurin'
49
49
java-version : 21
50
50
- name : Cache for maven dependencies autotest
51
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
51
+ uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f
52
52
with :
53
53
path : ~/.m2/repository
54
54
key : ${{ runner.os }}-maven-autotest-${{ hashFiles('**/pom.xml') }}
@@ -147,7 +147,7 @@ jobs:
147
147
run : tar -czf ${{ inputs.test-suite }}.tar.gz -C target/allure-report .
148
148
- name : Laste opp testresultat
149
149
if : (success() || failure()) && steps.ghpages.outcome == 'success'
150
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # ratchet:actions/upload-artifact@v4
150
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # ratchet:actions/upload-artifact@v4
151
151
continue-on-error : true
152
152
with :
153
153
name : ${{ inputs.test-suite }}-testresultat
@@ -162,7 +162,7 @@ jobs:
162
162
docker ps -a --format '{{.Names}}' | while read pod; do docker logs $pod > $pod.log 2>&1; done
163
163
- name : Laste opp logger
164
164
if : failure() || cancelled()
165
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # ratchet:actions/upload-artifact@v4
165
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # ratchet:actions/upload-artifact@v4
166
166
with :
167
167
name : logs-${{ inputs.test-suite }}
168
168
path : container-logs
You can’t perform that action at this time.
0 commit comments