Skip to content

Commit 48dd624

Browse files
authored
Merge pull request #3059 from github/dependabot/github_actions/actions-fd207b077b
Bump the actions group with 2 updates
2 parents 2e86898 + dc3244d commit 48dd624

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/__autobuild-direct-tracing-with-working-dir.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__autobuild-direct-tracing.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__rubocop-multi-language.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/rubocop-multi-language.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ operatingSystems: ["ubuntu"]
55
versions: ["default"]
66
steps:
77
- name: Set up Ruby
8-
uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 # v1.255.0
8+
uses: ruby/setup-ruby@efbf473cab83af4468e8606cc33eca9281bb213f # v1.256.0
99
with:
1010
ruby-version: 2.6
1111
- name: Install Code Scanning integration

pr-checks/sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def writeHeader(checkStream):
149149

150150
steps.append({
151151
'name': 'Install Java',
152-
'uses': 'actions/setup-java@v4',
152+
'uses': 'actions/setup-java@v5',
153153
'with': {
154154
'java-version': '${{ inputs.java-version || \'' + baseJavaVersionExpr + '\' }}',
155155
'distribution': 'temurin'

0 commit comments

Comments
 (0)