Skip to content

Commit 7fc75a5

Browse files
chore(deps): update github actions (#370)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 61939c1 commit 7fc75a5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2020

2121
- name: Initialize CodeQL
22-
uses: github/codeql-action/init@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3
22+
uses: github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
2323

2424
- name: Auto Build
25-
uses: github/codeql-action/autobuild@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3
25+
uses: github/codeql-action/autobuild@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
2626

2727
- name: Perform CodeQL Analysis
28-
uses: github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3
28+
uses: github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3

.github/workflows/continuous-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
path: coverage/
9797

9898
- name: Codecov Upload
99-
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5
99+
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5
100100
with:
101101
token: ${{ secrets.CODECOV_TOKEN }}
102102
directory: coverage/

0 commit comments

Comments
 (0)