Skip to content

Commit c0dda66

Browse files
chore(deps): update all github actions dependencies
1 parent 2f40b9f commit c0dda66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
run: ./gradlew detektReportMerge
198198

199199
- name: Upload SARIF to Github using the upload-sarif action
200-
uses: github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3
200+
uses: github/codeql-action/upload-sarif@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3
201201
if: success() || failure()
202202
with:
203203
sarif_file: build/reports/detekt/merged.sarif

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
owner: rickbusarow
3939

4040
- name: Renovate
41-
uses: renovatebot/github-action@bdfd950c25796ebf1aa0c127ad55b69a14b04f69 # v43.0.3
41+
uses: renovatebot/github-action@a889a8abcb11ef7feaafaf5e483ea01d4bf7774e # v43.0.5
4242
with:
4343
configurationFile: .github/renovate-sh.json5
4444
token: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)