File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3434 run : pipx install poetry
3535
3636 - name : Set up Python 3.9
37- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 5.4 .0
37+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # 5.5 .0
3838 with :
3939 python-version : " 3.9"
4040
9494 fi
9595
9696 - name : Upload artifact
97- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
97+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
9898 with :
9999 name : bitwarden_event_logs.tar.gz
100100 path : output/bitwarden_event_logs.tar.gz
Original file line number Diff line number Diff line change 3131 ref : ${{ github.event.pull_request.head.sha }}
3232
3333 - name : Scan with Checkmarx
34- uses : checkmarx/ast-github-action@dda03dce250dead2404252f9970f35980201934c # 2.0.43
34+ uses : checkmarx/ast-github-action@ef93013c95adc60160bc22060875e90800d3ecfc # 2.3.19
3535 env :
3636 INCREMENTAL : " ${{ contains(github.event_name, 'pull_request') && '--sast-incremental' || '' }}"
3737 with :
4646 --output-path . ${{ env.INCREMENTAL }}
4747
4848 - name : Upload Checkmarx results to GitHub
49- uses : github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
49+ uses : github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
5050 with :
5151 sarif_file : cx_result.sarif
5252 sha : ${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.sha || github.sha }}
You can’t perform that action at this time.
0 commit comments