diff --git a/src/experiments.ts b/src/experiments.ts index ee53d56ea1c..c778f22247e 100644 --- a/src/experiments.ts +++ b/src/experiments.ts @@ -217,7 +217,7 @@ export function assertEnabled(name: ExperimentName, task: string): void { "FIREBASE_CLI_EXPERIMENTS", )} environment variable to ${filename}, like so: ${italic(` -- uses: FirebaseExtended/action-hosting-deploy@v0 +- uses: FirebaseExtended/action-hosting-deploy@ac8041b3b04337509168113bf98b95879df22322 with: ... env: diff --git a/src/init/features/hosting/github.ts b/src/init/features/hosting/github.ts index 46bf98cd7f6..dcf8ac0f9e1 100644 --- a/src/init/features/hosting/github.ts +++ b/src/init/features/hosting/github.ts @@ -32,7 +32,7 @@ const YML_PULL_REQUEST_FILENAME = "firebase-hosting-pull-request.yml"; const YML_MERGE_FILENAME = "firebase-hosting-merge.yml"; const CHECKOUT_GITHUB_ACTION_NAME = "actions/checkout@v4"; -const HOSTING_GITHUB_ACTION_NAME = "FirebaseExtended/action-hosting-deploy@v0"; +const HOSTING_GITHUB_ACTION_NAME = "FirebaseExtended/action-hosting-deploy@ac8041b3b04337509168113bf98b95879df22322"; const SERVICE_ACCOUNT_MAX_KEY_NUMBER = 10;