File tree Expand file tree Collapse file tree
create-and-merge-pull-request Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -129,11 +129,11 @@ jobs:
129129 with :
130130 persist-credentials : false
131131
132- - uses : github/codeql-action/init@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
132+ - uses : github/codeql-action/init@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
133133 with :
134134 languages : ${{ matrix.language }}
135135
136- - uses : github/codeql-action/analyze@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
136+ - uses : github/codeql-action/analyze@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
137137 with :
138138 category : " /language:${{matrix.language}}"
139139
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ inputs:
3232runs :
3333 using : " composite"
3434 steps :
35- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
35+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3636 if : github.event_name == 'issue_comment'
3737 with :
3838 ref : refs/pull/${{ github.event.issue.number }}/head
4141 token : ${{ inputs.token || github.token }}
4242 persist-credentials : ${{ inputs.persist-credentials == 'true' && 'true' || 'false' }}
4343
44- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
44+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4545 if : github.event_name != 'issue_comment'
4646 with :
4747 fetch-depth : ${{ inputs.fetch-depth }}
Original file line number Diff line number Diff line change 4444 run : |
4545 rm -fr ./self-actions
4646
47- - uses : peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0 .0
47+ - uses : peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1 .0
4848 id : create-pull-request
4949 with :
5050 token : ${{ inputs.github-token }}
Original file line number Diff line number Diff line change 5454 if : inputs.repository == ''
5555 uses : ChristopherHX/oidc@73eee1ff03fdfce10eda179f617131532209edbd # v3
5656
57- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
57+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5858 with :
5959 persist-credentials : false
6060 path : ${{ inputs.local-path }}
You can’t perform that action at this time.
0 commit comments