diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 944d579f4..ba2aef41a 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/release-serverless-init.yml b/.github/workflows/release-serverless-init.yml index 7d0601e50..fd3ca260c 100644 --- a/.github/workflows/release-serverless-init.yml +++ b/.github/workflows/release-serverless-init.yml @@ -45,9 +45,9 @@ jobs: ] name: "Release Serverless Init (isAlpine: ${{ matrix.arrays.isAlpine }})" steps: - - uses: actions/checkout@v6.0.0 + - uses: actions/checkout@v6.0.1 - - uses: actions/checkout@v6.0.0 + - uses: actions/checkout@v6.0.1 with: repository: DataDog/datadog-agent ref: ${{ github.event.inputs.agentBranch }} diff --git a/.github/workflows/rs_ci.yml b/.github/workflows/rs_ci.yml index f2d15425e..c9b16537c 100644 --- a/.github/workflows/rs_ci.yml +++ b/.github/workflows/rs_ci.yml @@ -31,7 +31,7 @@ jobs: SCCACHE_GHA_ENABLED: "true" RUSTC_WRAPPER: "sccache" steps: - - uses: actions/checkout@v6.0.0 + - uses: actions/checkout@v6.0.1 # Install protobuf compiler for linux. The versions bundled with Ubuntu # 20.04 and 22.04 are too old -- our messages require protobuf >= 3.15 -- @@ -59,7 +59,7 @@ jobs: SCCACHE_GHA_ENABLED: "true" RUSTC_WRAPPER: "sccache" steps: - - uses: actions/checkout@v6.0.0 + - uses: actions/checkout@v6.0.1 # Install protobuf compiler for linux. The versions bundled with Ubuntu # 20.04 and 22.04 are too old -- our messages require protobuf >= 3.15 -- @@ -91,7 +91,7 @@ jobs: SCCACHE_GHA_ENABLED: "true" RUSTC_WRAPPER: "sccache" steps: - - uses: actions/checkout@v6.0.0 + - uses: actions/checkout@v6.0.1 # Install protobuf compiler for linux. The versions bundled with Ubuntu # 20.04 and 22.04 are too old -- our messages require protobuf >= 3.15 -- @@ -119,7 +119,7 @@ jobs: SCCACHE_GHA_ENABLED: "true" RUSTC_WRAPPER: "sccache" steps: - - uses: actions/checkout@v6.0.0 + - uses: actions/checkout@v6.0.1 # Install protobuf compiler for linux. The versions bundled with Ubuntu # 20.04 and 22.04 are too old -- our messages require protobuf >= 3.15 -- @@ -149,7 +149,7 @@ jobs: matrix: os: [ubuntu-22.04, macos-latest] steps: - - uses: actions/checkout@v6.0.0 + - uses: actions/checkout@v6.0.1 - uses: actions-rust-lang/setup-rust-toolchain@v1.15.2 with: components: rustfmt @@ -163,7 +163,7 @@ jobs: name: "Valid LICENSE-3rdparty.csv" steps: - name: Checkout sources - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 - run: cargo install dd-rust-license-tool --locked - run: dd-rust-license-tool check working-directory: bottlecap diff --git a/.github/workflows/vulnerability-scan.yml b/.github/workflows/vulnerability-scan.yml index f53672edd..5013b84b0 100644 --- a/.github/workflows/vulnerability-scan.yml +++ b/.github/workflows/vulnerability-scan.yml @@ -59,7 +59,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout repository - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Scan Rust dependencies with cargo-audit uses: rustsec/audit-check@69366f33c96575abad1ee0dba8212993eecbe998 # v2.0.0