Skip to content

Commit 12d1c4e

Browse files
Merge pull request #1559
* Bump the minor-deps group across 1 directory with 3 updates
1 parent 990544b commit 12d1c4e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/audit-nais.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up Docker Buildx
3838
uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # ratchet:docker/setup-buildx-action@v2
3939
- 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
4141
with:
4242
context: resources/pipeline/audit.nais
4343
platforms: linux/amd64, linux/arm64

.github/workflows/autotest.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
distribution: 'temurin'
4949
java-version: 21
5050
- name: Cache for maven dependencies autotest
51-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
51+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f
5252
with:
5353
path: ~/.m2/repository
5454
key: ${{ runner.os }}-maven-autotest-${{ hashFiles('**/pom.xml') }}
@@ -147,7 +147,7 @@ jobs:
147147
run: tar -czf ${{ inputs.test-suite }}.tar.gz -C target/allure-report .
148148
- name: Laste opp testresultat
149149
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
151151
continue-on-error: true
152152
with:
153153
name: ${{ inputs.test-suite }}-testresultat
@@ -162,7 +162,7 @@ jobs:
162162
docker ps -a --format '{{.Names}}' | while read pod; do docker logs $pod > $pod.log 2>&1; done
163163
- name: Laste opp logger
164164
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
166166
with:
167167
name: logs-${{ inputs.test-suite }}
168168
path: container-logs

0 commit comments

Comments
 (0)