| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b50139e commit 9138f58
8 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -79,7 +79,7 @@ jobs: | |||
| 79 | 79 | python-version: ${{ env.PYTHON_VERSION }} | |
| 80 | 80 | - name: Set up sccache | |
| 81 | 81 | if: github.base_ref == 'main' || github.ref_name == 'main' | |
| 82 | - uses: Mozilla-Actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10 | ||
| 82 | + uses: Mozilla-Actions/sccache-action@fc920bf0ec8de6ee65d409111f7ec508035751ba # v0.0.11 | ||
| 83 | 83 | with: | |
| 84 | 84 | version: v0.16.0 | |
| 85 | 85 | - name: Download tarball | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -58,7 +58,7 @@ jobs: | |||
| 58 | 58 | python-version: ${{ env.PYTHON_VERSION }} | |
| 59 | 59 | - name: Set up sccache | |
| 60 | 60 | if: github.base_ref == 'main' || github.ref_name == 'main' | |
| 61 | - uses: Mozilla-Actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10 | ||
| 61 | + uses: Mozilla-Actions/sccache-action@fc920bf0ec8de6ee65d409111f7ec508035751ba # v0.0.11 | ||
| 62 | 62 | with: | |
| 63 | 63 | version: v0.16.0 | |
| 64 | 64 | - name: Install gcovr | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -58,7 +58,7 @@ jobs: | |||
| 58 | 58 | python-version: ${{ env.PYTHON_VERSION }} | |
| 59 | 59 | - name: Set up sccache | |
| 60 | 60 | if: github.base_ref == 'main' || github.ref_name == 'main' | |
| 61 | - uses: Mozilla-Actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10 | ||
| 61 | + uses: Mozilla-Actions/sccache-action@fc920bf0ec8de6ee65d409111f7ec508035751ba # v0.0.11 | ||
| 62 | 62 | with: | |
| 63 | 63 | version: v0.16.0 | |
| 64 | 64 | - name: Install gcovr | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -76,7 +76,7 @@ jobs: | |||
| 76 | 76 | rustup override set "$RUSTC_VERSION" | |
| 77 | 77 | rustup --version | |
| 78 | 78 | - name: Set up sccache | |
| 79 | - uses: Mozilla-Actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10 | ||
| 79 | + uses: Mozilla-Actions/sccache-action@fc920bf0ec8de6ee65d409111f7ec508035751ba # v0.0.11 | ||
| 80 | 80 | with: | |
| 81 | 81 | version: v0.16.0 | |
| 82 | 82 | # This is needed due to https://github.com/nodejs/build/issues/3878 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -55,7 +55,7 @@ jobs: | |||
| 55 | 55 | python-version: ${{ env.PYTHON_VERSION }} | |
| 56 | 56 | - name: Set up sccache | |
| 57 | 57 | if: github.base_ref == 'main' || github.ref_name == 'main' | |
| 58 | - uses: Mozilla-Actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10 | ||
| 58 | + uses: Mozilla-Actions/sccache-action@fc920bf0ec8de6ee65d409111f7ec508035751ba # v0.0.11 | ||
| 59 | 59 | with: | |
| 60 | 60 | version: v0.16.0 | |
| 61 | 61 | - name: Build | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -55,7 +55,7 @@ jobs: | |||
| 55 | 55 | python-version: ${{ env.PYTHON_VERSION }} | |
| 56 | 56 | - name: Set up sccache | |
| 57 | 57 | if: github.base_ref == 'main' || github.ref_name == 'main' | |
| 58 | - uses: Mozilla-Actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10 | ||
| 58 | + uses: Mozilla-Actions/sccache-action@fc920bf0ec8de6ee65d409111f7ec508035751ba # v0.0.11 | ||
| 59 | 59 | with: | |
| 60 | 60 | version: v0.16.0 | |
| 61 | 61 | - name: Build | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -64,7 +64,7 @@ jobs: | |||
| 64 | 64 | python-version: ${{ env.PYTHON_VERSION }} | |
| 65 | 65 | - name: Set up sccache | |
| 66 | 66 | if: github.base_ref == 'main' || github.ref_name == 'main' | |
| 67 | - uses: Mozilla-Actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10 | ||
| 67 | + uses: Mozilla-Actions/sccache-action@fc920bf0ec8de6ee65d409111f7ec508035751ba # v0.0.11 | ||
| 68 | 68 | with: | |
| 69 | 69 | version: v0.16.0 | |
| 70 | 70 | - name: Build | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -62,7 +62,7 @@ jobs: | |||
| 62 | 62 | run: sudo xcode-select -s /Applications/Xcode_${{ env.XCODE_VERSION }}.app | |
| 63 | 63 | - name: Set up sccache | |
| 64 | 64 | if: github.base_ref == 'main' || github.ref_name == 'main' | |
| 65 | - uses: Mozilla-Actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10 | ||
| 65 | + uses: Mozilla-Actions/sccache-action@fc920bf0ec8de6ee65d409111f7ec508035751ba # v0.0.11 | ||
| 66 | 66 | with: | |
| 67 | 67 | version: v0.16.0 | |
| 68 | 68 | # The `npm ci` for this step fails a lot as part of the Test step. Run it | |
| Back | FazBrowse Home | New Git URL |
0 commit comments