File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2828 shell : bash
2929 - name : Archive Test Agent Logs
3030 if : runner.debug == '1' # only create test agent log artifacts if the github action has been re-run with debug mode
31- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
31+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
3232 with :
3333 name : " test_agent_logs_${{ inputs.suffix }}"
3434 path : " ./artifacts/logs"
4848 rm "$headers"
4949 shell : bash
5050 - name : Archive Test Agent Tested Versions Artifacts
51- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
51+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5252 with :
5353 name : supported-integrations-${{ inputs.suffix }}
5454 path : ./artifacts
Original file line number Diff line number Diff line change 3838
3939 # Initializes the CodeQL tools for scanning.
4040 - name : Initialize CodeQL
41- uses : github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v3.29.5
41+ uses : github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3.29.5
4242 with :
4343 languages : ${{ matrix.language }}
4444 config-file : .github/codeql_config.yml
4848 # queries: ./path/to/local/query, your-org/your-repo/queries@main
4949
5050 - name : Autobuild
51- uses : github/codeql-action/autobuild@16140ae1a102900babc80a33c44059580f687047 # v3.29.5
51+ uses : github/codeql-action/autobuild@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3.29.5
5252
5353 - name : Perform CodeQL Analysis
54- uses : github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v3.29.5
54+ uses : github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3.29.5
Original file line number Diff line number Diff line change 2626 - name : Pack dd-trace-js
2727 run : mkdir -p ./binaries && echo /binaries/$(npm pack --pack-destination ./binaries ./dd-trace-js) > ./binaries/nodejs-load-from-npm
2828 - name : Upload artifact
29- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
29+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
3030 with :
3131 name : system_tests_binaries
3232 path : ./binaries/**/*
You can’t perform that action at this time.
0 commit comments