Browse Source

[deps]: Update gh minor (#318)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/321/head
renovate[bot] 1 year ago committed by GitHub
parent
commit
f92bfeb76e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/build-unified.yml
  2. 4
      .github/workflows/scan.yml

2
.github/workflows/build-unified.yml

@ -145,7 +145,7 @@ jobs: @@ -145,7 +145,7 @@ jobs:
path: 'server'
- name: Build and push Docker image
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
with:
context: .
file: docker-unified/Dockerfile

4
.github/workflows/scan.yml

@ -29,7 +29,7 @@ jobs: @@ -29,7 +29,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- name: Scan with Checkmarx
uses: checkmarx/ast-github-action@de327a92d7f419bfdc7c3e5535ad7b3bbce91677 # 2.0.38
uses: checkmarx/ast-github-action@b74e8d514feae4ad5ad2b43e72590935bd2daf5f # 2.0.39
env:
INCREMENTAL: "${{ contains(github.event_name, 'pull_request') && '--sast-incremental' || '' }}"
with:
@ -44,7 +44,7 @@ jobs: @@ -44,7 +44,7 @@ jobs:
--output-path . ${{ env.INCREMENTAL }}
- name: Upload Checkmarx results to GitHub
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
uses: github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
with:
sarif_file: cx_result.sarif

Loading…
Cancel
Save