File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 6161 distribution : temurin
6262 java-version : 17
6363
64- - uses : gradle/actions/setup-gradle@017a9effdb900e5b5b2fddfb590a105619dca3c3 # v4.4.2
64+ - uses : gradle/actions/setup-gradle@ed408507eac070d1f99cc633dbcf757c94c7933a # v4.4.3
6565
6666 - name : build
6767 run : >
Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ jobs:
4040
4141 - name : Set up gradle
4242 if : matrix.language == 'java'
43- uses : gradle/actions/setup-gradle@017a9effdb900e5b5b2fddfb590a105619dca3c3 # v4.4.2
43+ uses : gradle/actions/setup-gradle@ed408507eac070d1f99cc633dbcf757c94c7933a # v4.4.3
4444
4545 - name : Initialize CodeQL
46- uses : github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
46+ uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
4747 with :
4848 languages : ${{ matrix.language }}
4949 # using "linked" helps to keep up with the latest Kotlin support
5858 run : ./gradlew assemble --no-build-cache --no-daemon
5959
6060 - name : Perform CodeQL analysis
61- uses : github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
61+ uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
6262 with :
6363 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1515
16- - uses : gradle/actions/wrapper-validation@017a9effdb900e5b5b2fddfb590a105619dca3c3 # v4.4.2
16+ - uses : gradle/actions/wrapper-validation@ed408507eac070d1f99cc633dbcf757c94c7933a # v4.4.3
Original file line number Diff line number Diff line change 4444 # Upload the results to GitHub's code scanning dashboard (optional).
4545 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
4646 - name : " Upload to code-scanning"
47- uses : github/codeql-action/upload-sarif@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
47+ uses : github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
4848 with :
4949 sarif_file : results.sarif
Original file line number Diff line number Diff line change 6363 - name : Use CLA approved bot
6464 run : .github/scripts/use-cla-approved-bot.sh
6565
66- - uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
66+ - uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
6767 id : otelbot-token
6868 with :
6969 app-id : ${{ vars.OTELBOT_APP_ID }}
@@ -111,7 +111,7 @@ jobs:
111111 - name : Use CLA approved bot
112112 run : .github/scripts/use-cla-approved-bot.sh
113113
114- - uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
114+ - uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
115115 id : otelbot-token
116116 with :
117117 app-id : ${{ vars.OTELBOT_APP_ID }}
Original file line number Diff line number Diff line change 2727 distribution : temurin
2828 java-version : 17
2929
30- - uses : gradle/actions/setup-gradle@017a9effdb900e5b5b2fddfb590a105619dca3c3 # v4.4.2
30+ - uses : gradle/actions/setup-gradle@ed408507eac070d1f99cc633dbcf757c94c7933a # v4.4.3
3131
3232 - name : Build and publish artifacts
3333 run : ./gradlew assemble publishToSonatype closeAndReleaseSonatypeStagingRepository
@@ -176,7 +176,7 @@ jobs:
176176 - name : Use CLA approved bot
177177 run : .github/scripts/use-cla-approved-bot.sh
178178
179- - uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
179+ - uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
180180 id : otelbot-token
181181 with :
182182 app-id : ${{ vars.OTELBOT_APP_ID }}
You can’t perform that action at this time.
0 commit comments