Skip to content

Commit 9f68969

Browse files
Update github actions
| datasource | package | from | to | | ----------- | ------------------------------------- | ------- | ------- | | github-tags | actions/stale | v10.0.0 | v10.1.0 | | github-tags | aws-actions/configure-aws-credentials | v5.0.0 | v5.1.0 | | github-tags | github/codeql-action | v3.30.4 | v3.30.7 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4d7cb73 commit 9f68969

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

.github/workflows/ci.yml

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

130130
- name: Authenticate to Google Cloud
131131
id: auth
132-
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
132+
uses: google-github-actions/auth@fc2174804b84f912b1f6d334e9463f484f1c552d # v3.0.0
133133
with:
134134
token_format: access_token
135135
workload_identity_provider: ${{ secrets.GCR_WORKLOAD_IDENTITY }}
@@ -360,7 +360,7 @@ jobs:
360360

361361
- name: Authenticate to Google Cloud
362362
id: auth
363-
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
363+
uses: google-github-actions/auth@fc2174804b84f912b1f6d334e9463f484f1c552d # v3.0.0
364364
with:
365365
token_format: access_token
366366
workload_identity_provider: ${{ secrets.GCR_WORKLOAD_IDENTITY }}
@@ -430,7 +430,7 @@ jobs:
430430

431431
- name: Authenticate to Google Cloud
432432
id: auth
433-
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
433+
uses: google-github-actions/auth@fc2174804b84f912b1f6d334e9463f484f1c552d # v3.0.0
434434
with:
435435
token_format: access_token
436436
workload_identity_provider: ${{ secrets.GCR_WORKLOAD_IDENTITY }}
@@ -570,7 +570,7 @@ jobs:
570570

571571
- name: Authenticate to Google Cloud
572572
id: auth
573-
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
573+
uses: google-github-actions/auth@fc2174804b84f912b1f6d334e9463f484f1c552d # v3.0.0
574574
with:
575575
token_format: access_token
576576
workload_identity_provider: ${{ secrets.GCR_WORKLOAD_IDENTITY }}

.github/workflows/image-promotion.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
fi
142142
143143
- name: Upload SARIF file
144-
uses: github/codeql-action/upload-sarif@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3.30.4
144+
uses: github/codeql-action/upload-sarif@a8d1ac45b9a34d11fe398d5503176af0d06b303e # v3.30.7
145145
if: steps.check-sarif.outputs.sarif_has_results == 'true'
146146
with:
147147
sarif_file: govulncheck.sarif
@@ -359,7 +359,7 @@ jobs:
359359
overwrite: true
360360

361361
- name: Upload Scan results to GitHub Security tab
362-
uses: github/codeql-action/upload-sarif@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3.30.4
362+
uses: github/codeql-action/upload-sarif@a8d1ac45b9a34d11fe398d5503176af0d06b303e # v3.30.7
363363
with:
364364
sarif_file: "${{ steps.directory.outputs.directory }}/"
365365

@@ -439,7 +439,7 @@ jobs:
439439
overwrite: true
440440

441441
- name: Upload Scan results to GitHub Security tab
442-
uses: github/codeql-action/upload-sarif@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3.30.4
442+
uses: github/codeql-action/upload-sarif@a8d1ac45b9a34d11fe398d5503176af0d06b303e # v3.30.7
443443
with:
444444
sarif_file: "${{ steps.directory.outputs.directory }}/"
445445

@@ -526,7 +526,7 @@ jobs:
526526
overwrite: true
527527

528528
- name: Upload Scan results to GitHub Security tab
529-
uses: github/codeql-action/upload-sarif@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3.30.4
529+
uses: github/codeql-action/upload-sarif@a8d1ac45b9a34d11fe398d5503176af0d06b303e # v3.30.7
530530
with:
531531
sarif_file: "${{ steps.directory.outputs.directory }}/"
532532
continue-on-error: true

.github/workflows/oss-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
password: ${{ steps.gcr-auth.outputs.access_token }}
138138

139139
- name: Configure AWS Credentials
140-
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0.0
140+
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
141141
with:
142142
aws-region: us-east-1
143143
role-to-assume: ${{ secrets.AWS_ROLE_PUBLIC_ECR }}

.github/workflows/plus-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
password: ${{ steps.gcr-auth.outputs.access_token }}
232232

233233
- name: Configure AWS Credentials
234-
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0.0
234+
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
235235
with:
236236
aws-region: us-east-1
237237
role-to-assume: ${{ secrets.AWS_ROLE_MARKETPLACE }}

.github/workflows/regression.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141

142142
- name: Authenticate to Google Cloud
143143
id: auth
144-
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
144+
uses: google-github-actions/auth@fc2174804b84f912b1f6d334e9463f484f1c552d # v3.0.0
145145
with:
146146
token_format: access_token
147147
workload_identity_provider: ${{ secrets.GCR_WORKLOAD_IDENTITY }}
@@ -249,7 +249,7 @@ jobs:
249249
250250
- name: Authenticate to Google Cloud
251251
id: auth
252-
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
252+
uses: google-github-actions/auth@fc2174804b84f912b1f6d334e9463f484f1c552d # v3.0.0
253253
with:
254254
token_format: access_token
255255
workload_identity_provider: ${{ secrets.GCR_WORKLOAD_IDENTITY }}

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ jobs:
5757

5858
# Upload the results to GitHub's code scanning dashboard.
5959
- name: "Upload to code-scanning"
60-
uses: github/codeql-action/upload-sarif@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3.30.4
60+
uses: github/codeql-action/upload-sarif@a8d1ac45b9a34d11fe398d5503176af0d06b303e # v3.30.7
6161
with:
6262
sarif_file: results.sarif

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
pull-requests: write # for actions/stale to close stale PRs
1414
runs-on: ubuntu-24.04
1515
steps:
16-
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
16+
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
1717
with:
1818
repo-token: ${{ secrets.GITHUB_TOKEN }}
1919
stale-issue-message: "This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 10 days."

0 commit comments

Comments
 (0)