Skip to content

Commit bcbf3f4

Browse files
ci(deps): update github-actions to v6
Signed-off-by: Renovate Bot <bot@renovateapp.com>
1 parent 98475c5 commit bcbf3f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
contents: "read"
1313
pull-requests: "write"
1414
steps:
15-
- uses: "actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9" # v5.0.0
15+
- uses: "actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b" # v6.0.1
1616
with:
1717
repo-token: "${{ secrets.GITHUB_TOKEN }}"
1818
configuration-path: "labeler-config.yml"

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6666
# format to the repository Actions tab.
6767
- name: "Upload artifact"
68-
uses: "actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4" # v5.0.0
68+
uses: "actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f" # v6.0.0
6969
with:
7070
name: "SARIF file"
7171
path: "results.sarif"

0 commit comments

Comments
 (0)