From 4b2b04b78df6644da231b7b7491700677130b731 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Sat, 8 Jun 2024 14:00:41 +0000 Subject: [PATCH] chore(deps): update catthehacker/ubuntu:act-latest docker digest to 3f91660 Signed-off-by: noreply@rainote.dev --- .gitea/workflows/docs.yaml | 4 ++-- .gitea/workflows/server.yaml | 8 ++++---- .gitea/workflows/server_pr.yaml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitea/workflows/docs.yaml b/.gitea/workflows/docs.yaml index bfaa0f7..c1f5397 100644 --- a/.gitea/workflows/docs.yaml +++ b/.gitea/workflows/docs.yaml @@ -75,7 +75,7 @@ jobs: build-docs-container: runs-on: ubuntu-latest - container: catthehacker/ubuntu:act-latest@sha256:5f2ff408985b10de9da4a8ea735b7f07d4f98c61608180ebb8964deb37f7580a + container: catthehacker/ubuntu:act-latest@sha256:3f91660c0a49e28ad9f0b0c289f7907caa687a21e2ddfe86ec6ca4c23da48ef4 needs: [docs, preprocess] steps: - name: Checkout repository @@ -119,7 +119,7 @@ jobs: deploy-wiki: runs-on: ubuntu-latest - container: catthehacker/ubuntu:act-latest@sha256:5f2ff408985b10de9da4a8ea735b7f07d4f98c61608180ebb8964deb37f7580a + container: catthehacker/ubuntu:act-latest@sha256:3f91660c0a49e28ad9f0b0c289f7907caa687a21e2ddfe86ec6ca4c23da48ef4 needs: [build-docs-container, docs, preprocess] steps: - name: Deploy Image to CapRrover diff --git a/.gitea/workflows/server.yaml b/.gitea/workflows/server.yaml index f658be4..8d75cb8 100644 --- a/.gitea/workflows/server.yaml +++ b/.gitea/workflows/server.yaml @@ -37,7 +37,7 @@ jobs: sonarqube: needs: build runs-on: ubuntu-latest - container: catthehacker/ubuntu:act-latest@sha256:5f2ff408985b10de9da4a8ea735b7f07d4f98c61608180ebb8964deb37f7580a + container: catthehacker/ubuntu:act-latest@sha256:3f91660c0a49e28ad9f0b0c289f7907caa687a21e2ddfe86ec6ca4c23da48ef4 if: github.ref_name == 'master' steps: - uses: actions/checkout@v4 @@ -99,7 +99,7 @@ jobs: container-build: runs-on: ubuntu-latest - container: catthehacker/ubuntu:act-latest@sha256:5f2ff408985b10de9da4a8ea735b7f07d4f98c61608180ebb8964deb37f7580a + container: catthehacker/ubuntu:act-latest@sha256:3f91660c0a49e28ad9f0b0c289f7907caa687a21e2ddfe86ec6ca4c23da48ef4 needs: [build, preprocess] steps: - uses: actions/checkout@v4 @@ -140,7 +140,7 @@ jobs: container-sbom-scan: needs: [container-build, preprocess] runs-on: ubuntu-latest - container: catthehacker/ubuntu:act-latest@sha256:5f2ff408985b10de9da4a8ea735b7f07d4f98c61608180ebb8964deb37f7580a + container: catthehacker/ubuntu:act-latest@sha256:3f91660c0a49e28ad9f0b0c289f7907caa687a21e2ddfe86ec6ca4c23da48ef4 steps: - uses: actions/checkout@v4 - name: Setup dotnet @@ -181,7 +181,7 @@ jobs: generate-licences: needs: [build, preprocess] runs-on: ubuntu-latest - container: catthehacker/ubuntu:act-latest@sha256:5f2ff408985b10de9da4a8ea735b7f07d4f98c61608180ebb8964deb37f7580a + container: catthehacker/ubuntu:act-latest@sha256:3f91660c0a49e28ad9f0b0c289f7907caa687a21e2ddfe86ec6ca4c23da48ef4 steps: - uses: actions/checkout@v4 - name: Setup dotnet diff --git a/.gitea/workflows/server_pr.yaml b/.gitea/workflows/server_pr.yaml index fcf4217..7a83bde 100644 --- a/.gitea/workflows/server_pr.yaml +++ b/.gitea/workflows/server_pr.yaml @@ -63,7 +63,7 @@ jobs: container-build: runs-on: ubuntu-latest - container: catthehacker/ubuntu:act-latest@sha256:5f2ff408985b10de9da4a8ea735b7f07d4f98c61608180ebb8964deb37f7580a + container: catthehacker/ubuntu:act-latest@sha256:3f91660c0a49e28ad9f0b0c289f7907caa687a21e2ddfe86ec6ca4c23da48ef4 needs: [ build, preprocess ] steps: - uses: actions/checkout@v4 @@ -104,7 +104,7 @@ jobs: container-sbom-scan: needs: [ container-build, preprocess ] runs-on: ubuntu-latest - container: catthehacker/ubuntu:act-latest@sha256:5f2ff408985b10de9da4a8ea735b7f07d4f98c61608180ebb8964deb37f7580a + container: catthehacker/ubuntu:act-latest@sha256:3f91660c0a49e28ad9f0b0c289f7907caa687a21e2ddfe86ec6ca4c23da48ef4 steps: - uses: actions/checkout@v4 - name: Setup dotnet @@ -145,7 +145,7 @@ jobs: generate-licences: needs: [ build, preprocess ] runs-on: ubuntu-latest - container: catthehacker/ubuntu:act-latest@sha256:5f2ff408985b10de9da4a8ea735b7f07d4f98c61608180ebb8964deb37f7580a + container: catthehacker/ubuntu:act-latest@sha256:3f91660c0a49e28ad9f0b0c289f7907caa687a21e2ddfe86ec6ca4c23da48ef4 steps: - uses: actions/checkout@v4 - name: Setup dotnet