chore(deps): update actions/checkout action to v4
Some checks failed
Build, Package and Push Images / preprocess (push) Successful in 3s
Build, Package and Push Images / build (push) Successful in 37s
Build, Package and Push Images / sonarqube (push) Has been skipped
Build, Package and Push Images / sbom-scan (push) Successful in 37s
Build, Package and Push Images / container-build (push) Successful in 1m48s
Build, Package and Push Images / container-sbom-scan (push) Successful in 41s
Build, Package and Push Images / generate-licences (push) Failing after 1m14s

Signed-off-by: noreply@rainote.dev
This commit is contained in:
renovate-bot 2024-02-01 08:41:39 +00:00
parent 82e65f9590
commit 3c4a882c55

View file

@ -20,7 +20,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Setup dotnet
uses: https://github.com/actions/setup-dotnet@v3
with:
@ -38,7 +38,7 @@ jobs:
container: catthehacker/ubuntu:act-latest
if: github.ref_name == 'master'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Setup dotnet
uses: https://github.com/actions/setup-dotnet@v3
with:
@ -69,7 +69,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Setup dotnet
uses: https://github.com/actions/setup-dotnet@v3
with:
@ -100,7 +100,7 @@ jobs:
container: catthehacker/ubuntu:act-latest
needs: [build, preprocess]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Setup dotnet
uses: https://github.com/actions/setup-dotnet@v3
with:
@ -140,7 +140,7 @@ jobs:
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Setup dotnet
uses: https://github.com/actions/setup-dotnet@v3
with:
@ -181,7 +181,7 @@ jobs:
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Setup dotnet
uses: https://github.com/actions/setup-dotnet@v3
with: