Skip to content

Commit d0304bb

Browse files
committed
CI: Upgrade used Actions
1 parent bd1979e commit d0304bb

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

.github/workflows/bazel_tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
python-version: ["3.9"]
1515
os: [macos-latest, ubuntu-latest]
1616
steps:
17-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
17+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818
with:
1919
submodules: true
2020
- name: Set up Python ${{ matrix.python-version }}
21-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
21+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
- name: Run gtest

.github/workflows/benchmarks.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
os: [macos-latest, ubuntu-latest, windows-latest]
1313

1414
steps:
15-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
15+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616
- name: Set up Python ${{ matrix.python-version }}
17-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
17+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
- name: Prepare ENV
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
pytest tests/python/benchmarks/ --cov-fail-under 0 --benchmark-json pytest_benchmarks_output.json
4646
- name: Store benchmark result
47-
uses: benchmark-action/github-action-benchmark@4de1bed97a47495fc4c5404952da0499e31f5c29 # v1.20.3
47+
uses: benchmark-action/github-action-benchmark@d48d326b4ca9ba73ca0cd0d59f108f9e02a381c7 # v1.20.4
4848
with:
4949
name: Python-Benchmarks
5050
tool: "pytest"

.github/workflows/ossar-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
18+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1919

2020
# Run open source static analysis tools
2121
- name: Run OSSAR
@@ -24,6 +24,6 @@ jobs:
2424

2525
# Upload results to the Security tab
2626
- name: Upload OSSAR results
27-
uses: github/codeql-action/upload-sarif@5618c9fc1e675841ca52c1c6b1304f5255a905a0 # v2.19.0
27+
uses: github/codeql-action/upload-sarif@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2.28.1
2828
with:
2929
sarif_file: ${{ steps.ossar.outputs.sarifFile }}

.github/workflows/publish_wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
path: ./wheelhouse/*.whl
4848

4949
- name: Publish wheels to PyPI
50-
uses: pypa/gh-action-pypi-publish@release/v1
50+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
5151
with:
5252
packages-dir: ./wheelhouse/
5353
user: ${{ secrets.PYPI_USERNAME }}

.github/workflows/tests.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
python-version: ["3.13"]
1515
os: [ubuntu-latest]
1616
steps:
17-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
17+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818
with:
1919
submodules: true
2020
- name: Set up Python ${{ matrix.python-version }}
21-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
21+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
- name: Install dependencies
@@ -37,11 +37,11 @@ jobs:
3737
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
3838
os: [macos-latest, ubuntu-latest, windows-latest]
3939
steps:
40-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
40+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4141
with:
4242
submodules: true
4343
- name: Set up Python ${{ matrix.python-version }}
44-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
44+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
4545
with:
4646
python-version: ${{ matrix.python-version }}
4747
- name: Check LongPathsEnabled
@@ -89,11 +89,11 @@ jobs:
8989
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
9090
os: [macos-latest, ubuntu-latest, windows-latest]
9191
steps:
92-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
92+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9393
with:
9494
submodules: true
9595
- name: Set up Python ${{ matrix.python-version }}
96-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
96+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
9797
with:
9898
python-version: ${{ matrix.python-version }}
9999
- name: Prepare ENV

0 commit comments

Comments
 (0)