Skip to content

Commit d7f8278

Browse files
chore(deps): update github actions (#497)
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 a7d3f94 commit d7f8278

8 files changed

Lines changed: 19 additions & 19 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@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
35+
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
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@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
42+
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
4343
with:
4444
category: "/language:${{matrix.language}}"

.github/workflows/collect-sbom-library.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
persist-credentials: false
1919

2020
- name: Collect library licenses
21-
uses: open-edge-platform/geti-ci/actions/collect-sbom-library@3a4b81ea648711eb638b34757427cd3ef71d19f1
21+
uses: open-edge-platform/geti-ci/actions/collect-sbom-library@cc6fbe840db6ebd16ebd18d409f475bff5a8c182
2222
with:
2323
path: .

.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@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
28+
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
2929
with:
30-
version: "0.10.0"
30+
version: "0.10.8"
3131

3232
- name: Install dependencies
3333
run: |

.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@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
32+
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
3333
with:
3434
enable-cache: false
35-
version: "0.10.0"
35+
version: "0.10.8"
3636

3737
- name: Install dependencies
3838
run: uv sync --locked --all-extras
@@ -58,11 +58,11 @@ jobs:
5858

5959
- &matrix-setup-uv
6060
name: Install uv
61-
uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
61+
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
6262
with:
6363
enable-cache: false
6464
python-version: ${{ matrix.python-version }}
65-
version: "0.10.0"
65+
version: "0.10.8"
6666

6767
- &install-dependencies
6868
name: Install dependencies

.github/workflows/publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ jobs:
2828
- name: Build sdist
2929
run: uv build --sdist
3030

31-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
31+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
3232
with:
3333
name: artifact-sdist
3434
path: dist/*.tar.gz
3535

3636
- name: Build wheel
3737
run: uv build --wheel
3838

39-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
39+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
4040
with:
4141
name: artifact-wheel
4242
path: dist/*.whl
@@ -51,7 +51,7 @@ jobs:
5151
id-token: write # required by trusted publisher
5252
steps:
5353
- name: Download artifacts
54-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
54+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8
5555
with:
5656
path: dist
5757
pattern: artifact-*
@@ -71,7 +71,7 @@ jobs:
7171
7272
- name: Upload package distributions to github
7373
if: ${{ steps.check-tag.outputs.match != '' }}
74-
uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # 2.11.3
74+
uses: svenstaro/upload-release-action@b98a3b12e86552593f3e4e577ca8a62aa2f3f22b # 2.11.4
7575
with:
7676
repo_token: ${{ secrets.GITHUB_TOKEN }}
7777
file: dist/*

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
private-key: ${{ secrets.RENOVATE_APP_PEM }}
7171

7272
- name: Self-hosted Renovate
73-
uses: renovatebot/github-action@e23f4d9675532445118c886434f5a34292b630b4 # v46.0.2
73+
uses: renovatebot/github-action@7b4b65bf31e07d4e3e51708d07700fb41bc03166 # v46.1.3
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@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
39+
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
4040
with:
4141
sarif_file: results.sarif

.github/workflows/security-scan.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
persist-credentials: false
3838

3939
- name: Run Zizmor scan
40-
uses: open-edge-platform/geti-ci/actions/zizmor@3a4b81ea648711eb638b34757427cd3ef71d19f1
40+
uses: open-edge-platform/geti-ci/actions/zizmor@cc6fbe840db6ebd16ebd18d409f475bff5a8c182
4141
with:
4242
scan-scope: ${{ (github.event_name == 'pull_request' || github.event_name == 'merge_group') && 'changed' || 'all' }}
4343
severity-level: "LOW"
@@ -53,7 +53,7 @@ jobs:
5353
- *checkout
5454

5555
- name: Run Bandit scan
56-
uses: open-edge-platform/geti-ci/actions/bandit@3a4b81ea648711eb638b34757427cd3ef71d19f1
56+
uses: open-edge-platform/geti-ci/actions/bandit@cc6fbe840db6ebd16ebd18d409f475bff5a8c182
5757
with:
5858
scan-scope: ${{ (github.event_name == 'pull_request' || github.event_name == 'merge_group') && 'changed' || 'all' }}
5959
severity-level: "LOW"
@@ -71,7 +71,7 @@ jobs:
7171
- *checkout
7272

7373
- name: Run Trivy scan
74-
uses: open-edge-platform/geti-ci/actions/trivy@3a4b81ea648711eb638b34757427cd3ef71d19f1
74+
uses: open-edge-platform/geti-ci/actions/trivy@cc6fbe840db6ebd16ebd18d409f475bff5a8c182
7575
with:
7676
scan_type: "fs"
7777
scan-scope: all
@@ -94,7 +94,7 @@ jobs:
9494
fetch-depth: 0
9595

9696
- name: Run Semgrep scan
97-
uses: open-edge-platform/geti-ci/actions/semgrep@3a4b81ea648711eb638b34757427cd3ef71d19f1
97+
uses: open-edge-platform/geti-ci/actions/semgrep@cc6fbe840db6ebd16ebd18d409f475bff5a8c182
9898
with:
9999
scan-scope: ${{ (github.event_name == 'pull_request' || github.event_name == 'merge_group') && 'changed' || 'all' }}
100100
severity: "LOW"

0 commit comments

Comments
 (0)