Skip to content

Commit 11b8f75

Browse files
Rebuild
1 parent 8a0be82 commit 11b8f75

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

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 @@ versions:
55
- default
66
steps:
77
- name: Set up Ruby
8-
uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1.316.0
8+
uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1.319.0
99
with:
1010
ruby-version: 2.6
1111
- name: Install Code Scanning integration

pr-checks/checks/submit-sarif-failure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ permissions:
2121
security-events: write # needed to upload the SARIF file
2222

2323
steps:
24-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
24+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2525
- uses: ./init
2626
with:
2727
languages: javascript

pr-checks/checks/with-checkout-path.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ steps:
1414
rm -rf ./* .github .git
1515
# Check out the actions repo again, but at a different location.
1616
# choose an arbitrary SHA so that we can later test that the commit_oid is not from main
17-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
17+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1818
with:
1919
ref: 474bbf07f9247ffe1856c6a0f94aeeb10e7afee6
2020
path: x/y/z/some-path

pr-checks/sync.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,8 @@ const languageSetups: LanguageSetups = {
253253
name: "Install Java",
254254
uses: pinnedUses(
255255
"actions/setup-java",
256-
"0f481fcb613427c0f801b606911222b5b6f3083a",
257-
"v5.5.0",
256+
"03ad4de0992f5dab5e18fcb136590ce7c4a0ac95",
257+
"v5.6.0",
258258
),
259259
with: {
260260
"java-version": `\${{ inputs.java-version || '${defaultLanguageVersions.java}' }}`,
@@ -529,8 +529,8 @@ function generateJob(
529529
name: "Check out repository",
530530
uses: pinnedUses(
531531
"actions/checkout",
532-
"9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0",
533-
"v7.0.0",
532+
"3d3c42e5aac5ba805825da76410c181273ba90b1",
533+
"v7.0.1",
534534
),
535535
},
536536
...setupInfo.steps,

0 commit comments

Comments
 (0)