We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ad2d0f + 0b2fbb2 commit 6fccafdCopy full SHA for 6fccafd
.github/workflows/ci-cd.yml
@@ -33,7 +33,7 @@ jobs:
33
--health-start-period=30s
34
35
steps:
36
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
37
38
- name: Setup .NET
39
uses: actions/setup-dotnet@v5
@@ -70,7 +70,7 @@ jobs:
70
71
72
- name: Checkout repository
73
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
74
75
- name: Log in to Container Registry
76
uses: docker/login-action@v3
@@ -105,7 +105,7 @@ jobs:
105
if: github.event_name == 'push'
106
107
108
109
110
- name: Run Trivy vulnerability scanner
111
uses: aquasecurity/trivy-action@master
0 commit comments