Skip to content

Commit 3569fc4

Browse files
Update Actions
Update everything to the latest versions available.
1 parent b4923ec commit 3569fc4

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

‎.github/workflows/Publish-Specs.yml‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ name: Publish - OpenAPI Specs to GitHub Pages
44
# Determine when to run this workflow
55
on:
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

@@ -31,7 +31,7 @@ jobs:
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

‎.github/workflows/Security-AdvancedSecretScan.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ jobs:
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

0 commit comments

Comments
 (0)