Skip to content

Commit 9e42bbd

Browse files
chore(deps): bump the dependencies group with 2 updates (#365)
Bumps the dependencies group with 2 updates: [github/contributors](https://github.com/github/contributors) and [github/codeql-action](https://github.com/github/codeql-action). Updates `github/contributors` from 1.5.8 to 1.5.9 - [Release notes](https://github.com/github/contributors/releases) - [Commits](github/contributors@6949781...4d90d92) Updates `github/codeql-action` from 3.28.19 to 3.29.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@fca7ace...ce28f5b) --- updated-dependencies: - dependency-name: github/contributors dependency-version: 1.5.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github/codeql-action dependency-version: 3.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 33a14bb commit 9e42bbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/contributors_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
echo "END_DATE=$end_date" >> "$GITHUB_ENV"
3030
3131
- name: Run contributor action
32-
uses: github/contributors@6949781e2a2575cba21a80325c9dd6014f5c898b
32+
uses: github/contributors@4d90d92531d4c5775be5a70c119ca7c0be165964
3333
env:
3434
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
START_DATE: ${{ env.START_DATE }}

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
path: results.sarif
4343
retention-days: 5
4444
- name: "Upload to code-scanning"
45-
uses: github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
45+
uses: github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
4646
with:
4747
sarif_file: results.sarif

0 commit comments

Comments
 (0)