File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
steps :
30
30
# Checkout the repository to the GitHub Actions runner
31
31
- name : Checkout code
32
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
32
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
33
33
34
34
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
35
35
- name : Run Codacy Analysis CLI
Original file line number Diff line number Diff line change 8
8
update-version :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
11
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
12
12
with :
13
13
fetch-depth : 0
14
14
- name : Run release-tagger
Original file line number Diff line number Diff line change 9
9
sync-assets :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
12
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
13
13
with :
14
14
fetch-depth : 0
15
15
You can’t perform that action at this time.
0 commit comments