File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ name: Publish - OpenAPI Specs to GitHub Pages
44# Determine when to run this workflow
55on :
66 # Allow manual triggering of the workflow
7- workflow_dispatch :
8- # Runs every Sunday at 00:00 UTC
7+ workflow_dispatch : # Runs every Sunday at 00:00 UTC
8+
99 schedule :
1010 - cron : ' 0 0 * * 0'
1111
3131 steps :
3232 # Configure the GH pages environment
3333 - name : Setup Pages
34- uses : actions/configure-pages@v5
34+ uses : actions/configure-pages@v6
3535
3636 # Grab a copy of the latest binaries
3737 - name : Download Latest Swagger UI Release
@@ -54,12 +54,12 @@ jobs:
5454
5555 # Uploads the built artifact to github pages
5656 - name : Upload Artifact
57- uses : actions/upload-pages-artifact@v4
57+ uses : actions/upload-pages-artifact@v5
5858 with :
5959 # Upload static files
6060 path : ' swagger-ui/dist/'
6161
6262 # Deploy the compiled pages
6363 - name : Deploy to GitHub Pages
6464 id : deployment
65- uses : actions/deploy-pages@v4
65+ uses : actions/deploy-pages@v5
Original file line number Diff line number Diff line change 7878
7979 # Run TruffleHog Scan against the downloaded repo
8080 - name : Scan for Secrets
81- uses : trufflesecurity/trufflehog@2b8081980d685410c8d97588786fb1cfa946b35a
81+ uses : trufflesecurity/trufflehog@17456f8c7d042d8c82c9a8ca9e937231f9f42e26
8282 with :
8383 extra_args : --results=verified,unknown
You can’t perform that action at this time.
0 commit comments