Skip to content

Commit ab4c38f

Browse files
chore(pinact): pin GitHub Actions
1 parent 9d40be2 commit ab4c38f

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

.github/workflows/docs-trigger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
trigger-docs:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/github-script@v8
14+
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
1515
with:
1616
script: |
1717
await github.rest.actions.createWorkflowDispatch({

.github/workflows/docs.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@ jobs:
2121
PYTHON_VERSION: '3.12'
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v6
24+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2525
with:
2626
fetch-depth: 0 # Fetch all history for sphinx-multiversion
2727
- name: Setup Pages
28-
uses: actions/configure-pages@v6
29-
- uses: astral-sh/setup-uv@v7
28+
uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6.0.0
29+
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232
enable-cache: true
3333
- run: |
3434
uv sync --group dev
3535
make docs
3636
- name: Upload artifact
37-
uses: actions/upload-pages-artifact@v4
37+
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
3838
with:
3939
path: './docs/_build/html'
4040

@@ -47,4 +47,4 @@ jobs:
4747
steps:
4848
- name: Deploy to GitHub Pages
4949
id: deployment
50-
uses: actions/deploy-pages@v5
50+
uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0

.github/workflows/pinact.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
pinact:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717
with:
1818
ref: ${{ github.head_ref }}
1919
persist-credentials: false
20-
- uses: suzuki-shunsuke/pinact-action@v2.0.0
20+
- uses: suzuki-shunsuke/pinact-action@cf51507d80d4d6522a07348e3d58790290eaf0b6 # v2.0.0
2121
with:
2222
app_id: ${{ vars.BOT_APP_ID }}
2323
app_private_key: ${{ secrets.BOT_APP_PRIVATE_KEY }}

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818

1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v6
21+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2222

23-
- uses: astral-sh/setup-uv@v7
23+
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
enable-cache: true
@@ -31,7 +31,7 @@ jobs:
3131
- name: Publish release distributions to PyPI
3232
uses: pypa/gh-action-pypi-publish@v1
3333
- name: Release
34-
uses: softprops/action-gh-release@v2
34+
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
3535
with:
3636
files: |
3737
dist/*.whl

.github/workflows/test-suite.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,24 @@ jobs:
2626

2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v6
29+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030

31-
- uses: astral-sh/setup-uv@v7
31+
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
3232
with:
3333
python-version: ${{ matrix.python-version }}
3434
enable-cache: true
3535
# TODO: In the case of Python 3.13+, the following error occurs, so install Python using setup-python.
3636
# ../meson.build:44:2: ERROR: Problem encountered: Cannot compile
3737
# `Python.h`. Perhaps you need to install python-dev|python-devel
38-
- uses: actions/setup-python@v6
38+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141
if: matrix.python-version == '3.13' || matrix.python-version == '3.14'
4242
- run: |
4343
make tool
4444
4545
- name: Configure AWS credentials
46-
uses: aws-actions/configure-aws-credentials@v6
46+
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0
4747
with:
4848
role-to-assume: arn:aws:iam::676287850544:role/github-actions-oidc-pyathena
4949
role-session-name: PyAthenaTestSession

0 commit comments

Comments
 (0)