File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9090 run : cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
9191
9292 - name : Upload artifacts
93- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
93+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
9494 with :
9595 name : build-${{env.BUILD_TYPE}}-${{inputs.platform}}-${{inputs.option}}
9696 path : ${{github.workspace}}/build/bin
Original file line number Diff line number Diff line change @@ -136,15 +136,15 @@ jobs:
136136 ${{env.BUILD_TYPE}}\bpf_performance_runner.exe -i tests.yml -r | Tee-Object -FilePath ${{github.workspace}}/results/native-${inputs.platform}-${{env.BUILD_TYPE}}.csv
137137
138138 - name : Upload results
139- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
139+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
140140 with :
141141 name : results-${{env.BUILD_TYPE}}-${{inputs.platform}}-${{inputs.option}}
142142 path : |
143143 ${{github.workspace}}/results/*.csv
144144 ${{github.workspace}}/results/commit_sha.txt
145145
146146 - name : Upload profile
147- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
147+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
148148 with :
149149 name : profile-${{env.BUILD_TYPE}}-${{inputs.platform}}-${{inputs.option}}
150150 path : |
Original file line number Diff line number Diff line change 6161
6262 # Initializes the CodeQL tools for scanning.
6363 - name : Initialize CodeQL
64- uses : github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
64+ uses : github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
6565 with :
6666 languages : ${{ matrix.language }}
6767 # If you wish to specify custom queries, you can do so here or in a config file.
8282 cmake --build build
8383
8484 - name : Perform CodeQL Analysis
85- uses : github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
85+ uses : github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
8686 with :
8787 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 4444 persist-credentials : false
4545
4646 - name : " Run analysis"
47- uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
47+ uses : ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
4848 with :
4949 results_file : results.sarif
5050 results_format : sarif
@@ -66,14 +66,14 @@ jobs:
6666 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6767 # format to the repository Actions tab.
6868 - name : " Upload artifact"
69- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
69+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
7070 with :
7171 name : SARIF file
7272 path : results.sarif
7373 retention-days : 5
7474
7575 # Upload the results to GitHub's code scanning dashboard.
7676 - name : " Upload to code-scanning"
77- uses : github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
77+ uses : github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
7878 with :
7979 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments