Skip to content

Commit 71f6783

Browse files
committed
Fix CI workflow maintenance failures
1 parent bd2096c commit 71f6783

41 files changed

Lines changed: 7704 additions & 775 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/caboose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585

8686
steps:
8787
- name: Harden the runner (Audit all outbound calls)
88-
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
88+
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
8989
with:
9090
egress-policy: audit
9191

@@ -104,8 +104,8 @@ jobs:
104104
# We need to do this first to get appraisal installed.
105105
# NOTE: This does not use the primary Gemfile at all.
106106
- name: Install Root Appraisal
107-
run: bundle > /dev/null 2>&1
107+
run: bundle
108108
- name: Appraisal for ${{ matrix.appraisal }}
109-
run: bundle exec appraisal ${{ matrix.appraisal }} bundle > /dev/null 2>&1
109+
run: bundle exec appraisal ${{ matrix.appraisal }} bundle
110110
- name: Tests for ${{ matrix.ruby }} via ${{ matrix.exec_cmd }}
111111
run: bundle exec appraisal ${{ matrix.appraisal }} bundle exec ${{ matrix.exec_cmd }}

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
if: ${{ !env.ACT }}
102102
uses: qltysh/qlty-action/coverage@a19242102d17e497f437d7466aa01b528537e899 # v2.2.0
103103
with:
104-
token: ${{secrets.QLTY_COVERAGE_TOKEN}}
104+
oidc: true
105105
files: coverage/lcov.info
106106
format: lcov
107107
skip-errors: false

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
steps:
6767
- name: Harden the runner (Audit all outbound calls)
68-
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
68+
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
6969
with:
7070
egress-policy: audit
7171

.github/workflows/scorecard-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Harden the runner (Audit all outbound calls)
30-
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
30+
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
3131
with:
3232
egress-policy: audit
3333

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
steps:
4949
- name: Harden the runner (Audit all outbound calls)
50-
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
50+
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
5151
with:
5252
egress-policy: audit
5353

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Please file a bug if you notice a violation of semantic versioning.
2828

2929
### Fixed
3030

31+
- Updated CI workflow maintenance: QLTY uploads now use OIDC, harden-runner is pinned to v2.19.4, and Caboose dependency installation logs are visible on failure.
3132
- Replaced stale platform CI `rake magic` commands with portable spec commands.
3233
- Pinned `multi_xml` below 0.9 for TruffleRuby compatibility.
3334
- Marked EOL TruffleRuby 22.3, 23.0, and 23.1 CI as experimental because they can crash inside the interpreter during Bundler setup.

REEK

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
./reek: 1: ./reek:: not found
2-
./reek: 2: ./reek:: not found

docs/OAuth2.html

Lines changed: 508 additions & 0 deletions
Large diffs are not rendered by default.

docs/OAuth2/AccessToken.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>
77
Class: OAuth2::AccessToken
88

9-
&mdash; Documentation by YARD 0.9.43
9+
&mdash; Documentation by YARD 0.9.44
1010

1111
</title>
1212

@@ -3072,9 +3072,9 @@ <h3 class="signature " id="to_hash-instance_method">
30723072
</div>
30733073

30743074
<div id="footer">
3075-
Generated on Wed May 20 17:27:20 2026 by
3075+
Generated on Wed Jun 3 19:00:56 2026 by
30763076
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
3077-
0.9.43 (ruby-4.0.4).
3077+
0.9.44 (ruby-4.0.4).
30783078
</div>
30793079

30803080
</div>

0 commit comments

Comments
 (0)