1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-26 21:23:34 +00:00

BRE-272 - Fix Publish Workflows and other misc workflow updates (#10676)

This commit is contained in:
Vince Grassia
2024-08-22 10:54:23 -04:00
committed by GitHub
parent ade01c9d07
commit ed703b3658
10 changed files with 91 additions and 70 deletions

View File

@@ -1,3 +1,4 @@
---
name: Scan
on:
@@ -31,7 +32,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- name: Scan with Checkmarx
uses: checkmarx/ast-github-action@749fec53e0db0f6404a97e2e0807c3e80e3583a7 #2.0.23
uses: checkmarx/ast-github-action@749fec53e0db0f6404a97e2e0807c3e80e3583a7 # v2.0.23
env:
INCREMENTAL: "${{ contains(github.event_name, 'pull_request') && '--sast-incremental' || '' }}"
with: