Skip to content

Commit 64dec86

Browse files
committed
BC-8113 update gh-actions
1 parent bbafe6b commit 64dec86

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Build and push ${{ github.repository }}
6262
if: ${{ env.IMAGE_EXISTS == 0 }}
63-
uses: docker/build-push-action@v5
63+
uses: docker/build-push-action@v6
6464
with:
6565
build-args: |
6666
SC_THEME_BUILD=${{ matrix.tenants }}
@@ -141,7 +141,7 @@ jobs:
141141
security-events: write
142142
steps:
143143
- name: run trivy vulnerability scanner
144-
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2
144+
uses: aquasecurity/trivy-action@0.29.0
145145
with:
146146
image-ref: 'ghcr.io/${{ github.repository }}-default:${{ needs.branch_meta.outputs.sha }}'
147147
format: 'sarif'

.github/workflows/tag.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
password: ${{ secrets.QUAY_TOKEN }}
4343

4444
- name: Build and push ${{ github.repository }}
45-
uses: docker/build-push-action@v5
45+
uses: docker/build-push-action@v6
4646
with:
4747
build-args: |
4848
SC_THEME_BUILD=${{ matrix.tenants }}
@@ -64,13 +64,13 @@ jobs:
6464
contents: write
6565
steps:
6666
- name: create sbom
67-
uses: aquasecurity/trivy-action@1f6384b6ceecbbc6673526f865b818a2a06b07c9
67+
uses: aquasecurity/trivy-action@0.29.0
6868
with:
6969
scan-type: 'image'
7070
format: 'cyclonedx'
7171
image-ref: 'docker.io/schulcloud/schulcloud-client-default:${{ github.ref_name }}'
7272
output: 'dependency-results.sbom.json'
7373
- name: create release
74-
uses: softprops/action-gh-release@v1
74+
uses: softprops/action-gh-release@v2
7575
with:
7676
files: dependency-results.sbom.json

0 commit comments

Comments
 (0)