Skip to content

Commit b097e53

Browse files
chore(deps): update github actions (#571)
Signed-off-by: oep-renovate[bot] <212772560+oep-renovate[bot]@users.noreply.github.com> Co-authored-by: oep-renovate[bot] <212772560+oep-renovate[bot]@users.noreply.github.com>
1 parent 7db3b70 commit b097e53

7 files changed

Lines changed: 17 additions & 17 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232

3333
# Initializes the CodeQL tools for scanning.
3434
- name: Initialize CodeQL
35-
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
35+
uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
3636
with:
3737
languages: ${{ matrix.language }}
3838
build-mode: none
3939
queries: security-extended
4040

4141
- name: Perform CodeQL Analysis
42-
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
42+
uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
4343
with:
4444
category: "/language:${{matrix.language}}"

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
python-version-file: ".python-version"
2626

2727
- name: Install uv
28-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
28+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
2929
with:
30-
version: "0.11.3"
30+
version: "0.11.13"
3131

3232
- name: Install dependencies
3333
run: |

.github/workflows/pr-labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
pull-requests: write
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
20+
- uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0
2121
with:
2222
repo-token: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/pre_commit.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
python-version-file: ".python-version"
3030

3131
- name: Install uv
32-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
32+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
3333
with:
3434
enable-cache: false
35-
version: "0.11.3"
35+
version: "0.11.13"
3636

3737
- name: Install dependencies
3838
run: |
@@ -63,11 +63,11 @@ jobs:
6363

6464
- &matrix-setup-uv
6565
name: Install uv
66-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
66+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
6767
with:
6868
enable-cache: false
6969
python-version: ${{ matrix.python-version }}
70-
version: "0.11.3"
70+
version: "0.11.13"
7171

7272
- &install-dependencies
7373
name: Install dependencies

.github/workflows/publish.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,23 @@ jobs:
2323
python-version-file: ".python-version"
2424

2525
- name: Install uv
26-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
26+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
2727

2828
- name: Install pypa/build
2929
run: uv --directory model_api sync --locked
3030

3131
- name: Build sdist
3232
run: uv --directory model_api build --sdist
3333

34-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
34+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
3535
with:
3636
name: artifact-model_api-sdist
3737
path: model_api/dist/*.tar.gz
3838

3939
- name: Build wheel
4040
run: uv --directory model_api build --wheel
4141

42-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
42+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4343
with:
4444
name: artifact-model_api-wheel
4545
path: model_api/dist/*.whl
@@ -84,11 +84,11 @@ jobs:
8484

8585
- name: Publish package distributions to PyPI
8686
if: ${{ steps.check-tag.outputs.match != '' }}
87-
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
87+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
8888

8989
- name: Publish package distributions to TestPyPI
9090
if: ${{ steps.check-tag.outputs.match == '' }}
91-
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
91+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
9292
with:
9393
repository-url: https://test.pypi.org/legacy/
9494
verbose: true

.github/workflows/renovate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ jobs:
6464

6565
- name: Get token
6666
id: get-github-app-token
67-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
67+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
6868
with:
6969
app-id: ${{ secrets.RENOVATE_APP_ID }}
7070
private-key: ${{ secrets.RENOVATE_APP_PEM }}
7171

7272
- name: Self-hosted Renovate
73-
uses: renovatebot/github-action@3633cede7d4d4598438e654eac4a695e46004420 # v46.1.7
73+
uses: renovatebot/github-action@693b9ef15eec82123529a37c782242f091365961 # v46.1.14
7474
with:
7575
configurationFile: .github/renovate.json5
7676
token: "${{ steps.get-github-app-token.outputs.token }}"

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636

3737
# Upload the results to GitHub's code scanning dashboard
3838
- name: Upload to code-scanning
39-
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
39+
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
4040
with:
4141
sarif_file: results.sarif

0 commit comments

Comments
 (0)