Skip to content

Commit 9f75c79

Browse files
authored
Pin GitHub Actions to SHA1 for supply chain security (#131)
1 parent 3d186cd commit 9f75c79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/speakeasy_sdk_generation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
- cron: 0 0 * * *
1616
jobs:
1717
generate:
18-
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
18+
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@f09110c4676497cba7ef85034a6fb94191f1c417 # v15
1919
with:
2020
force: ${{ github.event.inputs.force }}
2121
mode: pr

.github/workflows/speakeasy_sdk_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Publish
77
- RELEASES.md
88
jobs:
99
publish:
10-
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
10+
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@f09110c4676497cba7ef85034a6fb94191f1c417 # v15
1111
secrets:
1212
github_access_token: ${{ secrets.GITHUB_TOKEN }}
1313
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)