Spaces:
Runtime error
Runtime error
marimo-github-maintenance-bot[bot] marimo-github-maintenance-bot[bot] commited on
[github-maintenance] Pin GitHub Actions to SHA hashes (#143)
Browse filesCo-authored-by: marimo-github-maintenance-bot[bot] <267743655+marimo-github-maintenance-bot[bot]@users.noreply.github.com>
.github/workflows/check-empty-cells.yml
CHANGED
|
@@ -12,16 +12,16 @@ jobs:
|
|
| 12 |
runs-on: ubuntu-latest
|
| 13 |
steps:
|
| 14 |
- name: π Cancel Previous Runs
|
| 15 |
-
uses: styfle/cancel-workflow-action@0.12.1
|
| 16 |
|
| 17 |
- name: π Checkout code
|
| 18 |
-
uses: actions/checkout@v4
|
| 19 |
|
| 20 |
- name: π Install uv
|
| 21 |
-
uses: astral-sh/setup-uv@v4
|
| 22 |
|
| 23 |
- name: π Set up Python
|
| 24 |
-
uses: actions/setup-python@v5
|
| 25 |
with:
|
| 26 |
python-version: 3.12
|
| 27 |
|
|
|
|
| 12 |
runs-on: ubuntu-latest
|
| 13 |
steps:
|
| 14 |
- name: π Cancel Previous Runs
|
| 15 |
+
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
|
| 16 |
|
| 17 |
- name: π Checkout code
|
| 18 |
+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
|
| 19 |
|
| 20 |
- name: π Install uv
|
| 21 |
+
uses: astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # v4
|
| 22 |
|
| 23 |
- name: π Set up Python
|
| 24 |
+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
|
| 25 |
with:
|
| 26 |
python-version: 3.12
|
| 27 |
|
.github/workflows/deploy.yml
CHANGED
|
@@ -16,13 +16,13 @@ jobs:
|
|
| 16 |
build:
|
| 17 |
runs-on: ubuntu-latest
|
| 18 |
steps:
|
| 19 |
-
- uses: actions/checkout@v4
|
| 20 |
|
| 21 |
- name: π Install uv
|
| 22 |
-
uses: astral-sh/setup-uv@v4
|
| 23 |
|
| 24 |
- name: π Set up Python
|
| 25 |
-
uses: actions/setup-python@v5
|
| 26 |
with:
|
| 27 |
python-version: 3.12
|
| 28 |
|
|
@@ -35,7 +35,7 @@ jobs:
|
|
| 35 |
make build
|
| 36 |
|
| 37 |
- name: π€ Upload artifact
|
| 38 |
-
uses: actions/upload-pages-artifact@v3
|
| 39 |
with:
|
| 40 |
path: _site
|
| 41 |
|
|
@@ -53,4 +53,4 @@ jobs:
|
|
| 53 |
steps:
|
| 54 |
- name: π Deploy to GitHub Pages
|
| 55 |
id: deployment
|
| 56 |
-
uses: actions/deploy-pages@v4
|
|
|
|
| 16 |
build:
|
| 17 |
runs-on: ubuntu-latest
|
| 18 |
steps:
|
| 19 |
+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
|
| 20 |
|
| 21 |
- name: π Install uv
|
| 22 |
+
uses: astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # v4
|
| 23 |
|
| 24 |
- name: π Set up Python
|
| 25 |
+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
|
| 26 |
with:
|
| 27 |
python-version: 3.12
|
| 28 |
|
|
|
|
| 35 |
make build
|
| 36 |
|
| 37 |
- name: π€ Upload artifact
|
| 38 |
+
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
|
| 39 |
with:
|
| 40 |
path: _site
|
| 41 |
|
|
|
|
| 53 |
steps:
|
| 54 |
- name: π Deploy to GitHub Pages
|
| 55 |
id: deployment
|
| 56 |
+
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4
|
.github/workflows/hf_sync.yml
CHANGED
|
@@ -10,7 +10,7 @@ jobs:
|
|
| 10 |
sync-to-hub:
|
| 11 |
runs-on: ubuntu-latest
|
| 12 |
steps:
|
| 13 |
-
- uses: actions/checkout@v4
|
| 14 |
with:
|
| 15 |
fetch-depth: 0
|
| 16 |
|
|
|
|
| 10 |
sync-to-hub:
|
| 11 |
runs-on: ubuntu-latest
|
| 12 |
steps:
|
| 13 |
+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
|
| 14 |
with:
|
| 15 |
fetch-depth: 0
|
| 16 |
|
.github/workflows/typos.yaml
CHANGED
|
@@ -10,8 +10,8 @@ jobs:
|
|
| 10 |
runs-on: ubuntu-latest
|
| 11 |
steps:
|
| 12 |
- name: π Cancel Previous Runs
|
| 13 |
-
uses: styfle/cancel-workflow-action@0.12.1
|
| 14 |
-
- uses: actions/checkout@v4
|
| 15 |
-
- uses: crate-ci/typos@v1.29.4
|
| 16 |
with:
|
| 17 |
config: .typos.toml
|
|
|
|
| 10 |
runs-on: ubuntu-latest
|
| 11 |
steps:
|
| 12 |
- name: π Cancel Previous Runs
|
| 13 |
+
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
|
| 14 |
+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
|
| 15 |
+
- uses: crate-ci/typos@685eb3d55be2f85191e8c84acb9f44d7756f84ab # v1.29.4
|
| 16 |
with:
|
| 17 |
config: .typos.toml
|