Skip to content

Commit e94c6b8

Browse files
Merge upstream and update generated code for v2150 and
2 parents 03aa164 + 24ed552 commit e94c6b8

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,14 @@ on:
1818
- sdk-release/**
1919
- feature/**
2020

21+
permissions: {}
22+
2123
jobs:
2224
build:
2325
name: Build
2426
runs-on: ubuntu-22.04
27+
permissions:
28+
contents: read
2529

2630
steps:
2731
- uses: extractions/setup-just@v2
@@ -44,6 +48,8 @@ jobs:
4448
name: Test (${{ matrix.ruby-version }})
4549
# this version of jruby isn't available in the new latest (24.04) so we have to pin (or update jruby)
4650
runs-on: ubuntu-22.04
51+
permissions:
52+
contents: read
4753
strategy:
4854
matrix:
4955
# following https://docs.stripe.com/sdks/versioning?lang=ruby#stripe-sdk-language-version-support-policy
@@ -69,6 +75,8 @@ jobs:
6975
endsWith(github.actor, '-stripe')
7076
needs: [build, test]
7177
runs-on: ubuntu-22.04
78+
permissions:
79+
contents: read
7280
steps:
7381
- name: Download all workflow run artifacts
7482
uses: actions/download-artifact@v4

.github/workflows/rules.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
types:
88
- auto_merge_enabled
99

10+
permissions: {}
11+
1012
jobs:
1113
require_merge_commit_on_merge_script_pr:
1214
name: Merge script PRs must create merge commits

CODEGEN_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
32e3565a276ee2b159a3bb1eb3ea0a7e4fdc4977
1+
4ec19847e2d6cb16e17bd2ad2aee2bf48d86013c

0 commit comments

Comments
 (0)