File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 39
39
github-pat-bitwarden-devops-bot-repo-scope"
40
40
41
41
- name : Check out repo
42
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
42
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
43
43
with :
44
44
fetch-depth : 0
45
45
token : ${{ steps.retrieve-secrets.outputs.github-pat-bitwarden-devops-bot-repo-scope }}
94
94
needs : version-bump
95
95
steps :
96
96
- name : Check out repo
97
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
97
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
98
98
99
99
- name : Create GitHub release
100
100
uses : ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.0
@@ -112,7 +112,7 @@ jobs:
112
112
needs : version-bump
113
113
steps :
114
114
- name : Check out repo
115
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
115
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
116
116
117
117
- name : Set up Python
118
118
uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-22.04
14
14
steps :
15
15
- name : Check out repo
16
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
17
17
18
18
- name : Set up Python
19
19
uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ jobs:
26
26
27
27
steps :
28
28
- name : Check out repo
29
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
29
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
30
30
with :
31
31
ref : ${{ github.event.pull_request.head.sha }}
32
32
33
33
- name : Scan with Checkmarx
34
- uses : checkmarx/ast-github-action@9fda5a4a2c297608117a5a56af424502a9192e57 # 2.0.34
34
+ uses : checkmarx/ast-github-action@ed196cdaec9cd1bc5aacac4ca2010dd773b20893 # 2.0.35
35
35
env :
36
36
INCREMENTAL : " ${{ contains(github.event_name, 'pull_request') && '--sast-incremental' || '' }}"
37
37
with :
46
46
--output-path . ${{ env.INCREMENTAL }}
47
47
48
48
- name : Upload Checkmarx results to GitHub
49
- uses : github/codeql-action/upload-sarif@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
49
+ uses : github/codeql-action/upload-sarif@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
50
50
with :
51
51
sarif_file : cx_result.sarif
52
52
60
60
61
61
steps :
62
62
- name : Check out repo
63
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
63
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
64
64
with :
65
65
fetch-depth : 0
66
66
ref : ${{ github.event.pull_request.head.sha }}
You can’t perform that action at this time.
0 commit comments