File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 76
76
needs : call-docs-build-push
77
77
runs-on : ubuntu-22.04
78
78
steps :
79
- - uses : actions/checkout@v3
79
+ - uses : actions/checkout@v4
80
80
with :
81
81
ref : ${{ github.event.workflow_run.head_branch }}
82
82
- uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 11
11
check-broken-links :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
with :
16
16
fetch-depth : 0
17
17
- uses : BoundfoxStudios/action-hugo-link-check@v2.0.3
Original file line number Diff line number Diff line change 22
22
if : ${{ github.event.repository.fork == false }}
23
23
steps :
24
24
- name : Checkout Repository
25
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25
+ uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.2
26
26
27
27
- name : Scan
28
28
uses : fossas/fossa-action@09bcf127dc0ccb4b5a023f6f906728878e8610ba # v1.4.0
Original file line number Diff line number Diff line change 21
21
runs-on : ubuntu-24.04
22
22
steps :
23
23
- name : Checkout Repository
24
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24
+ uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.2
25
25
with :
26
26
ref : ${{ inputs.branch && inputs.branch || github.ref }}
27
27
Original file line number Diff line number Diff line change 29
29
checks : read # To detect SAST tools
30
30
steps :
31
31
- name : Check out the codebase
32
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
32
+ uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.0
33
33
with :
34
34
persist-credentials : false
35
35
You can’t perform that action at this time.
0 commit comments