File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
32
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
11
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
12
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
13
13
with :
14
14
fetch-depth : 0
15
15
You can’t perform that action at this time.
0 commit comments