Merge pull request 'chore(deps): update actions/checkout action to v4' (#115) from renovate/actions-checkout-4.x into master
Some checks failed
Build, Package and Push Images / sonarqube (push) Blocked by required conditions
Build, Package and Push Images / sbom-scan (push) Blocked by required conditions
Build, Package and Push Images / container-build (push) Blocked by required conditions
Build, Package and Push Images / container-sbom-scan (push) Blocked by required conditions
Build, Package and Push Images / generate-licences (push) Blocked by required conditions
Build, Package and Push Images / preprocess (push) Successful in 3s
Build, Package and Push Images / build (push) Has been cancelled
Some checks failed
Build, Package and Push Images / sonarqube (push) Blocked by required conditions
Build, Package and Push Images / sbom-scan (push) Blocked by required conditions
Build, Package and Push Images / container-build (push) Blocked by required conditions
Build, Package and Push Images / container-sbom-scan (push) Blocked by required conditions
Build, Package and Push Images / generate-licences (push) Blocked by required conditions
Build, Package and Push Images / preprocess (push) Successful in 3s
Build, Package and Push Images / build (push) Has been cancelled
Reviewed-on: #115
This commit is contained in:
commit
f12d070409
1 changed files with 6 additions and 6 deletions
|
@ -20,7 +20,7 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@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@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@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@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@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@v4
|
||||
- name: Setup dotnet
|
||||
uses: https://github.com/actions/setup-dotnet@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue