@@ -20,14 +20,14 @@ jobs:
2020 exit 1
2121 fi
2222
23- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2424
2525 - uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
2626 with :
2727 distribution : temurin
2828 java-version : 17
2929
30- - uses : gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
30+ - uses : gradle/actions/setup-gradle@017a9effdb900e5b5b2fddfb590a105619dca3c3 # v4.4.2
3131
3232 - name : Build and publish artifacts
3333 run : ./gradlew assemble publishToSonatype closeAndReleaseSonatypeStagingRepository
6464
6565 # check out main branch to verify there won't be problems with merging the change log
6666 # at the end of this workflow
67- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
67+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
6868 with :
6969 ref : main
7070
7676 fi
7777
7878 # back to the release branch
79- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
79+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
8080 with :
8181 # tags are needed for the generate-release-contributors.sh script
8282 fetch-depth : 0
@@ -128,7 +128,7 @@ jobs:
128128 steps :
129129 # add change log sync (if any) into this PR since the apidiff update
130130 # is required before any other PR can be merged anyway
131- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
131+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
132132
133133 - name : Copy change log section from release branch
134134 env :
@@ -137,7 +137,7 @@ jobs:
137137 sed -n "0,/^## Version $VERSION /d;/^## Version /q;p" CHANGELOG.md \
138138 > /tmp/changelog-section.md
139139
140- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
140+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
141141 with :
142142 ref : main
143143
@@ -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@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
179+ - uses : actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
180180 id : otelbot-token
181181 with :
182182 app-id : ${{ vars.OTELBOT_APP_ID }}
0 commit comments