We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e5287 commit dc3244dCopy full SHA for dc3244d
pr-checks/checks/rubocop-multi-language.yml
@@ -5,7 +5,7 @@ operatingSystems: ["ubuntu"]
5
versions: ["default"]
6
steps:
7
- name: Set up Ruby
8
- uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 # v1.255.0
+ uses: ruby/setup-ruby@efbf473cab83af4468e8606cc33eca9281bb213f # v1.256.0
9
with:
10
ruby-version: 2.6
11
- name: Install Code Scanning integration
pr-checks/sync.py
@@ -149,7 +149,7 @@ def writeHeader(checkStream):
149
150
steps.append({
151
'name': 'Install Java',
152
- 'uses': 'actions/setup-java@v4',
+ 'uses': 'actions/setup-java@v5',
153
'with': {
154
'java-version': '${{ inputs.java-version || \'' + baseJavaVersionExpr + '\' }}',
155
'distribution': 'temurin'
0 commit comments