File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4545 token : ${{ steps.retrieve-secrets.outputs.github-pat-bitwarden-devops-bot-repo-scope }}
4646
4747 - name : Set up Python
48- uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
48+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
4949 with :
5050 python-version-file : " .python-version"
5151
@@ -115,7 +115,7 @@ jobs:
115115 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
116116
117117 - name : Set up Python
118- uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
118+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
119119 with :
120120 python-version-file : " .python-version"
121121
Original file line number Diff line number Diff line change 1616 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1717
1818 - name : Set up Python
19- uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
19+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
2020 with :
2121 python-version-file : " .python-version"
2222
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@1fe318de2993222574e6249750ba9000a4e2a6cd # 2.0.33
34+ uses : checkmarx/ast-github-action@9fda5a4a2c297608117a5a56af424502a9192e57 # 2.0.34
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@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3.26.5
49+ uses : github/codeql-action/upload-sarif@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
5050 with :
5151 sarif_file : cx_result.sarif
5252
You can’t perform that action at this time.
0 commit comments