This repository was archived by the owner on Feb 28, 2025. It is now read-only.
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 58
58
59
59
- name : Build and push ${{ github.repository }}
60
60
if : ${{ env.IMAGE_EXISTS == 0 }}
61
- uses : docker/build-push-action@v5
61
+ uses : docker/build-push-action@v6
62
62
with :
63
63
context : .
64
64
file : ./Dockerfile
@@ -132,7 +132,7 @@ jobs:
132
132
security-events : write
133
133
steps :
134
134
- name : run trivy vulnerability scanner
135
- uses : aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2
135
+ uses : aquasecurity/trivy-action@0.29.0
136
136
with :
137
137
image-ref : " ghcr.io/${{ github.repository }}:${{ needs.branch_meta.outputs.sha }}"
138
138
format : " sarif"
Original file line number Diff line number Diff line change 40
40
password : ${{ secrets.QUAY_TOKEN }}
41
41
42
42
- name : Build and push ${{ github.repository }}
43
- uses : docker/build-push-action@v5
43
+ uses : docker/build-push-action@v6
44
44
with :
45
45
context : .
46
46
file : ./Dockerfile
Original file line number Diff line number Diff line change 31
31
distribution : ' temurin'
32
32
java-version : ' 17'
33
33
- name : SonarCloud upload coverage
34
- uses : SonarSource/sonarcloud-github-action@v2.1.1
34
+ uses : SonarSource/sonarcloud-github-action@v4.0.0
35
35
env :
36
36
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
37
37
SONAR_TOKEN : ${{ secrets.SONARCLOUD_TOKEN }}
43
43
- name : npm ci
44
44
run : npm ci --prefer-offline --no-audit
45
45
- name : npm run lint
46
- run : npm run lint
46
+ run : npm run lint
You can’t perform that action at this time.
0 commit comments