Skip to content

Commit 8fc67ff

Browse files
authored
Merge branch 'master' into dependabot/bundler/jwt-2.10.2
2 parents 59beabd + 37c54dd commit 8fc67ff

7 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: exit 0 # Skip unnecessary test runs for dependabot and merge queues. Artifically flag as successful, as this is a required check for branch protection.
3737

3838
- name: Checkout
39-
uses: actions/checkout@v5
39+
uses: actions/checkout@v6
4040

4141
- name: Initialize CodeQL
4242
uses: github/codeql-action/init@v4

.github/workflows/rl-scanner.yml

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

3030
steps:
3131
- name: Checkout code
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333

3434
- name: Configure Ruby
3535
uses: ./.github/actions/setup

.github/workflows/ruby-release.yml

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

2121
steps:
2222
# Checkout the code
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
with:
2525
fetch-depth: 0
2626

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- if: github.actor == 'dependabot[bot]' || github.event_name == 'merge_group'
3232
run: exit 0 # Skip unnecessary test runs for dependabot and merge queues. Artifically flag as successful, as this is a required check for branch protection.
3333

34-
- uses: actions/checkout@v5
34+
- uses: actions/checkout@v6
3535
with:
3636
ref: ${{ github.event.pull_request.head.sha || github.ref }}
3737

.github/workflows/snyk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- if: github.actor == 'dependabot[bot]' || github.event_name == 'merge_group'
3030
run: exit 0 # Skip unnecessary test runs for dependabot and merge queues. Artifically flag as successful, as this is a required check for branch protection.
3131

32-
- uses: actions/checkout@v5
32+
- uses: actions/checkout@v6
3333
with:
3434
ref: ${{ github.event.pull_request.head.sha || github.ref }}
3535

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
matrix: ${{ steps.set-matrix.outputs.matrix }}
3030

3131
steps:
32-
- uses: actions/checkout@v5
32+
- uses: actions/checkout@v6
3333
with:
3434
ref: ${{ github.event.pull_request.head.sha || github.ref }}
3535

@@ -54,7 +54,7 @@ jobs:
5454

5555
steps:
5656
- name: Checkout code
57-
uses: actions/checkout@v5
57+
uses: actions/checkout@v6
5858

5959
- name: Configure Ruby
6060
uses: ./.github/actions/setup
@@ -66,4 +66,4 @@ jobs:
6666

6767
- name: Upload coverage
6868
if: matrix.ruby == '3.2' || matrix.ruby == '3.3'
69-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # pin@5.5.1
69+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # pin@5.5.2

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ GEM
4040
securerandom (>= 0.3)
4141
tzinfo (~> 2.0, >= 2.0.5)
4242
uri (>= 0.13.1)
43-
addressable (2.8.7)
44-
public_suffix (>= 2.0.2, < 7.0)
43+
addressable (2.8.8)
44+
public_suffix (>= 2.0.2, < 8.0)
4545
ast (2.4.3)
4646
base64 (0.3.0)
4747
bigdecimal (3.3.1)
4848
builder (3.3.0)
4949
coderay (1.1.3)
5050
concurrent-ruby (1.3.5)
51-
connection_pool (2.5.4)
51+
connection_pool (2.5.5)
5252
coveralls (0.7.1)
5353
multi_json (~> 1.3)
5454
rest-client
@@ -130,7 +130,7 @@ GEM
130130
mime-types-data (~> 3.2015)
131131
mime-types-data (3.2024.1105)
132132
mini_portile2 (2.8.9)
133-
minitest (5.26.1)
133+
minitest (5.26.2)
134134
multi_json (1.15.0)
135135
nenv (0.3.0)
136136
netrc (0.11.0)
@@ -160,7 +160,7 @@ GEM
160160
parser (3.3.10.0)
161161
ast (~> 2.4.1)
162162
racc
163-
pp (0.6.1)
163+
pp (0.6.3)
164164
prettyprint
165165
prettyprint (0.2.0)
166166
prism (1.6.0)
@@ -170,7 +170,7 @@ GEM
170170
psych (5.2.6)
171171
date
172172
stringio
173-
public_suffix (6.0.1)
173+
public_suffix (7.0.0)
174174
racc (1.8.1)
175175
rack (3.2.4)
176176
rack-session (2.1.1)
@@ -242,7 +242,7 @@ GEM
242242
rubocop-ast (1.48.0)
243243
parser (>= 3.3.7.2)
244244
prism (~> 1.4)
245-
rubocop-rails (2.34.0)
245+
rubocop-rails (2.34.1)
246246
activesupport (>= 4.2.0)
247247
lint_roller (~> 1.1)
248248
rack (>= 1.1)

0 commit comments

Comments
 (0)