File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3535
3636 - name : Initialize CodeQL
37- uses : github/codeql-action/init@ae9ef3a1d2e3413523c3741725c30064970cc0d4
37+ uses : github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98
3838 with :
3939 languages : ${{ matrix.language }}
4040 config-file : ./.github/codeql/codeql-config.yml
6060
6161 # Autobuild for Go, JavaScript, Python
6262 - name : Autobuild
63- uses : github/codeql-action/autobuild@ae9ef3a1d2e3413523c3741725c30064970cc0d4
63+ uses : github/codeql-action/autobuild@0d579ffd059c29b07949a3cce3983f0780820c98
6464
6565 - name : Perform CodeQL Analysis
66- uses : github/codeql-action/analyze@ae9ef3a1d2e3413523c3741725c30064970cc0d4
66+ uses : github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98
6767 with :
6868 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 9797
9898 - name : Extract metadata
9999 id : meta
100- uses : docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051
100+ uses : docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf
101101 with :
102102 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
103103 tags : |
@@ -108,7 +108,7 @@ jobs:
108108 type=raw,value=latest,enable={{is_default_branch}}
109109
110110 - name : Build and push Docker image
111- uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8
111+ uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
112112 with :
113113 context : .
114114 file : ./Dockerfile
Original file line number Diff line number Diff line change 3737 password : ${{ secrets.GITHUB_TOKEN }}
3838
3939 - name : Build and Push Backend
40- uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8
40+ uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
4141 with :
4242 context : .
4343 file : ./Dockerfile
Original file line number Diff line number Diff line change 4747 python generate-byzantine-test-suite-plots.py
4848
4949 - name : Upload stress suite plot artifacts
50- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
50+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v4
5151 with :
5252 name : stress-suite-plots-${{ github.run_id }}
5353 if-no-files-found : error
8484 } > test-artifact-manifest.md
8585
8686 - name : Upload test artifacts
87- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
87+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v4
8888 with :
8989 name : npu-and-stress-test-artifacts-${{ github.run_id }}
9090 if-no-files-found : warn
You can’t perform that action at this time.
0 commit comments