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 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Check out the repository code
13
- uses : actions/checkout@v4
13
+ uses : actions/checkout@v5
14
14
with :
15
15
ref : refs/pull/${{ github.event.pull_request.number }}/merge
16
16
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Check out the repository code
13
- uses : actions/checkout@v4
13
+ uses : actions/checkout@v5
14
14
15
15
- uses : actions/setup-python@v5
16
16
with :
Original file line number Diff line number Diff line change 11
11
12
12
steps :
13
13
- name : Checkout repository
14
- uses : actions/checkout@v4
14
+ uses : actions/checkout@v5
15
15
with :
16
16
ref : ' develop'
17
17
token : ${{ secrets.DATA_SOURCES_DEPENDABOT }}
Original file line number Diff line number Diff line change 9
9
pull-requests : write
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
with :
14
14
repository : " splunk/security_content"
15
15
- uses : actions/labeler@v5
Original file line number Diff line number Diff line change 9
9
steps :
10
10
# For fork PRs, always check out security_content and the PR target in security content!
11
11
- name : Check out the repository code
12
- uses : actions/checkout@v4
12
+ uses : actions/checkout@v5
13
13
with :
14
14
repository : ' splunk/security_content' # this should be the TARGET repo of the PR. we hardcode it for now
15
15
ref : ${{ github.base_ref }}
You can’t perform that action at this time.
0 commit comments