Skip to content

Commit 3c2ffd3

Browse files
Merge branch 'master' into BAN-30690
2 parents e3cb21a + d5d0711 commit 3c2ffd3

5 files changed

Lines changed: 170 additions & 166 deletions

File tree

.github/workflows/deploy-live.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# needed for fetching Hashicorp blog feed
5858
- name: Cache Playwright
5959
id: playwright-cache
60-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
60+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
6161
with:
6262
path: |
6363
~/.cache/ms-playwright
@@ -143,7 +143,7 @@ jobs:
143143
144144
- name: Deploy to Firebase
145145
id: deploy_live
146-
uses: FirebaseExtended/action-hosting-deploy@e2eda2e106cfa35cdbcf4ac9ddaf6c4756df2c8c # v0.10.0
146+
uses: FirebaseExtended/action-hosting-deploy@500ac625ca2dd40cbd15f7659af953801858032a # v0.11.0
147147
with:
148148
repoToken: '${{ secrets.GITHUB_TOKEN }}'
149149
firebaseServiceAccount: "${{ steps.creds.outputs.sa_key }}"

.github/workflows/deploy-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
# needed for fetching Hashicorp blog feed
203203
- name: Cache Playwright
204204
id: playwright-cache
205-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
205+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
206206
with:
207207
path: |
208208
~/.cache/ms-playwright
@@ -311,7 +311,7 @@ jobs:
311311
312312
- name: Deploy to Firebase
313313
id: deploy_preview
314-
uses: FirebaseExtended/action-hosting-deploy@e2eda2e106cfa35cdbcf4ac9ddaf6c4756df2c8c # v0.10.0
314+
uses: FirebaseExtended/action-hosting-deploy@500ac625ca2dd40cbd15f7659af953801858032a # v0.11.0
315315
with:
316316
repoToken: '${{ secrets.GITHUB_TOKEN }}'
317317
firebaseServiceAccount: "${{ steps.creds.outputs.sa_key }}"

CODEOWNERS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ products/terraform/sidebars.ts @PaloAltoNetworks/pso_prisma_maintainers
2727
# Prisma Cloud team
2828
openapi-specs/cspm/ @PaloAltoNetworks/pan-dev-prisma-cloud
2929
products/prisma-cloud/ @PaloAltoNetworks/pan-dev-prisma-cloud
30+
31+
# pan.dev IoT team
32+
products/iot/ @PaloAltoNetworks/pan-dev-iot
33+
openapi-specs/iot/ @PaloAltoNetworks/pan-dev-iot

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@pandev/plugin-sitemap-coveo": "./plugin-sitemap-coveo",
5555
"@tabler/icons-react": "^3.44.0",
5656
"@tailwindcss/postcss": "^4.3.0",
57-
"algoliasearch": "^5.53.0",
57+
"algoliasearch": "^5.55.1",
5858
"clsx": "^2.1.1",
5959
"docusaurus-plugin-openapi-docs": "5.0.2",
6060
"docusaurus-plugin-sass": "^0.2.2",
@@ -85,7 +85,7 @@
8585
]
8686
},
8787
"devDependencies": {
88-
"autoprefixer": "^10.5.0",
88+
"autoprefixer": "^10.5.1",
8989
"cross-env": "^10.1.0",
9090
"husky": "^9.1.7",
9191
"lint-staged": "^16.4.0",

0 commit comments

Comments
 (0)