Skip to content
Merged
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
6 changes: 3 additions & 3 deletions .github/workflows/backup-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Docker Meta
id: meta
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Docker Meta
id: meta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-statistics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Install tokei
run: cargo install tokei
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Docker Meta
id: meta
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Docker Meta
id: meta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Set up Rust toolchain
uses: dtolnay/rust-toolchain@stable
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- id: checkout
name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- id: setup
name: Setup Toolchain
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:

- id: upload-coverage
name: Upload HTML Coverage Report
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: coverage-html-report
path: target/llvm-cov/html/
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/docker-security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5

# Build images locally so Trivy scans exactly
# what this repository produces
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
scanners: "vuln"

- name: Upload SARIF artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
if: always()
with:
name: sarif-project-${{ matrix.image.name }}-${{ github.run_id }}
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
echo "name=$(echo '${{ matrix.image }}' | tr '/:' '-')" >> "$GITHUB_OUTPUT"

- name: Upload SARIF artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
if: always()
with:
name: sarif-third-party-${{ steps.sanitize.outputs.name }}-${{ github.run_id }}
Expand All @@ -162,7 +162,7 @@ jobs:

steps:
- name: Download all SARIF artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
pattern: sarif-*-${{ github.run_id }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:

- id: checkout
name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- id: node
name: Setup Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v5
with:
node-version: "20"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-dependency-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Setup Rust toolchain
uses: dtolnay/rust-toolchain@stable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Tune GitHub hosted runner network
uses: smorimoto/tune-github-hosted-runner-network@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e-infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Tune GitHub-hosted runner network
uses: smorimoto/tune-github-hosted-runner-network@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-lxd-provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Tune GitHub-hosted runner network
uses: smorimoto/tune-github-hosted-runner-network@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-sdk-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Setup Rust toolchain
uses: dtolnay/rust-toolchain@stable
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- id: checkout
name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- id: setup
name: Setup Toolchain
Expand All @@ -40,7 +40,7 @@ jobs:
steps:
- id: checkout
name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- id: setup
name: Setup Toolchain
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
steps:
- id: checkout
name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- id: setup
name: Setup Toolchain
Expand Down
Loading