Skip to content

Commit 41aaed3

Browse files
danielkovclaude
andcommitted
chore: update workflow refs to 472ebee
Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 472ebee commit 41aaed3

File tree

4 files changed

+50
-50
lines changed

4 files changed

+50
-50
lines changed

.github/workflows/sdk-publish.yaml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
149149
with:
150150
repository: speakeasy-api/sdk-generation-action
151-
ref: 9f1029aae869dbcdd2cc5e6d6c8bd88f6e571ff3
151+
ref: 472ebee89088bcbcce8068444402cb01e4f4bb84
152152
path: _speakeasy
153153
- id: release
154154
uses: ./_speakeasy
@@ -182,7 +182,7 @@ jobs:
182182
speakeasy_server_url: ${{ inputs.speakeasy_server_url }}
183183
env:
184184
GH_ACTION_RESULT: ${{ job.status }}
185-
GH_ACTION_VERSION: 9f1029aae869dbcdd2cc5e6d6c8bd88f6e571ff3
185+
GH_ACTION_VERSION: 472ebee89088bcbcce8068444402cb01e4f4bb84
186186
GH_ACTION_STEP: ${{ github.job }}
187187
TARGET_TYPE: "sdk"
188188
publish-pypi:
@@ -201,7 +201,7 @@ jobs:
201201
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
202202
with:
203203
repository: speakeasy-api/sdk-generation-action
204-
ref: 9f1029aae869dbcdd2cc5e6d6c8bd88f6e571ff3
204+
ref: 472ebee89088bcbcce8068444402cb01e4f4bb84
205205
path: _speakeasy
206206
- name: Set up Python
207207
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4
@@ -252,7 +252,7 @@ jobs:
252252
registry_name: "pypi"
253253
env:
254254
GH_ACTION_RESULT: ${{ job.status }}
255-
GH_ACTION_VERSION: 9f1029aae869dbcdd2cc5e6d6c8bd88f6e571ff3
255+
GH_ACTION_VERSION: 472ebee89088bcbcce8068444402cb01e4f4bb84
256256
- uses: ravsamhq/notify-slack-action@be814b201e233b2dc673608aa46e5447c8ab13f2 # v2
257257
if: always() && env.SLACK_WEBHOOK_URL != ''
258258
with:
@@ -275,7 +275,7 @@ jobs:
275275
speakeasy_server_url: ${{ inputs.speakeasy_server_url }}
276276
env:
277277
GH_ACTION_RESULT: ${{ job.status }}
278-
GH_ACTION_VERSION: 9f1029aae869dbcdd2cc5e6d6c8bd88f6e571ff3
278+
GH_ACTION_VERSION: 472ebee89088bcbcce8068444402cb01e4f4bb84
279279
GH_ACTION_STEP: ${{ github.job }}
280280
TARGET_TYPE: "sdk"
281281
publish-npm:
@@ -294,7 +294,7 @@ jobs:
294294
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
295295
with:
296296
repository: speakeasy-api/sdk-generation-action
297-
ref: 9f1029aae869dbcdd2cc5e6d6c8bd88f6e571ff3
297+
ref: 472ebee89088bcbcce8068444402cb01e4f4bb84
298298
path: _speakeasy
299299
- name: Set up Node
300300
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
@@ -369,7 +369,7 @@ jobs:
369369
registry_name: "npm"
370370
env:
371371
GH_ACTION_RESULT: ${{ job.status }}
372-
GH_ACTION_VERSION: 9f1029aae869dbcdd2cc5e6d6c8bd88f6e571ff3
372+
GH_ACTION_VERSION: 472ebee89088bcbcce8068444402cb01e4f4bb84
373373
- uses: ravsamhq/notify-slack-action@be814b201e233b2dc673608aa46e5447c8ab13f2 # v2
374374
if: always() && env.SLACK_WEBHOOK_URL != ''
375375
with:
@@ -392,7 +392,7 @@ jobs:
392392
speakeasy_server_url: ${{ inputs.speakeasy_server_url }}
393393
env:
394394
GH_ACTION_RESULT: ${{ job.status }}
395-
GH_ACTION_VERSION: 9f1029aae869dbcdd2cc5e6d6c8bd88f6e571ff3
395+
GH_ACTION_VERSION: 472ebee89088bcbcce8068444402cb01e4f4bb84
396396
GH_ACTION_STEP: ${{ github.job }}
397397
TARGET_TYPE: "sdk"
398398
publish-npm-mcp:
@@ -410,7 +410,7 @@ jobs:
410410
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
411411
with:
412412
repository: speakeasy-api/sdk-generation-action
413-
ref: 9f1029aae869dbcdd2cc5e6d6c8bd88f6e571ff3
413+
ref: 472ebee89088bcbcce8068444402cb01e4f4bb84
414414
path: _speakeasy
415415
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
416416
with:
@@ -493,7 +493,7 @@ jobs:
493493
registry_name: "npm"
494494
env:
495495
GH_ACTION_RESULT: ${{ job.status }}
496-
GH_ACTION_VERSION: 9f1029aae869dbcdd2cc5e6d6c8bd88f6e571ff3
496+
GH_ACTION_VERSION: 472ebee89088bcbcce8068444402cb01e4f4bb84
497497
- uses: ravsamhq/notify-slack-action@be814b201e233b2dc673608aa46e5447c8ab13f2 # v2.5.0
498498
if: always() && env.SLACK_WEBHOOK_URL != ''
499499
with:
@@ -516,7 +516,7 @@ jobs:
516516
speakeasy_server_url: ${{ inputs.speakeasy_server_url }}
517517
env:
518518
GH_ACTION_RESULT: ${{ job.status }}
519-
GH_ACTION_VERSION: 9f1029aae869dbcdd2cc5e6d6c8bd88f6e571ff3
519+
GH_ACTION_VERSION: 472ebee89088bcbcce8068444402cb01e4f4bb84
520520
GH_ACTION_STEP: ${{ github.job }}
521521
TARGET_TYPE: "mcp"
522522
publish-java:
@@ -535,7 +535,7 @@ jobs:
535535
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
536536
with:
537537
repository: speakeasy-api/sdk-generation-action
538-
ref: 9f1029aae869dbcdd2cc5e6d6c8bd88f6e571ff3
538+
ref: 472ebee89088bcbcce8068444402cb01e4f4bb84
539539
path: _speakeasy
540540
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
541541
with:
@@ -577,7 +577,7 @@ jobs:
577577
registry_name: "sonatype"
578578
env:
579579
GH_ACTION_RESULT: ${{ job.status }}
580-
GH_ACTION_VERSION: 9f1029aae869dbcdd2cc5e6d6c8bd88f6e571ff3
580+
GH_ACTION_VERSION: 472ebee89088bcbcce8068444402cb01e4f4bb84
581581
- uses: ravsamhq/notify-slack-action@be814b201e233b2dc673608aa46e5447c8ab13f2 # v2
582582
if: always() && env.SLACK_WEBHOOK_URL != ''
583583
with:
@@ -600,7 +600,7 @@ jobs:
600600
speakeasy_server_url: ${{ inputs.speakeasy_server_url }}
601601
env:
602602
GH_ACTION_RESULT: ${{ job.status }}
603-
GH_ACTION_VERSION: 9f1029aae869dbcdd2cc5e6d6c8bd88f6e571ff3
603+
GH_ACTION_VERSION: 472ebee89088bcbcce8068444402cb01e4f4bb84
604604
GH_ACTION_STEP: ${{ github.job }}
605605
TARGET_TYPE: "sdk"
606606
publish-packagist:
@@ -619,7 +619,7 @@ jobs:
619619
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
620620
with:
621621
repository: speakeasy-api/sdk-generation-action
622-
ref: 9f1029aae869dbcdd2cc5e6d6c8bd88f6e571ff3
622+
ref: 472ebee89088bcbcce8068444402cb01e4f4bb84
623623
path: _speakeasy
624624
- name: Publish
625625
uses: speakeasy-api/packagist-update@5e2c88e23c7d21e40c7a02a3b252a749b351eb2f # support-github-creation
@@ -641,7 +641,7 @@ jobs:
641641
registry_name: "packagist"
642642
env:
643643
GH_ACTION_RESULT: ${{ job.status }}
644-
GH_ACTION_VERSION: 9f1029aae869dbcdd2cc5e6d6c8bd88f6e571ff3
644+
GH_ACTION_VERSION: 472ebee89088bcbcce8068444402cb01e4f4bb84
645645
- uses: ravsamhq/notify-slack-action@be814b201e233b2dc673608aa46e5447c8ab13f2 # v2
646646
if: always() && env.SLACK_WEBHOOK_URL != ''
647647
with:
@@ -664,7 +664,7 @@ jobs:
664664
speakeasy_server_url: ${{ inputs.speakeasy_server_url }}
665665
env:
666666
GH_ACTION_RESULT: ${{ job.status }}
667-
GH_ACTION_VERSION: 9f1029aae869dbcdd2cc5e6d6c8bd88f6e571ff3
667+
GH_ACTION_VERSION: 472ebee89088bcbcce8068444402cb01e4f4bb84
668668
GH_ACTION_STEP: ${{ github.job }}
669669
TARGET_TYPE: "sdk"
670670
publish-nuget:
@@ -683,7 +683,7 @@ jobs:
683683
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
684684
with:
685685
repository: speakeasy-api/sdk-generation-action
686-
ref: 9f1029aae869dbcdd2cc5e6d6c8bd88f6e571ff3
686+
ref: 472ebee89088bcbcce8068444402cb01e4f4bb84
687687
path: _speakeasy
688688
- name: Setup dotnet
689689
uses: actions/setup-dotnet@55ec9447dda3d1cf6bd587150f3262f30ee10815 # v3
@@ -704,7 +704,7 @@ jobs:
704704
registry_name: "nuget"
705705
env:
706706
GH_ACTION_RESULT: ${{ job.status }}
707-
GH_ACTION_VERSION: 9f1029aae869dbcdd2cc5e6d6c8bd88f6e571ff3
707+
GH_ACTION_VERSION: 472ebee89088bcbcce8068444402cb01e4f4bb84
708708
- uses: ravsamhq/notify-slack-action@be814b201e233b2dc673608aa46e5447c8ab13f2 # v2
709709
if: always() && env.SLACK_WEBHOOK_URL != ''
710710
with:
@@ -727,7 +727,7 @@ jobs:
727727
speakeasy_server_url: ${{ inputs.speakeasy_server_url }}
728728
env:
729729
GH_ACTION_RESULT: ${{ job.status }}
730-
GH_ACTION_VERSION: 9f1029aae869dbcdd2cc5e6d6c8bd88f6e571ff3
730+
GH_ACTION_VERSION: 472ebee89088bcbcce8068444402cb01e4f4bb84
731731
GH_ACTION_STEP: ${{ github.job }}
732732
TARGET_TYPE: "sdk"
733733
publish-terraform:
@@ -742,7 +742,7 @@ jobs:
742742
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
743743
with:
744744
repository: speakeasy-api/sdk-generation-action
745-
ref: 9f1029aae869dbcdd2cc5e6d6c8bd88f6e571ff3
745+
ref: 472ebee89088bcbcce8068444402cb01e4f4bb84
746746
path: _speakeasy
747747
- name: Install GoReleaser
748748
uses: goreleaser/goreleaser-action@5fdedb94abba051217030cc86d4523cf3f02243d # v4
@@ -778,7 +778,7 @@ jobs:
778778
registry_name: "terraform"
779779
env:
780780
GH_ACTION_RESULT: ${{ job.status }}
781-
GH_ACTION_VERSION: 9f1029aae869dbcdd2cc5e6d6c8bd88f6e571ff3
781+
GH_ACTION_VERSION: 472ebee89088bcbcce8068444402cb01e4f4bb84
782782
- uses: ravsamhq/notify-slack-action@be814b201e233b2dc673608aa46e5447c8ab13f2 # v2
783783
if: always() && env.SLACK_WEBHOOK_URL != ''
784784
with:
@@ -801,7 +801,7 @@ jobs:
801801
speakeasy_server_url: ${{ inputs.speakeasy_server_url }}
802802
env:
803803
GH_ACTION_RESULT: ${{ job.status }}
804-
GH_ACTION_VERSION: 9f1029aae869dbcdd2cc5e6d6c8bd88f6e571ff3
804+
GH_ACTION_VERSION: 472ebee89088bcbcce8068444402cb01e4f4bb84
805805
GH_ACTION_STEP: ${{ github.job }}
806806
TARGET_TYPE: "sdk"
807807
publish-gems:
@@ -820,7 +820,7 @@ jobs:
820820
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
821821
with:
822822
repository: speakeasy-api/sdk-generation-action
823-
ref: 9f1029aae869dbcdd2cc5e6d6c8bd88f6e571ff3
823+
ref: 472ebee89088bcbcce8068444402cb01e4f4bb84
824824
path: _speakeasy
825825
- name: Set up Ruby
826826
uses: ruby/setup-ruby@d8d83c3960843afb664e821fed6be52f37da5267 # v1.231.0
@@ -851,7 +851,7 @@ jobs:
851851
registry_name: "gems"
852852
env:
853853
GH_ACTION_RESULT: ${{ job.status }}
854-
GH_ACTION_VERSION: 9f1029aae869dbcdd2cc5e6d6c8bd88f6e571ff3
854+
GH_ACTION_VERSION: 472ebee89088bcbcce8068444402cb01e4f4bb84
855855
- uses: ravsamhq/notify-slack-action@be814b201e233b2dc673608aa46e5447c8ab13f2 # v2
856856
if: always() && env.SLACK_WEBHOOK_URL != ''
857857
with:
@@ -874,6 +874,6 @@ jobs:
874874
speakeasy_server_url: ${{ inputs.speakeasy_server_url }}
875875
env:
876876
GH_ACTION_RESULT: ${{ job.status }}
877-
GH_ACTION_VERSION: 9f1029aae869dbcdd2cc5e6d6c8bd88f6e571ff3
877+
GH_ACTION_VERSION: 472ebee89088bcbcce8068444402cb01e4f4bb84
878878
GH_ACTION_STEP: ${{ github.job }}
879879
TARGET_TYPE: "sdk"

.github/workflows/sdk-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3232
with:
3333
repository: speakeasy-api/sdk-generation-action
34-
ref: 9f1029aae869dbcdd2cc5e6d6c8bd88f6e571ff3
34+
ref: 472ebee89088bcbcce8068444402cb01e4f4bb84
3535
path: _speakeasy
3636
- name: Set dynamic environment variables
3737
if: inputs.env_vars != ''
@@ -68,4 +68,4 @@ jobs:
6868
speakeasy_api_key: ${{ secrets.speakeasy_api_key }}
6969
github_access_token: ${{ secrets.github_access_token }}
7070
env:
71-
GH_ACTION_VERSION: 9f1029aae869dbcdd2cc5e6d6c8bd88f6e571ff3
71+
GH_ACTION_VERSION: 472ebee89088bcbcce8068444402cb01e4f4bb84

.github/workflows/tag.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3737
with:
3838
repository: speakeasy-api/sdk-generation-action
39-
ref: 9f1029aae869dbcdd2cc5e6d6c8bd88f6e571ff3
39+
ref: 472ebee89088bcbcce8068444402cb01e4f4bb84
4040
path: _speakeasy
4141
- id: apply-tags
4242
name: Apply Tags
@@ -50,4 +50,4 @@ jobs:
5050
speakeasy_api_key: ${{ secrets.speakeasy_api_key }}
5151
github_access_token: ${{ secrets.github_access_token }}
5252
env:
53-
GH_ACTION_VERSION: 9f1029aae869dbcdd2cc5e6d6c8bd88f6e571ff3
53+
GH_ACTION_VERSION: 472ebee89088bcbcce8068444402cb01e4f4bb84

0 commit comments

Comments
 (0)