Skip to content

Commit 494b24c

Browse files
chore(deps): update github actions (open-edge-platform#844)
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 5cf74fa commit 494b24c

12 files changed

Lines changed: 25 additions & 25 deletions

File tree

.github/actions/change-detection/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
steps:
1717
- name: Get changed files
1818
id: changed-files
19-
uses: tj-actions/changed-files@7dee1b0c1557f278e5c7dc244927139d78c0e22a # v47.0.4
19+
uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323 # v47.0.5
2020
with:
2121
files_yaml_from_source_file: "${{ inputs.path_filter }}"
2222

.github/actions/install-dependencies/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
steps:
3232
- name: Initial cleanup
3333
if: ${{ inputs.cleanup-runner == 'true' }}
34-
uses: open-edge-platform/geti-ci/actions/cleanup-runner@9b1ef60a8b2b802da428621e192c322960f4b3d5
34+
uses: open-edge-platform/geti-ci/actions/cleanup-runner@cc6fbe840db6ebd16ebd18d409f475bff5a8c182
3535
with:
3636
type: "initial"
3737

@@ -43,7 +43,7 @@ runs:
4343

4444
- name: Install uv
4545
if: ${{ inputs.install-uv == 'true' }}
46-
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
46+
uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0
4747
with:
4848
version: ${{ inputs.uv-version }}
4949
enable-cache: ${{ inputs.uv-cache-dependency-glob != '' && 'true' || 'false' }}

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
persist-credentials: false
3737

3838
- name: Initialize CodeQL
39-
uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
39+
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
4040
with:
4141
languages: ${{ matrix.language }}
4242
build-mode: ${{ matrix.build-mode }}
4343
queries: security-extended
4444

4545
- name: Perform CodeQL Analysis
46-
uses: github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
46+
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
4747
with:
4848
category: "/language:${{matrix.language}}"

.github/workflows/collect-license.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: docker builder prune -f
4242

4343
- name: Generate SBOM for container image
44-
uses: anchore/sbom-action@17ae1740179002c89186b61233e0f892c3118b11 # v0.23.0
44+
uses: anchore/sbom-action@57aae528053a48a3f6235f2d9461b05fbcb7366d # v0.23.1
4545
env:
4646
SYFT_GOLANG_SEARCH_LOCAL_MOD_CACHE_LICENSES: "true"
4747
SYFT_GOLANG_SEARCH_REMOTE_LICENSES: "true"
@@ -101,7 +101,7 @@ jobs:
101101
persist-credentials: false
102102

103103
- name: Install uv
104-
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
104+
uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0
105105
with:
106106
version: "0.7.13"
107107

.github/workflows/collect-source.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
# Download all reports
8080
- name: Download all reports
81-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
81+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
8282
with:
8383
pattern: "pkg_list_*"
8484
merge-multiple: true

.github/workflows/distrib.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
110110
- name: Log in to GHCR
111111
if: inputs.push_images
112-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
112+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
113113
with:
114114
registry: ghcr.io
115115
username: ${{ github.actor }}
@@ -124,6 +124,6 @@ jobs:
124124
125125
- name: Sign image for ${{ matrix.ai-device }}
126126
if: inputs.push_images
127-
uses: open-edge-platform/geti-ci/actions/sign-image@375de2eb018dae396c959f9b3a464f40271de969
127+
uses: open-edge-platform/geti-ci/actions/sign-image@cc6fbe840db6ebd16ebd18d409f475bff5a8c182
128128
with:
129129
image-uri: ${{ env.IMAGE_NAME }}

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
persist-credentials: false
1717

1818
- name: Setup Node.js
19-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
19+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
2020
with:
2121
node-version-file: application/ui/.nvmrc
2222
package-manager-cache: false

.github/workflows/renovate.yml

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

6767
- name: Get token
6868
id: get-github-app-token
69-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
69+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
7070
with:
7171
app-id: ${{ secrets.RENOVATE_APP_ID }}
7272
private-key: ${{ secrets.RENOVATE_APP_PEM }}
7373

7474
- name: Self-hosted Renovate
75-
uses: renovatebot/github-action@7b4b65bf31e07d4e3e51708d07700fb41bc03166 # v46.1.3
75+
uses: renovatebot/github-action@abd08c7549b2a864af5df4a2e369c43f035a6a9d # v46.1.5
7676
with:
7777
configurationFile: .github/renovate.json5
7878
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
@@ -33,6 +33,6 @@ jobs:
3333
publish_results: true
3434

3535
- name: Upload to code-scanning
36-
uses: github/codeql-action/upload-sarif@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
36+
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
3737
with:
3838
sarif_file: results.sarif

.github/workflows/security-scan.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
persist-credentials: false
5050
- name: Run Zizmor scan
51-
uses: open-edge-platform/geti-ci/actions/zizmor@9b1ef60a8b2b802da428621e192c322960f4b3d5
51+
uses: open-edge-platform/geti-ci/actions/zizmor@cc6fbe840db6ebd16ebd18d409f475bff5a8c182
5252
with:
5353
scan-scope: ${{ github.event_name == 'pull_request' && 'changed' || 'all' }}
5454
severity-level: ${{ github.event_name == 'pull_request' && 'LOW' || 'LOW' }}
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
persist-credentials: false
6868
- name: Run Bandit scan
69-
uses: open-edge-platform/geti-ci/actions/bandit@9b1ef60a8b2b802da428621e192c322960f4b3d5
69+
uses: open-edge-platform/geti-ci/actions/bandit@cc6fbe840db6ebd16ebd18d409f475bff5a8c182
7070
with:
7171
scan-scope: ${{ github.event_name == 'pull_request' && 'changed' || 'all' }}
7272
severity-level: ${{ github.event_name == 'pull_request' && 'HIGH' || 'LOW' }}
@@ -86,7 +86,7 @@ jobs:
8686
persist-credentials: false
8787
fetch-depth: 0
8888
- name: Run Semgrep scan
89-
uses: open-edge-platform/geti-ci/actions/semgrep@9b1ef60a8b2b802da428621e192c322960f4b3d5
89+
uses: open-edge-platform/geti-ci/actions/semgrep@cc6fbe840db6ebd16ebd18d409f475bff5a8c182
9090
with:
9191
scan-scope: ${{ github.event_name == 'pull_request' && 'changed' || 'all' }}
9292
severity: ${{ github.event_name == 'pull_request' && 'HIGH' || 'LOW' }}
@@ -105,7 +105,7 @@ jobs:
105105
persist-credentials: false
106106
- name: Run Trivy scan
107107
id: trivy
108-
uses: open-edge-platform/geti-ci/actions/trivy@9b1ef60a8b2b802da428621e192c322960f4b3d5
108+
uses: open-edge-platform/geti-ci/actions/trivy@cc6fbe840db6ebd16ebd18d409f475bff5a8c182
109109
with:
110110
scan_type: "fs"
111111
scan-scope: all
@@ -150,7 +150,7 @@ jobs:
150150

151151
- name: Run Trivy scan
152152
id: trivy
153-
uses: open-edge-platform/geti-ci/actions/trivy@9b1ef60a8b2b802da428621e192c322960f4b3d5
153+
uses: open-edge-platform/geti-ci/actions/trivy@cc6fbe840db6ebd16ebd18d409f475bff5a8c182
154154
with:
155155
artifact-name: "trivy-results-docker-${{ matrix.ai-device }}"
156156
scan_type: "image"
@@ -252,7 +252,7 @@ jobs:
252252
artifact_name: zapfull
253253

254254
- name: Run Schemathesis Scan
255-
uses: schemathesis/action@1f15936316e0742005bf69657b5909ac68f04cb3 # v2
255+
uses: schemathesis/action@806cace2053cbbac93188e1281ff7da415643160 # v3
256256
continue-on-error: true
257257
with:
258258
schema: "http://localhost:9100/api/openapi.json"

0 commit comments

Comments
 (0)