diff --git a/.github/actions/create-system-test-docker-base-images/action.yml b/.github/actions/create-system-test-docker-base-images/action.yml index 8ef89a4766eb..6ddb36c93086 100644 --- a/.github/actions/create-system-test-docker-base-images/action.yml +++ b/.github/actions/create-system-test-docker-base-images/action.yml @@ -48,7 +48,7 @@ runs: run: docker login -u publisher -p ${{ inputs.github_token }} ghcr.io - name: Docker Build linux-x64 and linux-arm64 images - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 with: push: true tags: ghcr.io/datadog/dd-trace-dotnet/dd-trace-dotnet:${{ inputs.image_tag || 'latest_snapshot' }} diff --git a/.github/actions/publish-debug-symbols/action.yml b/.github/actions/publish-debug-symbols/action.yml index 566e8bf50648..feaad43c0519 100644 --- a/.github/actions/publish-debug-symbols/action.yml +++ b/.github/actions/publish-debug-symbols/action.yml @@ -32,7 +32,7 @@ runs: steps: # datadog-ci needs the version 20 (https://github.com/DataDog/profiling-backend/blob/prod/debug-symbol-upload/Dockerfile#L6) - name: Install Node - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 20 diff --git a/.github/workflows/_create_draft_release.yml b/.github/workflows/_create_draft_release.yml index db602280e1ba..4783240fbf96 100644 --- a/.github/workflows/_create_draft_release.yml +++ b/.github/workflows/_create_draft_release.yml @@ -151,7 +151,7 @@ jobs: GITHUB_TOKEN: "${{ steps.generate-token.outputs.token }}" - name: Create Release - uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 with: token: "${{ steps.generate-token.outputs.token }}" draft: true diff --git a/.github/workflows/auto_bump_test_package_versions.yml b/.github/workflows/auto_bump_test_package_versions.yml index ef6af7060bee..2ce17a044ba5 100644 --- a/.github/workflows/auto_bump_test_package_versions.yml +++ b/.github/workflows/auto_bump_test_package_versions.yml @@ -56,7 +56,7 @@ jobs: - name: Create Pull Request id: pr - uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 with: token: ${{ steps.octo-sts.outputs.token }} branch: "bot/test-package-versions-bump" diff --git a/.github/workflows/auto_create_version_bump_pr.yml b/.github/workflows/auto_create_version_bump_pr.yml index 86e41dfab77f..8f07d6f15cfa 100644 --- a/.github/workflows/auto_create_version_bump_pr.yml +++ b/.github/workflows/auto_create_version_bump_pr.yml @@ -77,7 +77,7 @@ jobs: - name: Create Pull Request id: pr - uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 with: token: ${{ steps.octo-sts.outputs.token }} branch: "version-bump-${{steps.versions.outputs.full_version}}" diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 9ac7a1dac326..d5f7adc71512 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -35,7 +35,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1 + uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2 with: languages: csharp, cpp # If you wish to specify custom queries, you can do so here or in a config file. @@ -56,7 +56,7 @@ jobs: ./tracer/build.sh BuildProfilerHome BuildNativeLoader - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1 + uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2 - name: filter-sarif cpp uses: advanced-security/filter-sarif@2da736ff05ef065cb2894ac6892e47b5eac2c3c0 # v1.1 @@ -113,7 +113,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1 + uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2 with: languages: csharp, cpp # If you wish to specify custom queries, you can do so here or in a config file. @@ -134,7 +134,7 @@ jobs: ./tracer/build.sh BuildTracerHome - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1 + uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2 - name: filter-sarif cpp uses: advanced-security/filter-sarif@2da736ff05ef065cb2894ac6892e47b5eac2c3c0 # v1.1 diff --git a/.github/workflows/force_manual_version_bump.yml b/.github/workflows/force_manual_version_bump.yml index 02d38190c0dc..e26aca884b48 100644 --- a/.github/workflows/force_manual_version_bump.yml +++ b/.github/workflows/force_manual_version_bump.yml @@ -53,7 +53,7 @@ jobs: - name: Create Pull Request id: pr - uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 with: token: ${{ steps.octo-sts.outputs.token }} branch: "version-bump-${{steps.versions.outputs.full_version}}"