Skip to content

Commit 3ad2b38

Browse files
chore(deps): update github actions (#532)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 41692cb commit 3ad2b38

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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@45775bd8235c68ba998cffa5171334d58593da47 # v3
22+
uses: github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3
2323

2424
- name: Auto Build
25-
uses: github/codeql-action/autobuild@45775bd8235c68ba998cffa5171334d58593da47 # v3
25+
uses: github/codeql-action/autobuild@28deaeda66b76a05916b6923827895f2b14ab387 # v3
2626

2727
- name: Perform CodeQL Analysis
28-
uses: github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3
28+
uses: github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3

.github/workflows/continuous-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
fetch-depth: 2
9191

9292
- name: Download Coverage Report
93-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
93+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
9494
with:
9595
name: coverage
9696
path: coverage/

.github/workflows/documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
turbo: true
7878

7979
- name: Download Documentation Artifacts
80-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
80+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
8181
with:
8282
name: docs
8383
path: docs

0 commit comments

Comments
 (0)