Skip to content

Commit c0f68b4

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

13 files changed

Lines changed: 49 additions & 49 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@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
20+
- uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
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@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
105+
- uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
106106
with:
107107
disable-sudo: ${{ inputs.disable-sudo }}
108108
egress-policy: block
@@ -125,11 +125,11 @@ jobs:
125125
with:
126126
persist-credentials: false
127127
- uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
128-
- uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
128+
- uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
129129
with:
130130
cache-binary: false
131131
- name: Log in to the Container registry
132-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
132+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
133133
if: inputs.push
134134
with:
135135
registry: ${{ inputs.registry }}
@@ -138,15 +138,15 @@ jobs:
138138
- name: Extract metadata (tags, labels) for Docker
139139
id: metadata
140140
if: inputs.push
141-
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
141+
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0
142142
with:
143143
images: ${{ inputs.registry }}/${{ inputs.image }}
144144
tags: ${{ inputs.tags }}
145145
flavor: ${{ inputs.flavor }}
146146
- name: Build and push
147147
id: build
148148
if: inputs.push
149-
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
149+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.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@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
164+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
165165
with:
166166
cache-from: type=gha
167167
cache-to: type=gha,mode=max
@@ -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@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
217+
uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
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@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
241+
uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
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@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
28+
- uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
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@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
37+
- uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
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@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
73+
- uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
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@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
110+
- uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
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@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
36+
- uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
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@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
64+
uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
6565
with:
6666
sarif_file: '${{ inputs.working-directory }}/gosec-results.sarif'
6767
category: sast

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

Lines changed: 4 additions & 4 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@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
37+
- uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
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@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
67+
uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
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@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
81+
- uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
8282
with:
8383
disable-sudo: ${{ inputs.disable-sudo }}
8484
egress-policy: block
@@ -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@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
121+
uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
122122
with:
123123
sarif_file: zizmor_results.sarif
124124
category: github-actions

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

Lines changed: 1 addition & 1 deletion
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@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
20+
- uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
2121
with:
2222
disable-sudo: true
2323
egress-policy: block

.github/workflows/pulumi-preview.yml

Lines changed: 3 additions & 3 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@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
58+
- uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
5959
with:
6060
disable-sudo-and-containers: ${{ inputs.disable-sudo }}
6161
egress-policy: block
@@ -120,7 +120,7 @@ jobs:
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@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
123+
- uses: aws-actions/configure-aws-credentials@acca2b1b2070338fb9fd1ca27ecee81d687e58e5 # v6.1.2
124124
if: ${{ inputs.aws-role != '' }}
125125
with:
126126
role-to-assume: ${{ inputs.aws-role }}
@@ -131,7 +131,7 @@ jobs:
131131
with:
132132
secret-ids: >
133133
${{ inputs.aws-secrets-mapping }}
134-
- uses: pulumi/actions@8582a9e8cc630786854029b4e09281acd6794b58 # v6.6.1
134+
- uses: pulumi/actions@8e5e406f4007fca908480587cb9893c07090f58d # v7.0.0
135135
name: Pulumi Preview
136136
with:
137137
command: preview

.github/workflows/pulumi-up.yml

Lines changed: 3 additions & 3 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@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
57+
- uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
5858
with:
5959
disable-sudo-and-containers: ${{ inputs.disable-sudo }}
6060
egress-policy: block
@@ -119,7 +119,7 @@ jobs:
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@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
122+
- uses: aws-actions/configure-aws-credentials@acca2b1b2070338fb9fd1ca27ecee81d687e58e5 # v6.1.2
123123
if: ${{ inputs.aws-role != '' }}
124124
with:
125125
role-to-assume: ${{ inputs.aws-role }}
@@ -130,7 +130,7 @@ jobs:
130130
with:
131131
secret-ids: >
132132
${{ inputs.aws-secrets-mapping }}
133-
- uses: pulumi/actions@8582a9e8cc630786854029b4e09281acd6794b58 # v6.6.1
133+
- uses: pulumi/actions@8e5e406f4007fca908480587cb9893c07090f58d # v7.0.0
134134
name: Pulumi Up
135135
with:
136136
command: up

.github/workflows/python-ci.yml

Lines changed: 2 additions & 2 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@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
34+
- uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
3535
with:
3636
disable-sudo-and-containers: ${{ inputs.disable-sudo }}
3737
egress-policy: block
@@ -85,7 +85,7 @@ jobs:
8585
- run: uv sync --locked --all-extras --dev
8686
if: ${{ steps.cache-deps.outputs.cache-hit != 'true' && hashFiles(format('{0}/uv.lock', inputs.working-directory)) != '' }}
8787
- name: Install Task
88-
uses: go-task/setup-task@3be4020d41929789a01026e0e427a4321ce0ad44 # v2.0.0
88+
uses: go-task/setup-task@01a4adf9db2d14c1de7a560f09170b6e0df736aa # v2.1.0
8989
with:
9090
repo-token: ${{ github.token }}
9191
- name: Linting

0 commit comments

Comments
 (0)