Skip to content

Commit 1baf23b

Browse files
authored
Merge pull request #633 from Wikid82/renovate/development-weekly-non-major-updates
chore(deps): update weekly-non-major-updates (development)
2 parents a69b3d3 + f6c6a2b commit 1baf23b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
- name: Build and push Docker image (with retry)
198198
if: steps.skip.outputs.skip_build != 'true'
199199
id: build-and-push
200-
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
200+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
201201
with:
202202
timeout_minutes: 25
203203
max_attempts: 3

.github/workflows/security-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
- name: Upload Trivy SARIF to GitHub Security
235235
if: steps.check-artifact.outputs.artifact_exists == 'true'
236236
# github/codeql-action v4
237-
uses: github/codeql-action/upload-sarif@ab5b0e3aabf4de044f07a63754c2110d3ef2df38
237+
uses: github/codeql-action/upload-sarif@f959778b39f110f7919139e242fa5ac47393c877
238238
with:
239239
sarif_file: 'trivy-binary-results.sarif'
240240
category: ${{ steps.pr-info.outputs.is_push == 'true' && format('security-scan-{0}', github.event.workflow_run.head_branch) || format('security-scan-pr-{0}', steps.pr-info.outputs.pr_number) }}

0 commit comments

Comments
 (0)