Skip to content

Commit 89bd81d

Browse files
[deps]: Update github-action minor
1 parent 996f479 commit 89bd81d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
233233
- name: Build Docker image
234234
id: build-artifacts
235-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
235+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
236236
with:
237237
context: .
238238
file: ${{ matrix.base_path }}/${{ matrix.project_name }}/Dockerfile
@@ -270,7 +270,7 @@ jobs:
270270
output-format: sarif
271271

272272
- name: Upload Grype results to GitHub
273-
uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
273+
uses: github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
274274
with:
275275
sarif_file: ${{ steps.container-scan.outputs.sarif }}
276276
sha: ${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.sha || github.sha }}

.github/workflows/stale-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
pull-requests: write
1616
steps:
1717
- name: Check
18-
uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1
18+
uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
1919
with:
2020
stale-issue-label: "needs-reply"
2121
stale-pr-label: "needs-changes"

0 commit comments

Comments
 (0)