Skip to content

Commit fae2448

Browse files
[#patch](deps): Bump the actions-deps group with 14 updates (#318)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3874d5f commit fae2448

13 files changed

Lines changed: 61 additions & 61 deletions

.github/workflows/clean-branch-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
permissions:
1818
actions: write
1919
steps:
20-
- uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
20+
- uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
2121
with:
2222
disable-sudo-and-containers: ${{ inputs.disable-sudo }}
2323
egress-policy: block

.github/workflows/docker-build-and-push.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
run:
103103
working-directory: ${{ inputs.working-directory }}
104104
steps:
105-
- uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
105+
- uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
106106
with:
107107
disable-sudo: ${{ inputs.disable-sudo }}
108108
egress-policy: block
@@ -129,7 +129,7 @@ jobs:
129129
with:
130130
cache-binary: false
131131
- name: Log in to the Container registry
132-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
132+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
133133
if: inputs.push
134134
with:
135135
registry: ${{ inputs.registry }}
@@ -146,7 +146,7 @@ jobs:
146146
- name: Build and push
147147
id: build
148148
if: inputs.push
149-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
149+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
150150
with:
151151
annotations: ${{ steps.metadata.outputs.annotations }}
152152
cache-from: type=gha
@@ -161,7 +161,7 @@ jobs:
161161
- name: Build push locally
162162
id: build-local
163163
if: ${{ !inputs.push }}
164-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
164+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
165165
with:
166166
cache-from: type=gha
167167
cache-to: type=gha,mode=max
@@ -186,7 +186,7 @@ jobs:
186186
echo "local_image_ref=${LOCAL_IMAGE_REF}"
187187
} >> "${GITHUB_OUTPUT}"
188188
- name: Run Trivy Scan
189-
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # v0.35.0
189+
uses: aquasecurity/trivy-action@ed142fd0673e97e23eac54620cfb913e5ce36c25 # v0.36.0
190190
if: inputs.scan-image
191191
with:
192192
format: sarif
@@ -197,7 +197,7 @@ jobs:
197197
output: ${{ inputs.working-directory }}/trivy_results.sarif
198198
github-pat: ${{ secrets.GITHUB_TOKEN }}
199199
- name: Generate SBOM
200-
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # v0.35.0
200+
uses: aquasecurity/trivy-action@ed142fd0673e97e23eac54620cfb913e5ce36c25 # v0.36.0
201201
if: inputs.push
202202
with:
203203
format: spdx-json
@@ -214,7 +214,7 @@ jobs:
214214
create-storage-record: ${{ startsWith(inputs.registry, 'ghcr.io') }}
215215
sbom-path: ${{ inputs.working-directory }}/sbom.spdx.json
216216
- name: Install cosign
217-
uses: sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # v4.1.0
217+
uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
218218
if: inputs.push && inputs.sign-image
219219
- name: Sign image
220220
if: inputs.push && inputs.sign-image
@@ -238,7 +238,7 @@ jobs:
238238
echo -n "$(cat ./trivy_results.sarif)" | reviewdog -reporter=github-check -f=sarif -level=warning -diff="git diff FETCH_HEAD"
239239
- name: Upload results
240240
if: ${{ inputs.scan-image && inputs.upload-sarif }}
241-
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
241+
uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
242242
with:
243243
sarif_file: ${{ inputs.working-directory }}/trivy_results.sarif
244244
category: container-security

.github/workflows/gitleaks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ${{ inputs.runs-on }}
2626
if: (github.actor != 'dependabot[bot]')
2727
steps:
28-
- uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
28+
- uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
2929
with:
3030
disable-sudo-and-containers: ${{ inputs.disable-sudo }}
3131
egress-policy: block

.github/workflows/go-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
pull-requests: write
3535
checks: write
3636
steps:
37-
- uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
37+
- uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
3838
with:
3939
disable-sudo-and-containers: ${{ inputs.disable-sudo }}
4040
egress-policy: block
@@ -70,7 +70,7 @@ jobs:
7070
run:
7171
working-directory: ${{ inputs.working-directory }}
7272
steps:
73-
- uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
73+
- uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
7474
with:
7575
disable-sudo-and-containers: ${{ inputs.disable-sudo }}
7676
egress-policy: block
@@ -107,7 +107,7 @@ jobs:
107107
permissions:
108108
contents: write
109109
steps:
110-
- uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
110+
- uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
111111
with:
112112
disable-sudo-and-containers: ${{ inputs.disable-sudo }}
113113
egress-policy: block

.github/workflows/go-security-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
env:
3434
GO111MODULE: on
3535
steps:
36-
- uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
36+
- uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
3737
with:
3838
disable-sudo: ${{ inputs.disable-sudo }}
3939
egress-policy: block
@@ -61,7 +61,7 @@ jobs:
6161
run: |
6262
echo -n "$(cat ./gosec-results.sarif)" | reviewdog -reporter=github-check -f=sarif -level=error -diff="git diff FETCH_HEAD"
6363
- name: Upload results
64-
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
64+
uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
6565
with:
6666
sarif_file: '${{ inputs.working-directory }}/gosec-results.sarif'
6767
category: sast

.github/workflows/infra-security-scan.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run:
3535
working-directory: ${{ inputs.working-directory }}
3636
steps:
37-
- uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
37+
- uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
3838
with:
3939
disable-sudo: ${{ inputs.disable-sudo }}
4040
egress-policy: block
@@ -64,7 +64,7 @@ jobs:
6464
enable_jobs_summary: true
6565
comments_with_queries: true
6666
- name: Upload SARIF file
67-
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
67+
uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
6868
with:
6969
sarif_file: ${{ inputs.working-directory }}/kics_results.sarif
7070
category: devops
@@ -78,7 +78,7 @@ jobs:
7878
pull-requests: write
7979
security-events: write
8080
steps:
81-
- uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
81+
- uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
8282
with:
8383
disable-sudo: ${{ inputs.disable-sudo }}
8484
egress-policy: block
@@ -94,14 +94,14 @@ jobs:
9494
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9595
with:
9696
persist-credentials: false
97-
- uses: reviewdog/action-actionlint@0d952c597ef8459f634d7145b0b044a9699e5e43 # v1.71.0
97+
- uses: reviewdog/action-actionlint@6fb7acc99f4a1008869fa8a0f09cfca740837d9d # v1.72.0
9898
continue-on-error: true
9999
with:
100100
fail_level: any
101101
filter_mode: nofilter
102102
tool_name: actionlint
103103
- name: Install uv
104-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
104+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
105105
with:
106106
enable-cache: true
107107
- name: Run zizmor
@@ -118,7 +118,7 @@ jobs:
118118
run: |
119119
echo -n "$(cat ./zizmor_results.sarif)" | reviewdog -reporter=github-check -f=sarif -level=warning -diff="git diff FETCH_HEAD"
120120
- name: Upload SARIF file
121-
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
121+
uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
122122
with:
123123
sarif_file: zizmor_results.sarif
124124
category: github-actions

.github/workflows/local-auto-tagger.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
contents: write
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
20+
- uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
2121
with:
2222
disable-sudo: true
2323
egress-policy: block
@@ -31,7 +31,7 @@ jobs:
3131
persist-credentials: false
3232
- name: Get changed files for each workflow and action
3333
id: changed-files
34-
uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323 # v47.0.5
34+
uses: tj-actions/changed-files@9426d40962ed5378910ee2e21d5f8c6fcbf2dd96 # v47.0.6
3535
with:
3636
files_yaml: |
3737
cleanup-cache:

.github/workflows/pulumi-preview.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run:
5656
working-directory: ${{ inputs.working-directory }}
5757
steps:
58-
- uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
58+
- uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
5959
with:
6060
disable-sudo-and-containers: ${{ inputs.disable-sudo }}
6161
egress-policy: block
@@ -80,7 +80,7 @@ jobs:
8080
python-version: ${{ inputs.python-version }}
8181

8282
# ----- Poetry -----
83-
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
83+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
8484
if: ${{ hashFiles(format('{0}/poetry.lock', inputs.working-directory)) != '' }}
8585
with:
8686
path: ~/.local/bin/
@@ -94,12 +94,12 @@ jobs:
9494
installer-parallel: true
9595

9696
# ----- UV -----
97-
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
97+
- uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
9898
if: ${{ hashFiles(format('{0}/uv.lock', inputs.working-directory)) != '' }}
9999
with:
100100
enable-cache: true
101101
- id: cache-deps
102-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
102+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
103103
with:
104104
path: |
105105
${{ inputs.working-directory }}/.venv
@@ -116,17 +116,17 @@ jobs:
116116
# kics-scan ignore-line
117117
requested-token-type: urn:pulumi:token-type:access_token:personal
118118
scope: user:notdodo
119-
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
119+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
120120
with:
121121
path: ${{ env.PULUMI_HOME }}/plugins
122122
key: python-${{ inputs.python-version }}-venv-${{ hashFiles(format('{0}/poetry.lock', inputs.working-directory), format('{0}/uv.lock', inputs.working-directory)) }}
123-
- uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0
123+
- uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
124124
if: ${{ inputs.aws-role != '' }}
125125
with:
126126
role-to-assume: ${{ inputs.aws-role }}
127127
aws-region: ${{ inputs.aws-region }}
128128
retry-max-attempts: 2
129-
- uses: aws-actions/aws-secretsmanager-get-secrets@3a411b6ec5cace3d626412dd917e7bfeac242cfa # v3.0.0
129+
- uses: aws-actions/aws-secretsmanager-get-secrets@2cb1a461cbd4865ac4299648312e4704c646cd53 # v3.0.1
130130
if: ${{ inputs.aws-role != '' }}
131131
with:
132132
secret-ids: >

.github/workflows/pulumi-up.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run:
5555
working-directory: ${{ inputs.working-directory }}
5656
steps:
57-
- uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
57+
- uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
5858
with:
5959
disable-sudo-and-containers: ${{ inputs.disable-sudo }}
6060
egress-policy: block
@@ -79,7 +79,7 @@ jobs:
7979
python-version: ${{ inputs.python-version }}
8080

8181
# ----- Poetry -----
82-
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
82+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
8383
if: ${{ hashFiles(format('{0}/poetry.lock', inputs.working-directory)) != '' }}
8484
with:
8585
path: ~/.local/bin/
@@ -93,12 +93,12 @@ jobs:
9393
installer-parallel: true
9494

9595
# ----- UV -----
96-
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
96+
- uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
9797
if: ${{ hashFiles(format('{0}/uv.lock', inputs.working-directory)) != '' }}
9898
with:
9999
enable-cache: true
100100
- id: cache-deps
101-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
101+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
102102
with:
103103
path: |
104104
${{ inputs.working-directory }}/.venv
@@ -115,17 +115,17 @@ jobs:
115115
# kics-scan ignore-line
116116
requested-token-type: urn:pulumi:token-type:access_token:personal
117117
scope: user:notdodo
118-
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
118+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
119119
with:
120120
path: ${{ env.PULUMI_HOME }}/plugins
121121
key: python-${{ inputs.python-version }}-venv-${{ hashFiles(format('{0}/poetry.lock', inputs.working-directory), format('{0}/uv.lock', inputs.working-directory)) }}
122-
- uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0
122+
- uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
123123
if: ${{ inputs.aws-role != '' }}
124124
with:
125125
role-to-assume: ${{ inputs.aws-role }}
126126
aws-region: ${{ inputs.aws-region }}
127127
retry-max-attempts: 2
128-
- uses: aws-actions/aws-secretsmanager-get-secrets@3a411b6ec5cace3d626412dd917e7bfeac242cfa # v3.0.0
128+
- uses: aws-actions/aws-secretsmanager-get-secrets@2cb1a461cbd4865ac4299648312e4704c646cd53 # v3.0.1
129129
if: ${{ inputs.aws-role != '' }}
130130
with:
131131
secret-ids: >

.github/workflows/python-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run:
3232
working-directory: ${{ inputs.working-directory }}
3333
steps:
34-
- uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
34+
- uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
3535
with:
3636
disable-sudo-and-containers: ${{ inputs.disable-sudo }}
3737
egress-policy: block
@@ -54,7 +54,7 @@ jobs:
5454
python-version: ${{ inputs.python-version }}
5555

5656
# ----- Poetry -----
57-
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
57+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
5858
if: ${{ hashFiles(format('{0}/poetry.lock', inputs.working-directory)) != '' }}
5959
with:
6060
path: ~/.local/bin/
@@ -68,12 +68,12 @@ jobs:
6868
installer-parallel: true
6969

7070
# ----- UV -----
71-
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
71+
- uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
7272
if: ${{ hashFiles(format('{0}/uv.lock', inputs.working-directory)) != '' }}
7373
with:
7474
enable-cache: true
7575
- id: cache-deps
76-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
76+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
7777
with:
7878
path: |
7979
${{ inputs.working-directory }}/.venv

0 commit comments

Comments
 (0)