Skip to content

Commit 2081ea5

Browse files
chore(deps): bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [github/contributors](https://github.com/github/contributors). Updates `github/codeql-action` from 3.25.3 to 3.25.4 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@d39d31e...ccf74c9) Updates `github/contributors` from 1.4.2 to 1.4.3 - [Release notes](https://github.com/github/contributors/releases) - [Commits](github/contributors@fa291c6...135b043) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github/contributors dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8ac1c54 commit 2081ea5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
- name: Checkout repository
3939
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
4040
- name: Initialize CodeQL
41-
uses: github/codeql-action/init@d39d31e687223d841ef683f52467bd88e9b21c14
41+
uses: github/codeql-action/init@ccf74c947955fd1cf117aef6a0e4e66191ef6f61
4242
with:
4343
languages: ${{ matrix.language }}
4444
- name: Autobuild
45-
uses: github/codeql-action/autobuild@d39d31e687223d841ef683f52467bd88e9b21c14
45+
uses: github/codeql-action/autobuild@ccf74c947955fd1cf117aef6a0e4e66191ef6f61
4646
- name: Perform CodeQL Analysis
47-
uses: github/codeql-action/analyze@d39d31e687223d841ef683f52467bd88e9b21c14
47+
uses: github/codeql-action/analyze@ccf74c947955fd1cf117aef6a0e4e66191ef6f61

.github/workflows/contributor_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
echo "END_DATE=$end_date" >> "$GITHUB_ENV"
2929
3030
- name: Run contributor action
31-
uses: github/contributors@fa291c69abb946173a963a32f20ee29e8a7b6775
31+
uses: github/contributors@135b0430e856ade27175cbd1d4e1e11b0dd8ef95
3232
env:
3333
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
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@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.24.9
45+
uses: github/codeql-action/upload-sarif@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3.24.9
4646
with:
4747
sarif_file: results.sarif

0 commit comments

Comments
 (0)