File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 31
31
# checks: read # To detect SAST tools
32
32
steps :
33
33
- name : Check out the codebase
34
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
34
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
35
35
with :
36
36
persist-credentials : false
37
37
Original file line number Diff line number Diff line change 12
12
contents : write
13
13
steps :
14
14
- name : Check out the codebase
15
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
15
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16
16
17
17
- name : Set $REPOSITORY_NAME
18
18
run : echo "REPOSITORY_NAME=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}' | tr '-' '_' | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments