Skip to content

Commit 18b6cba

Browse files
[MNT] Bump the github-actions group across 1 directory with 2 updates (#2868)
Bumps the github-actions group with 2 updates in the / directory: [ossf/scorecard-action](https://github.com/ossf/scorecard-action) and [crs-k/stale-branches](https://github.com/crs-k/stale-branches). Updates `ossf/scorecard-action` from 2.4.1 to 2.4.2 - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](ossf/scorecard-action@v2.4.1...v2.4.2) Updates `crs-k/stale-branches` from 8.1.1 to 8.2.0 - [Release notes](https://github.com/crs-k/stale-branches/releases) - [Commits](crs-k/stale-branches@v8.1.1...v8.2.0) --- updated-dependencies: - dependency-name: ossf/scorecard-action dependency-version: 2.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: crs-k/stale-branches dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c8c63d1 commit 18b6cba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/weekly_github_maintenance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
persist-credentials: false
9292

9393
- name: Run analysis
94-
uses: ossf/scorecard-action@v2.4.1
94+
uses: ossf/scorecard-action@v2.4.2
9595
with:
9696
results_file: results.sarif
9797
results_format: sarif
@@ -121,7 +121,7 @@ jobs:
121121
private-key: ${{ secrets.PR_APP_KEY }}
122122

123123
- name: Stale Branches
124-
uses: crs-k/stale-branches@v8.1.1
124+
uses: crs-k/stale-branches@v8.2.0
125125
with:
126126
repo-token: ${{ steps.app-token.outputs.token }}
127127
days-before-stale: 180

0 commit comments

Comments
 (0)