Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].1

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-serverless-init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
]
name: "Release Serverless Init (isAlpine: ${{ matrix.arrays.isAlpine }})"
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
repository: DataDog/datadog-agent
ref: ${{ github.event.inputs.agentBranch }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/rs_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].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 --
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].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 --
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].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 --
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].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 --
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
matrix:
os: [ubuntu-22.04, macos-latest]
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- uses: actions-rust-lang/[email protected]
with:
components: rustfmt
Expand All @@ -163,7 +163,7 @@ jobs:
name: "Valid LICENSE-3rdparty.csv"
steps:
- name: Checkout sources
uses: actions/[email protected].0
uses: actions/[email protected].1
- run: cargo install dd-rust-license-tool --locked
- run: dd-rust-license-tool check
working-directory: bottlecap
2 changes: 1 addition & 1 deletion .github/workflows/vulnerability-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading