mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-29 04:00:13 +00:00
ci: add zizmor workflow and pin all GitHub Actions to SHA hashes (#5237)
This commit is contained in:
parent
e909d3e4a1
commit
f84563175f
15 changed files with 92 additions and 41 deletions
4
.github/workflows/update-openapi.yml
vendored
4
.github/workflows/update-openapi.yml
vendored
|
|
@ -10,11 +10,11 @@ jobs:
|
|||
contents: write
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
|
||||
with:
|
||||
token: ${{ secrets.SKYVERN_OSS_GITHUB_TOKEN }}
|
||||
- name: Update OpenAPI Spec
|
||||
uses: fern-api/sync-openapi@v2
|
||||
uses: fern-api/sync-openapi@8e936a4bac8ad11d698d7114f3074fa3397398ea # v2
|
||||
with:
|
||||
token: ${{ secrets.SKYVERN_OSS_GITHUB_TOKEN }}
|
||||
branch: 'update-openapi-spec'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue