Skip to content

Commit 137e4a3

Browse files
committed
synced to master
2 parents c48596d + 3085293 commit 137e4a3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci_cd.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ jobs:
5454
- name: Check out repository
5555
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
5656
- name: Initialize CodeQL
57-
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98
57+
uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8
5858
with:
5959
languages: ${{ matrix.language }}
6060

6161
- name: Perform CodeQL Analysis
62-
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98
62+
uses: github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8
6363
with:
6464
category: /language:${{ matrix.language }}
6565

@@ -149,7 +149,7 @@ jobs:
149149
python-version: '3.11'
150150

151151
- name: Get package artifacts
152-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
152+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
153153
with:
154154
name: dist
155155
path: dist
@@ -338,7 +338,7 @@ jobs:
338338
runs-on: ubuntu-24.04
339339
steps:
340340
- name: Get package artifacts
341-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
341+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
342342
with:
343343
name: dist
344344
path: dist
@@ -364,7 +364,7 @@ jobs:
364364
runs-on: ubuntu-24.04
365365
steps:
366366
- name: Get package artifacts
367-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
367+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
368368
with:
369369
name: dist
370370
path: dist

0 commit comments

Comments
 (0)