Skip to content

Commit

Permalink
Merge branch 'release/v0.9.1' of github.com:GoogleChromeLabs/ps-analy…
Browse files Browse the repository at this point in the history
…sis-tool into release/v0.9.1
  • Loading branch information
mohdsayed committed Jul 26, 2024
2 parents 14dc20b + 446a4b3 commit 6cce101
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 402 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
timeout-minutes: 20
steps:
- name: Harden Runner # Security agent: blocks outbound traffic & detects code overwrite to prevent breaches
uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6
with:
disable-sudo: true
disable-file-monitoring: true
Expand Down
10 changes: 0 additions & 10 deletions packages/design-system/src/components/landingPage/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* External dependencies.
*/
import { addUTMParams } from '@google-psat/common';

export const QUICK_LINKS = [
{
Expand All @@ -35,10 +31,4 @@ export const QUICK_LINKS = [
title: 'reportBreakage',
link: 'https://goo.gle/report-3pc-broken',
},
{
title: 'requestMigrationTime',
link: addUTMParams(
'https://developer.chrome.com/origintrials/#/view_trial/3315212275698106369'
),
},
];

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion packages/extension/src/view/devtools/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ export * from './siteBoundaries';
export { default as Cookies } from './cookies';
export { default as PrivacySandbox } from './privacySandbox';
export { default as Settings } from './settings';
export { default as FacilitatedTesting } from './facilitatedTesting';
export { default as Layout } from './layout';
Loading

0 comments on commit 6cce101

Please sign in to comment.