From e786d8ae2ca0727696461c1973e3fc10c16cf2db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 01:27:14 +0000 Subject: [PATCH] Bump the github-actions group with 6 updates Bumps the github-actions group with 6 updates: | Package | From | To | | --- | --- | --- | | [taiki-e/install-action](https://github.com/taiki-e/install-action) | `2.62.56` | `2.62.60` | | [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) | `2.8.1` | `2.8.2` | | [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) | `2.0.13` | `2.0.14` | | [docker/metadata-action](https://github.com/docker/metadata-action) | `5.9.0` | `5.10.0` | | [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm) | `1.2.7` | `1.2.8` | | [github/codeql-action](https://github.com/github/codeql-action) | `4.31.4` | `4.31.5` | Updates `taiki-e/install-action` from 2.62.56 to 2.62.60 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/f79fe7514db78f0a7bdba3cb6dd9c1baa7d046d9...3575e532701a5fc614b0c842e4119af4cc5fd16d) Updates `Swatinem/rust-cache` from 2.8.1 to 2.8.2 - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](https://github.com/swatinem/rust-cache/compare/f13886b937689c021905a6b90929199931d60db1...779680da715d629ac1d338a641029a2f4372abb5) Updates `EmbarkStudios/cargo-deny-action` from 2.0.13 to 2.0.14 - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](https://github.com/embarkstudios/cargo-deny-action/compare/f2ba7abc2abebaf185c833c3961145a3c275caad...76cd80eb775d7bbbd2d80292136d74d39e1b4918) Updates `docker/metadata-action` from 5.9.0 to 5.10.0 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/318604b99e75e41977312d83839a89be02ca4893...c299e40c65443455700f0fdfc63efafe5b349051) Updates `vmactions/freebsd-vm` from 1.2.7 to 1.2.8 - [Release notes](https://github.com/vmactions/freebsd-vm/releases) - [Commits](https://github.com/vmactions/freebsd-vm/compare/b9c3f24600acdef618ef1c9e2d3c6eeda4dce712...0cd283ca698d48b59cda444a9948f48a30709627) Updates `github/codeql-action` from 4.31.4 to 4.31.5 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/e12f0178983d466f2f6028f5cc7a6d786fd97f4b...fdbfb4d2750291e159f0156def62b853c2798ca2) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.62.60 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: Swatinem/rust-cache dependency-version: 2.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: EmbarkStudios/cargo-deny-action dependency-version: 2.0.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: docker/metadata-action dependency-version: 5.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: vmactions/freebsd-vm dependency-version: 1.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 4.31.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/checks.yaml | 16 ++++++++-------- .github/workflows/docker.yaml | 2 +- .github/workflows/nightly.yaml | 2 +- .github/workflows/packaging.yaml | 2 +- .github/workflows/scorecard.yaml | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index e3ea12358..e4ed42bc0 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -85,11 +85,11 @@ jobs: with: target: ${{ matrix.target }} - name: Install cargo-llvm-cov - uses: taiki-e/install-action@f79fe7514db78f0a7bdba3cb6dd9c1baa7d046d9 + uses: taiki-e/install-action@3575e532701a5fc614b0c842e4119af4cc5fd16d with: tool: cargo-llvm-cov - name: Rust cache - uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 + uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 with: shared-key: "${{matrix.rust}}-${{matrix.target}}" - name: cargo build @@ -122,7 +122,7 @@ jobs: with: toolchain: nightly - name: Install udeps - uses: taiki-e/install-action@f79fe7514db78f0a7bdba3cb6dd9c1baa7d046d9 + uses: taiki-e/install-action@3575e532701a5fc614b0c842e4119af4cc5fd16d with: tool: cargo-udeps - name: cargo udeps @@ -223,13 +223,13 @@ jobs: if: ${{matrix.runs_on == 'ubuntu-latest'}} - name: Install bindgen-cli - uses: taiki-e/install-action@f79fe7514db78f0a7bdba3cb6dd9c1baa7d046d9 + uses: taiki-e/install-action@3575e532701a5fc614b0c842e4119af4cc5fd16d with: tool: bindgen-cli if: ${{matrix.runs_on == 'ubuntu-latest'}} - name: Rust cache - uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 + uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 with: shared-key: "stable-${{matrix.target}}" @@ -289,7 +289,7 @@ jobs: toolchain: nightly components: llvm-tools-preview - name: Install cargo fuzz & rustfilt - uses: taiki-e/install-action@f79fe7514db78f0a7bdba3cb6dd9c1baa7d046d9 + uses: taiki-e/install-action@3575e532701a5fc614b0c842e4119af4cc5fd16d with: tool: cargo-fuzz,rustfilt - name: Run `cargo fuzz` @@ -321,10 +321,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 - - uses: EmbarkStudios/cargo-deny-action@f2ba7abc2abebaf185c833c3961145a3c275caad + - uses: EmbarkStudios/cargo-deny-action@76cd80eb775d7bbbd2d80292136d74d39e1b4918 with: arguments: --workspace --all-features - - uses: EmbarkStudios/cargo-deny-action@f2ba7abc2abebaf185c833c3961145a3c275caad + - uses: EmbarkStudios/cargo-deny-action@76cd80eb775d7bbbd2d80292136d74d39e1b4918 with: manifest-path: ./fuzz/Cargo.toml arguments: --all-features diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 1355b8058..f3b696756 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -23,7 +23,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0 + - uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0 id: meta with: images: ghcr.io/pendulum-project/ntpd-rs diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index bf0f11ae8..78d0d40fc 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 - name: test on freebsd - uses: vmactions/freebsd-vm@b9c3f24600acdef618ef1c9e2d3c6eeda4dce712 + uses: vmactions/freebsd-vm@0cd283ca698d48b59cda444a9948f48a30709627 with: usesh: true mem: 4096 diff --git a/.github/workflows/packaging.yaml b/.github/workflows/packaging.yaml index ac24ccac3..5c141cf63 100644 --- a/.github/workflows/packaging.yaml +++ b/.github/workflows/packaging.yaml @@ -33,7 +33,7 @@ jobs: components: "llvm-tools" - name: Install cross, cargo-deb and cargo-generate-rpm - uses: taiki-e/install-action@f79fe7514db78f0a7bdba3cb6dd9c1baa7d046d9 + uses: taiki-e/install-action@3575e532701a5fc614b0c842e4119af4cc5fd16d with: tool: cross, cargo-deb, cargo-generate-rpm diff --git a/.github/workflows/scorecard.yaml b/.github/workflows/scorecard.yaml index f0c72e7dd..3418a54f1 100644 --- a/.github/workflows/scorecard.yaml +++ b/.github/workflows/scorecard.yaml @@ -60,6 +60,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v3.29.5 + uses: github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2 # v3.29.5 with: sarif_file: results.sarif