File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232
3333 steps :
3434 - name : Convert GitHub PR to Gerrit Change
35- uses : lfreleng-actions/github2gerrit-action@f5891c5f7733d2fc1b7bb5086f814c8b7f2d9afb # v1.2 .3
35+ uses : lfreleng-actions/github2gerrit-action@f44c168376b369be0f306b6bdc07c80f67cceb05 # v1.3 .3
3636 with :
3737 GERRIT_SSH_PRIVKEY_G2G : ${{ secrets.GERRIT_SSH_PRIVKEY_G2G }}
3838 GERRIT_KNOWN_HOSTS : ${{ vars.GERRIT_KNOWN_HOSTS }}
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ jobs:
2727 steps :
2828 - name : Checkout repository
2929 # yamllint disable-line rule:line-length
30- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
30+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3131 with :
3232 fetch-depth : 0
3333
3434 - name : Setup Java
3535 # yamllint disable-line rule:line-length
36- uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2 .0
36+ uses : actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3 .0
3737 with :
3838 distribution : " temurin"
3939 java-version : " 21"
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ concurrency:
5656jobs :
5757 sonar-scan :
5858 # yamllint disable-line rule:line-length
59- uses : lfit/releng-reusable-workflows/.github/workflows/composed-maven-sonar-cloud.yaml@f43b219b8a91dcd082f26419008c8bf5544ec212 # v0.6.0
59+ uses : lfit/releng-reusable-workflows/.github/workflows/composed-maven-sonar-cloud.yaml@50e324ef804880c13d4aebcefcac07ad81661d01 # v0.6.1
6060 with :
6161 GERRIT_BRANCH : ${{ inputs.GERRIT_BRANCH || 'master' }}
6262 GERRIT_CHANGE_ID : ${{ inputs.GERRIT_CHANGE_ID || '' }}
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134134 steps :
135135 - name : Get conclusion
136136 # yamllint disable-line rule:line-length
137- uses : im-open/workflow-conclusion@7b146947e59eaf7fc3328822357861ab1758c088 # v2.2.5
137+ uses : im-open/workflow-conclusion@8eac7f17381a6917bc04fec3e2c92e70ebc37526 # v3.0.0
138138 - name : Set vote
139139 # yamllint disable-line rule:line-length
140140 uses : lfit/gerrit-review-action@a5de1d5bf17c2603ae81544dc2a455017b454ec8 # v1.1.1
You can’t perform that action at this time.
0 commit comments