Skip to content

Commit 18deaa2

Browse files
authored
Merge pull request #275 from github/dependabot/github_actions/dependencies-22ba98c8da
chore(deps): bump the dependencies group with 2 updates
2 parents 8ac1c54 + 2081ea5 commit 18deaa2

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)