diff --git a/.github/workflows/database.yml b/.github/workflows/database.yml index b6f02e5638..f1574743f3 100644 --- a/.github/workflows/database.yml +++ b/.github/workflows/database.yml @@ -35,6 +35,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + with: + # Ignored since the GITHUB_TOKEN needs to be persisted for this workflow. + persist-credentials: true # zizmor: ignore[artipacked] - name: Select Xcode version run: | sudo xcode-select -switch /Applications/Xcode_26.2.app/Contents/Developer @@ -63,6 +66,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + with: + # Ignored since the GITHUB_TOKEN needs to be persisted for this workflow. + persist-credentials: true # zizmor: ignore[artipacked] - name: Select Xcode version run: | sudo xcode-select -switch /Applications/Xcode_26.2.app/Contents/Developer @@ -87,6 +93,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + with: + # Ignored since the GITHUB_TOKEN needs to be persisted for this workflow. + persist-credentials: true # zizmor: ignore[artipacked] - name: Select Xcode version run: | sudo xcode-select -switch /Applications/Xcode_26.2.app/Contents/Developer diff --git a/.github/workflows/firestore.yml b/.github/workflows/firestore.yml index f0c4a076c0..8e1f9853fd 100644 --- a/.github/workflows/firestore.yml +++ b/.github/workflows/firestore.yml @@ -35,6 +35,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + with: + # Ignored since the GITHUB_TOKEN needs to be persisted for this workflow. + persist-credentials: true # zizmor: ignore[artipacked] - name: Select Xcode version run: | sudo xcode-select -switch /Applications/Xcode_26.2.app/Contents/Developer @@ -63,6 +66,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + with: + # Ignored since the GITHUB_TOKEN needs to be persisted for this workflow. + persist-credentials: true # zizmor: ignore[artipacked] - name: Select Xcode version run: | sudo xcode-select -switch /Applications/Xcode_26.2.app/Contents/Developer @@ -87,6 +93,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + with: + # Ignored since the GITHUB_TOKEN needs to be persisted for this workflow. + persist-credentials: true # zizmor: ignore[artipacked] - name: Select Xcode version run: | sudo xcode-select -switch /Applications/Xcode_26.2.app/Contents/Developer diff --git a/.github/workflows/sample.yml b/.github/workflows/sample.yml index c16be16525..11b901fd34 100644 --- a/.github/workflows/sample.yml +++ b/.github/workflows/sample.yml @@ -37,6 +37,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + with: + # Ignored since the GITHUB_TOKEN needs to be persisted for this workflow. + persist-credentials: true # zizmor: ignore[artipacked] - name: Select Xcode version run: | sudo xcode-select -switch /Applications/Xcode_26.2.app/Contents/Developer @@ -66,6 +69,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + with: + # Ignored since the GITHUB_TOKEN needs to be persisted for this workflow. + persist-credentials: true # zizmor: ignore[artipacked] - name: Select Xcode version run: | sudo xcode-select -switch /Applications/Xcode_26.2.app/Contents/Developer @@ -103,6 +109,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + with: + # Ignored since the GITHUB_TOKEN needs to be persisted for this workflow. + persist-credentials: true # zizmor: ignore[artipacked] - name: Select Xcode version run: | sudo xcode-select -switch /Applications/Xcode_26.2.app/Contents/Developer diff --git a/.github/workflows/storage.yml b/.github/workflows/storage.yml index 56b796ee00..f99fa44090 100644 --- a/.github/workflows/storage.yml +++ b/.github/workflows/storage.yml @@ -35,6 +35,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + with: + # Ignored since the GITHUB_TOKEN needs to be persisted for this workflow. + persist-credentials: true # zizmor: ignore[artipacked] - name: Setup run: | cd FirebaseStorageUI @@ -52,6 +55,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + with: + # Ignored since the GITHUB_TOKEN needs to be persisted for this workflow. + persist-credentials: true # zizmor: ignore[artipacked] - name: Select Xcode version run: | sudo xcode-select -switch /Applications/Xcode_26.2.app/Contents/Developer @@ -76,6 +82,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + with: + # Ignored since the GITHUB_TOKEN needs to be persisted for this workflow. + persist-credentials: true # zizmor: ignore[artipacked] - name: Select Xcode version run: | sudo xcode-select -switch /Applications/Xcode_26.2.app/Contents/Developer diff --git a/.github/workflows/swiftui-auth.yml b/.github/workflows/swiftui-auth.yml index 0ee7bf04fa..1827a66aa7 100644 --- a/.github/workflows/swiftui-auth.yml +++ b/.github/workflows/swiftui-auth.yml @@ -38,6 +38,8 @@ jobs: timeout-minutes: 10 steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + with: + persist-credentials: false - name: Install swiftformat run: brew install swiftformat @@ -52,6 +54,8 @@ jobs: timeout-minutes: 45 steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + with: + persist-credentials: false - name: Install xcpretty run: gem install xcpretty @@ -104,6 +108,8 @@ jobs: timeout-minutes: 45 steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + with: + persist-credentials: false - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 name: Install Node.js 20 @@ -177,6 +183,8 @@ jobs: timeout-minutes: 40 steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + with: + persist-credentials: false - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 name: Install Node.js 20