File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 steps :
99 - name : Check out repository (PR)
1010 if : ${{ github.event_name == 'pull_request' }}
11- uses : actions/checkout@v5
11+ uses : actions/checkout@v6
1212 with :
1313 ref : refs/pull/${{ github.event.pull_request.number }}/merge
1414
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Check out the repository code
13- uses : actions/checkout@v5
13+ uses : actions/checkout@v6
1414
1515 - uses : actions/setup-python@v6
1616 with :
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Checkout repository
14- uses : actions/checkout@v5
14+ uses : actions/checkout@v6
1515 with :
1616 ref : ' develop'
1717 token : ${{ secrets.DATA_SOURCES_DEPENDABOT }}
Original file line number Diff line number Diff line change 99 pull-requests : write
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313 with :
1414 repository : " splunk/security_content"
1515 - uses : actions/labeler@v6
Original file line number Diff line number Diff line change 99 steps :
1010 # For fork PRs, always check out security_content and the PR target in security content!
1111 - name : Check out the repository code
12- uses : actions/checkout@v5
12+ uses : actions/checkout@v6
1313 with :
1414 repository : ' splunk/security_content' # this should be the TARGET repo of the PR. we hardcode it for now
1515 ref : ${{ github.base_ref }}
You can’t perform that action at this time.
0 commit comments