Skip to content

Commit 20d7794

Browse files
chore(deps): bump the dependencies group with 2 updates (#417)
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.7.0 to 1.7.1 - [Release notes](https://github.com/github/contributors/releases) - [Commits](github/contributors@ae62be2...a274afd) Updates `github/codeql-action` from 3.29.11 to 3.30.3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@3c3833e...192325c) --- updated-dependencies: - dependency-name: github/contributors dependency-version: 1.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github/codeql-action dependency-version: 3.30.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5607ced commit 20d7794

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@ae62be2e3b1a3b2847955ec659d9bb6f88ffe628
32+
uses: github/contributors@a274afd4ff1bd4d115a0163207db2603c8733149
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@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
45+
uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
4646
with:
4747
sarif_file: results.sarif

0 commit comments

Comments
 (0)