chore(deps): pin catthehacker/ubuntu docker tag to a96ff91
Signed-off-by: noreply@rainote.dev
This commit is contained in:
parent
6dc479d5a9
commit
d3d153a516
2 changed files with 6 additions and 6 deletions
|
@ -72,7 +72,7 @@ jobs:
|
|||
|
||||
build-docs-container:
|
||||
runs-on: ubuntu-latest
|
||||
container: catthehacker/ubuntu:act-latest
|
||||
container: catthehacker/ubuntu:act-latest@sha256:a96ff9118eb7ce9aa52c46eb6989d1c0227d31ec19de3ba0d8e0a484773ab4fb
|
||||
needs: [docs, preprocess]
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
@ -116,7 +116,7 @@ jobs:
|
|||
|
||||
deploy-wiki:
|
||||
runs-on: ubuntu-latest
|
||||
container: catthehacker/ubuntu:act-latest
|
||||
container: catthehacker/ubuntu:act-latest@sha256:a96ff9118eb7ce9aa52c46eb6989d1c0227d31ec19de3ba0d8e0a484773ab4fb
|
||||
needs: [build-docs-container, docs, preprocess]
|
||||
steps:
|
||||
- name: Deploy Image to CapRrover
|
||||
|
|
|
@ -45,7 +45,7 @@ jobs:
|
|||
sonarqube:
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
container: catthehacker/ubuntu:act-latest
|
||||
container: catthehacker/ubuntu:act-latest@sha256:a96ff9118eb7ce9aa52c46eb6989d1c0227d31ec19de3ba0d8e0a484773ab4fb
|
||||
if: github.ref_name == 'master'
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
@ -107,7 +107,7 @@ jobs:
|
|||
|
||||
container-build:
|
||||
runs-on: ubuntu-latest
|
||||
container: catthehacker/ubuntu:act-latest
|
||||
container: catthehacker/ubuntu:act-latest@sha256:a96ff9118eb7ce9aa52c46eb6989d1c0227d31ec19de3ba0d8e0a484773ab4fb
|
||||
needs: [build, preprocess]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
@ -148,7 +148,7 @@ jobs:
|
|||
container-sbom-scan:
|
||||
needs: [container-build, preprocess]
|
||||
runs-on: ubuntu-latest
|
||||
container: catthehacker/ubuntu:act-latest
|
||||
container: catthehacker/ubuntu:act-latest@sha256:a96ff9118eb7ce9aa52c46eb6989d1c0227d31ec19de3ba0d8e0a484773ab4fb
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup dotnet
|
||||
|
@ -189,7 +189,7 @@ jobs:
|
|||
generate-licences:
|
||||
needs: [build, preprocess]
|
||||
runs-on: ubuntu-latest
|
||||
container: catthehacker/ubuntu:act-latest
|
||||
container: catthehacker/ubuntu:act-latest@sha256:a96ff9118eb7ce9aa52c46eb6989d1c0227d31ec19de3ba0d8e0a484773ab4fb
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup dotnet
|
||||
|
|
Loading…
Reference in a new issue