Skip to content

Commit 12ff466

Browse files
chore(deps): update github actions
Signed-off-by: oep-renovate[bot] <212772560+oep-renovate[bot]@users.noreply.github.com>
1 parent 3b3fc0b commit 12ff466

17 files changed

+71
-71
lines changed

.github/workflows/bdd-stylecheck.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Harden the runner (audit all outbound calls)
23-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
23+
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
2424
with:
2525
egress-policy: audit
2626

2727
- name: Checkout repository
28-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
28+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2929
with:
3030
persist-credentials: false
3131

3232
- name: Install uv
33-
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
33+
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
3434
with:
3535
version: "0.7.13"
3636

.github/workflows/builder-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
build_list: ${{ steps.changed-files-yaml.outputs.modified_keys }}
3838
steps:
3939
- name: Checkout repository
40-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
40+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4141
with:
4242
persist-credentials: false
4343

@@ -71,7 +71,7 @@ jobs:
7171
steps:
7272
- name: Checkout repository
7373
if: ${{ matrix.run_condition }}
74-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
74+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
7575
with:
7676
persist-credentials: false
7777

.github/workflows/codeql.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- name: Harden the runner (audit all outbound calls)
40-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
40+
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
4141
with:
4242
egress-policy: audit
4343

@@ -55,24 +55,24 @@ jobs:
5555
df -h /
5656
5757
- name: Checkout repository
58-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
58+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
5959
with:
6060
persist-credentials: false
6161

6262
- name: Setup GO
63-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
63+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
6464
with:
6565
go-version: "1.23"
6666

6767
# Initializes the CodeQL tools for scanning.
6868
- name: Initialize CodeQL
69-
uses: github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
69+
uses: github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
7070
with:
7171
languages: ${{ matrix.language }}
7272
build-mode: ${{ matrix.build-mode }}
7373
queries: security-extended
7474

7575
- name: Perform CodeQL Analysis
76-
uses: github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
76+
uses: github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
7777
with:
7878
category: "/language:${{matrix.language}}"

.github/workflows/collect-source.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
] | unique[]' > pkg_list_$NAME.txt
7878
7979
- name: Upload packages list
80-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
80+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
8181
with:
8282
name: pkg_list_${{ env.name }}
8383
path: pkg_list_*
@@ -97,7 +97,7 @@ jobs:
9797

9898
# Download all reports
9999
- name: Download all reports
100-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
100+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
101101
with:
102102
pattern: "pkg_list_*"
103103
merge-multiple: true
@@ -116,7 +116,7 @@ jobs:
116116
runs-on: ubuntu-latest
117117
needs: get-unique-names
118118
container:
119-
image: debian:bookworm-slim@sha256:7e490910eea2861b9664577a96b54ce68ea3e02ce7f51d89cb0103a6f9c386e0
119+
image: debian:bookworm-slim@sha256:b4aa902587c2e61ce789849cb54c332b0400fe27b1ee33af4669e1f7e7c3e22f
120120
steps:
121121
- name: Add apt sources for deb-src
122122
shell: bash
@@ -153,7 +153,7 @@ jobs:
153153
tar -czf "$ARCHIVE_NAME" -C "$OUTPUT_DIR" .
154154
155155
- name: Upload source code archive
156-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
156+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
157157
with:
158158
name: source-code-archive
159159
path: source_code.tar.gz

.github/workflows/component.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ jobs:
8484
GO_BUILDER_IMAGE: go-builder:v1.0.0
8585
steps:
8686
- name: Harden the runner (audit all outbound calls)
87-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
87+
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
8888
with:
8989
egress-policy: audit
9090

9191
- name: Checkout code
92-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
92+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
9393
with:
9494
persist-credentials: false
9595
ref: ${{ github.sha }}

.github/workflows/label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Harden the runner (audit all outbound calls)
21-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
21+
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
2222
with:
2323
egress-policy: audit
2424
- uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1

.github/workflows/libs_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ jobs:
4949
timeout-minutes: 30
5050
steps:
5151
- name: Harden the runner (audit all outbound calls)
52-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
52+
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
5353
with:
5454
egress-policy: audit
5555

5656
- name: Checkout code
57-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
57+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
5858
with:
5959
persist-credentials: false
6060
ref: ${{ github.sha }}
@@ -65,12 +65,12 @@ jobs:
6565
sudo -E apt install -y ffmpeg
6666
6767
- name: Install uv
68-
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
68+
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
6969
with:
7070
version: "0.7.13"
7171

7272
- name: Setup GO
73-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
73+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
7474
with:
7575
go-version: "1.23"
7676

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
steps:
8080
- name: Harden the runner (audit all outbound calls)
81-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
81+
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
8282
with:
8383
egress-policy: audit
8484

@@ -127,7 +127,7 @@ jobs:
127127
echo "registry=$registry"
128128
129129
- name: Checkout code
130-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
130+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
131131
with:
132132
fetch-depth: 0
133133
persist-credentials: false
@@ -265,7 +265,7 @@ jobs:
265265
BUILD_VERSION: ${{ needs.get-vars.outputs.build_version }}
266266
steps:
267267
- name: Harden the runner (audit all outbound calls)
268-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
268+
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
269269
with:
270270
egress-policy: audit
271271
- name: Check
@@ -323,7 +323,7 @@ jobs:
323323
- name: Create discussion
324324
if: github.event_name == 'schedule'
325325
id: create-discussion
326-
uses: octokit/graphql-action@8ad880e4d437783ea2ab17010324de1075228110 #v2.3.2
326+
uses: octokit/graphql-action@abaeca7ba4f0325d63b8de7ef943c2418d161b93 # v3.0.0
327327
with:
328328
query: |
329329
mutation($repoId: ID!, $categoryId: ID!, $title: String!, $body: String!) {

.github/workflows/notify-teams.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Harden the runner (audit all outbound calls)
19-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
19+
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
2020
with:
2121
egress-policy: audit
2222

.github/workflows/package-distribution.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ jobs:
6767
REGISTRY: ${{ inputs.registry }}
6868
steps:
6969
- name: Harden the runner (audit all outbound calls)
70-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
70+
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
7171
with:
7272
egress-policy: audit
7373

7474
- name: Checkout code
75-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
75+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
7676
with:
7777
persist-credentials: false
7878
ref: ${{ github.sha }}
@@ -82,7 +82,7 @@ jobs:
8282

8383
- name: Login to GitHub Container Registry
8484
if: ${{ inputs.publish_binaries }}
85-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
85+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
8686
with:
8787
registry: ghcr.io
8888
username: ${{ github.actor }}
@@ -102,7 +102,7 @@ jobs:
102102
103103
- name: Upload build artifacts
104104
if: ${{ inputs.publish_binaries }}
105-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
105+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
106106
with:
107107
name: platform_installer
108108
path: platform/services/installer/platform_installer.tar.gz

0 commit comments

Comments
 (0)