Skip to content

Commit 8f11568

Browse files
authored
Merge branch 'main' into release-please--branches--main
2 parents 05dc628 + 32e4adf commit 8f11568

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ jobs:
417417
run: |
418418
mvn install -B -ntp -DskipTests -Dclirr.skip -Dcheckstyle.skip -Dfmt.skip
419419
- name: Validate gapic-generator-java-bom
420-
uses: googleapis/java-cloud-bom/tests/validate-bom@47ad868794c5d38ee7eb95d69371a7a79f84d890
420+
uses: googleapis/java-cloud-bom/tests/validate-bom@ef3656d3c66f4c6bd3b2c569d64a77cb40aeb77e
421421
with:
422422
bom-path: gapic-generator-java-bom/pom.xml
423423

.github/workflows/hermetic_library_generation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
if: env.SHOULD_RUN == 'true'
3737
with:
3838
fetch-depth: 0
39-
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
39+
token: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}
4040
- name: Install Maven modules
4141
if: env.SHOULD_RUN == 'true'
4242
shell: bash
@@ -61,5 +61,5 @@ jobs:
6161
base_ref: ${{ github.base_ref }}
6262
head_ref: ${{ github.head_ref }}
6363
image_tag: ${{ env.GENERATOR_VERSION }}
64-
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
64+
token: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}
6565
showcase_mode: true

.github/workflows/nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Create issue if previous step fails
6363
if: ${{ failure() }}
6464
env:
65-
GITHUB_TOKEN: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
65+
GITHUB_TOKEN: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}
6666
run: |
6767
gh issue create \
6868
--title "Nightly-java8 build on ${{ matrix.os }} failed." \

.github/workflows/update_googleapis_commit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v4
3030
with:
3131
fetch-depth: 0
32-
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
32+
token: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}
3333
- name: Update googleapis commit to latest
3434
shell: bash
3535
run: |
@@ -40,4 +40,4 @@ jobs:
4040
--base_branch "${base_branch}"\
4141
--repo ${{ github.repository }}
4242
env:
43-
GH_TOKEN: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
43+
GH_TOKEN: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}

dependencies.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ com.google.api-client:google-api-client,google.api-client=2.8.1
3232
org.threeten:threeten-extra,threeten-extra=1.8.0
3333
io.opencensus:opencensus-api,opencensus=0.31.1
3434
com.google.code.findbugs:jsr305,findbugs=3.0.2
35-
com.fasterxml.jackson:jackson-bom,jackson=2.20.1
35+
com.fasterxml.jackson:jackson-bom,jackson=2.21.0
3636
commons-codec:commons-codec,codec=1.20.0
3737
org.apache.httpcomponents:httpclient,httpcomponents.httpclient=4.5.14
3838
org.apache.httpcomponents:httpcore,httpcomponents.httpcore=4.4.16

generation_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
googleapis_commitish: 6145b5ffe99d290c3d840136f310490d732acb04
1+
googleapis_commitish: d9f058d281e9ad5daf805d8e5405b9df89ce06ad
22
# the libraries are ordered with respect to library name, which is
33
# java-{library.library_name} or java-{library.api-shortname} when
44
# library.library_name is not defined.

hermetic_build/library_generation/owlbot/templates/java_library/.github/workflows/update_generation_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v4
3030
with:
3131
fetch-depth: 0
32-
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
32+
token: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}
3333
- name: Install Dependencies
3434
shell: bash
3535
run: sudo apt-get update && sudo apt-get install -y libxml2-utils
@@ -43,5 +43,5 @@ jobs:
4343
--base_branch "${base_branch}" \
4444
--repo ${{ github.repository }}
4545
env:
46-
GH_TOKEN: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
46+
GH_TOKEN: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}
4747
{% endraw %}

0 commit comments

Comments
 (0)