diff --git a/.github/workflows/_auth_broker_code.yaml b/.github/workflows/_auth_broker_code.yaml index ba48e78dc..6e3d2c0ad 100644 --- a/.github/workflows/_auth_broker_code.yaml +++ b/.github/workflows/_auth_broker_code.yaml @@ -17,7 +17,7 @@ jobs: components: clippy,rustfmt - name: Cache Rust Build - uses: Swatinem/rust-cache@v2.9.1 + uses: Swatinem/rust-cache@v2.9.2 with: shared-key: backend/auth-broker workspaces: backend @@ -39,7 +39,7 @@ jobs: --deny warnings - name: Check Dependencies with Cargo Deny - uses: EmbarkStudios/cargo-deny-action@v2.0.20 + uses: EmbarkStudios/cargo-deny-action@v2.1.1 with: command: check licenses ban manifest-path: backend/Cargo.toml @@ -57,7 +57,7 @@ jobs: components: rustfmt - name: Cache Rust Build - uses: Swatinem/rust-cache@v2.9.1 + uses: Swatinem/rust-cache@v2.9.2 with: shared-key: backend/auth-broker workspaces: backend diff --git a/.github/workflows/_auth_broker_container.yaml b/.github/workflows/_auth_broker_container.yaml index 3c03dd485..ef6b2fd2a 100644 --- a/.github/workflows/_auth_broker_container.yaml +++ b/.github/workflows/_auth_broker_container.yaml @@ -17,7 +17,7 @@ jobs: - name: Log in to GitHub Docker Registry if: github.event_name != 'pull_request' - uses: docker/login-action@v4.2.0 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -29,7 +29,7 @@ jobs: - name: Docker Metadata id: meta - uses: docker/metadata-action@v6.1.0 + uses: docker/metadata-action@v6.2.0 with: images: ${{ env.IMAGE_REPOSITORY }} tags: | diff --git a/.github/workflows/_auth_core_code.yaml b/.github/workflows/_auth_core_code.yaml index 73203c05b..6d778eaa8 100644 --- a/.github/workflows/_auth_core_code.yaml +++ b/.github/workflows/_auth_core_code.yaml @@ -17,7 +17,7 @@ jobs: components: clippy,rustfmt - name: Cache Rust Build - uses: Swatinem/rust-cache@v2.9.1 + uses: Swatinem/rust-cache@v2.9.2 with: shared-key: backend/auth-core workspaces: backend @@ -39,7 +39,7 @@ jobs: --deny warnings - name: Check Dependencies with Cargo Deny - uses: EmbarkStudios/cargo-deny-action@v2.0.20 + uses: EmbarkStudios/cargo-deny-action@v2.1.1 with: command: check licenses ban manifest-path: backend/Cargo.toml @@ -57,7 +57,7 @@ jobs: components: rustfmt - name: Cache Rust Build - uses: Swatinem/rust-cache@v2.9.1 + uses: Swatinem/rust-cache@v2.9.2 with: shared-key: backend/auth-core workspaces: backend diff --git a/.github/workflows/_auth_gateway_code.yaml b/.github/workflows/_auth_gateway_code.yaml index 019eb8c48..a2dd5b410 100644 --- a/.github/workflows/_auth_gateway_code.yaml +++ b/.github/workflows/_auth_gateway_code.yaml @@ -17,7 +17,7 @@ jobs: components: clippy,rustfmt - name: Cache Rust Build - uses: Swatinem/rust-cache@v2.9.1 + uses: Swatinem/rust-cache@v2.9.2 with: shared-key: backend/auth-gateway workspaces: backend @@ -39,7 +39,7 @@ jobs: --deny warnings - name: Check Dependencies with Cargo Deny - uses: EmbarkStudios/cargo-deny-action@v2.0.20 + uses: EmbarkStudios/cargo-deny-action@v2.1.1 with: command: check licenses ban manifest-path: backend/Cargo.toml @@ -57,7 +57,7 @@ jobs: components: rustfmt - name: Cache Rust Build - uses: Swatinem/rust-cache@v2.9.1 + uses: Swatinem/rust-cache@v2.9.2 with: shared-key: backend/auth-gateway workspaces: backend diff --git a/.github/workflows/_auth_gateway_container.yaml b/.github/workflows/_auth_gateway_container.yaml index 240bb995d..7a0b11790 100644 --- a/.github/workflows/_auth_gateway_container.yaml +++ b/.github/workflows/_auth_gateway_container.yaml @@ -17,7 +17,7 @@ jobs: - name: Log in to GitHub Docker Registry if: github.event_name != 'pull_request' - uses: docker/login-action@v4.2.0 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -29,7 +29,7 @@ jobs: - name: Docker Metadata id: meta - uses: docker/metadata-action@v6.1.0 + uses: docker/metadata-action@v6.2.0 with: images: ${{ env.IMAGE_REPOSITORY }} tags: | diff --git a/.github/workflows/_dashboard_container.yaml b/.github/workflows/_dashboard_container.yaml index 7cd975167..7bb4d7e69 100644 --- a/.github/workflows/_dashboard_container.yaml +++ b/.github/workflows/_dashboard_container.yaml @@ -24,7 +24,7 @@ jobs: - name: Log in to GitHub Docker Registry if: github.event_name != 'pull_request' - uses: docker/login-action@v4.2.0 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -36,7 +36,7 @@ jobs: - name: Docker Metadata id: meta - uses: docker/metadata-action@v6.1.0 + uses: docker/metadata-action@v6.2.0 with: images: ${{ env.IMAGE_REPOSITORY }} tags: | diff --git a/.github/workflows/_graph_proxy_code.yaml b/.github/workflows/_graph_proxy_code.yaml index d6c9eb2eb..0538e7519 100644 --- a/.github/workflows/_graph_proxy_code.yaml +++ b/.github/workflows/_graph_proxy_code.yaml @@ -19,7 +19,7 @@ jobs: components: clippy,rustfmt - name: Cache Rust Build - uses: Swatinem/rust-cache@v2.9.1 + uses: Swatinem/rust-cache@v2.9.2 with: shared-key: backend/graph-proxy workspaces: backend @@ -46,7 +46,7 @@ jobs: --deny warnings - name: Check Dependencies with Cargo Deny - uses: EmbarkStudios/cargo-deny-action@v2.0.20 + uses: EmbarkStudios/cargo-deny-action@v2.1.1 with: command: check licenses ban manifest-path: backend/Cargo.toml @@ -66,7 +66,7 @@ jobs: components: rustfmt - name: Cache Rust Build - uses: Swatinem/rust-cache@v2.9.1 + uses: Swatinem/rust-cache@v2.9.2 with: shared-key: backend/graph-proxy workspaces: backend diff --git a/.github/workflows/_graph_proxy_container.yaml b/.github/workflows/_graph_proxy_container.yaml index 9beaed18e..a5e24f61d 100644 --- a/.github/workflows/_graph_proxy_container.yaml +++ b/.github/workflows/_graph_proxy_container.yaml @@ -18,7 +18,7 @@ jobs: - name: Log in to GitHub Docker Registry if: github.event_name != 'pull_request' - uses: docker/login-action@v4.2.0 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -30,7 +30,7 @@ jobs: - name: Docker Metadata id: meta - uses: docker/metadata-action@v6.1.0 + uses: docker/metadata-action@v6.2.0 with: images: ${{ env.IMAGE_REPOSITORY }} tags: | diff --git a/.github/workflows/_graph_proxy_schema.yaml b/.github/workflows/_graph_proxy_schema.yaml index b4e98e64d..02112a037 100644 --- a/.github/workflows/_graph_proxy_schema.yaml +++ b/.github/workflows/_graph_proxy_schema.yaml @@ -19,7 +19,7 @@ jobs: components: rustfmt - name: Cache Rust Build - uses: Swatinem/rust-cache@v2.9.1 + uses: Swatinem/rust-cache@v2.9.2 with: shared-key: backend/graph-proxy workspaces: backend diff --git a/.github/workflows/_identity_mapper_container.yaml b/.github/workflows/_identity_mapper_container.yaml index f96def660..2d2a6ee41 100644 --- a/.github/workflows/_identity_mapper_container.yaml +++ b/.github/workflows/_identity_mapper_container.yaml @@ -18,7 +18,7 @@ jobs: - name: Log in to GitHub Docker Registry if: github.event_name != 'pull_request' - uses: docker/login-action@v4.1.0 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -26,7 +26,7 @@ jobs: - name: Docker Metadata id: meta - uses: docker/metadata-action@v6.1.0 + uses: docker/metadata-action@v6.2.0 with: images: ${{ env.IMAGE_REPOSITORY }} tags: | diff --git a/.github/workflows/_kyverno_policy.yaml b/.github/workflows/_kyverno_policy.yaml index 6c468ab9f..9055874f8 100644 --- a/.github/workflows/_kyverno_policy.yaml +++ b/.github/workflows/_kyverno_policy.yaml @@ -17,7 +17,7 @@ jobs: uses: kyverno/action-install-chainsaw@v0.2.15 - name: Create kind cluster - uses: helm/kind-action@v1.14.0 + uses: helm/kind-action@v1.15.0 - name: Install chart dependencies run: | diff --git a/.github/workflows/_sessionspaces_api_container.yaml b/.github/workflows/_sessionspaces_api_container.yaml index 0f4546132..575b8a2e3 100644 --- a/.github/workflows/_sessionspaces_api_container.yaml +++ b/.github/workflows/_sessionspaces_api_container.yaml @@ -17,7 +17,7 @@ jobs: - name: Log in to GitHub Docker Registry if: github.event_name != 'pull_request' - uses: docker/login-action@v4.2.0 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -29,7 +29,7 @@ jobs: - name: Docker Metadata id: meta - uses: docker/metadata-action@v6.1.0 + uses: docker/metadata-action@v6.2.0 with: images: ${{ env.IMAGE_REPOSITORY }} tags: | diff --git a/.github/workflows/_sessionspaces_code.yaml b/.github/workflows/_sessionspaces_code.yaml index f846c4579..0fd7fdda0 100644 --- a/.github/workflows/_sessionspaces_code.yaml +++ b/.github/workflows/_sessionspaces_code.yaml @@ -29,7 +29,7 @@ jobs: components: clippy,rustfmt - name: Cache Rust Build - uses: Swatinem/rust-cache@v2.9.1 + uses: Swatinem/rust-cache@v2.9.2 with: workspaces: backend shared-key: backend/sessionspaces @@ -51,7 +51,7 @@ jobs: --deny warnings - name: Check Dependencies with Cargo Deny - uses: EmbarkStudios/cargo-deny-action@v2.0.20 + uses: EmbarkStudios/cargo-deny-action@v2.1.1 with: command: check licenses ban manifest-path: backend/Cargo.toml @@ -79,7 +79,7 @@ jobs: uses: actions-rust-lang/setup-rust-toolchain@v1.16.1 - name: Cache Rust Build - uses: Swatinem/rust-cache@v2.9.1 + uses: Swatinem/rust-cache@v2.9.2 with: workspaces: backend shared-key: backend/sessionspaces diff --git a/.github/workflows/_sessionspaces_container.yaml b/.github/workflows/_sessionspaces_container.yaml index 897b28680..d59e36bcb 100644 --- a/.github/workflows/_sessionspaces_container.yaml +++ b/.github/workflows/_sessionspaces_container.yaml @@ -29,7 +29,7 @@ jobs: - name: Log in to GitHub Docker Registry if: github.event_name != 'pull_request' - uses: docker/login-action@v4.2.0 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -41,7 +41,7 @@ jobs: - name: Docker Metadata id: meta - uses: docker/metadata-action@v6.1.0 + uses: docker/metadata-action@v6.2.0 with: images: ${{ env.IMAGE_REPOSITORY }} tags: | diff --git a/.github/workflows/_sessionspaces_controller_code.yaml b/.github/workflows/_sessionspaces_controller_code.yaml index 523cb1898..98aac9cda 100644 --- a/.github/workflows/_sessionspaces_controller_code.yaml +++ b/.github/workflows/_sessionspaces_controller_code.yaml @@ -30,7 +30,7 @@ jobs: components: clippy,rustfmt - name: Cache Rust Build - uses: Swatinem/rust-cache@v2.9.1 + uses: Swatinem/rust-cache@v2.9.2 with: shared-key: backend/sessionspaces-controller workspaces: backend @@ -52,7 +52,7 @@ jobs: --deny warnings - name: Check Dependencies with Cargo Deny - uses: EmbarkStudios/cargo-deny-action@v2.0.20 + uses: EmbarkStudios/cargo-deny-action@v2.1.1 with: command: check licenses ban manifest-path: backend/Cargo.toml @@ -83,7 +83,7 @@ jobs: components: rustfmt - name: Cache Rust Build - uses: Swatinem/rust-cache@v2.9.1 + uses: Swatinem/rust-cache@v2.9.2 with: shared-key: backend/sessionspaces-controller workspaces: backend diff --git a/.github/workflows/_sessionspaces_webhook_container.yaml b/.github/workflows/_sessionspaces_webhook_container.yaml index 24bbf660b..8b1ef50db 100644 --- a/.github/workflows/_sessionspaces_webhook_container.yaml +++ b/.github/workflows/_sessionspaces_webhook_container.yaml @@ -17,7 +17,7 @@ jobs: - name: Log in to GitHub Docker Registry if: github.event_name != 'pull_request' - uses: docker/login-action@v4.2.0 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -29,7 +29,7 @@ jobs: - name: Docker Metadata id: meta - uses: docker/metadata-action@v6.1.0 + uses: docker/metadata-action@v6.2.0 with: images: ${{ env.IMAGE_REPOSITORY }} tags: | diff --git a/.github/workflows/_telemetry_code.yaml b/.github/workflows/_telemetry_code.yaml index cdf9ba858..e38639c89 100644 --- a/.github/workflows/_telemetry_code.yaml +++ b/.github/workflows/_telemetry_code.yaml @@ -17,7 +17,7 @@ jobs: components: clippy,rustfmt - name: Cache Rust Build - uses: Swatinem/rust-cache@v2.9.1 + uses: Swatinem/rust-cache@v2.9.2 with: workspaces: backend/telemetry shared-key: backend/telemetry @@ -39,7 +39,7 @@ jobs: --deny warnings - name: Check Dependencies with Cargo Deny - uses: EmbarkStudios/cargo-deny-action@v2.0.20 + uses: EmbarkStudios/cargo-deny-action@v2.1.1 with: command: check licenses ban manifest-path: backend/Cargo.toml @@ -57,7 +57,7 @@ jobs: components: rustfmt - name: Cache Rust Build - uses: Swatinem/rust-cache@v2.9.1 + uses: Swatinem/rust-cache@v2.9.2 with: workspaces: backend/telemetry shared-key: backend/telemetry