From e89c4ccb19e03a32cb0ecaca80bf31be5012adbc Mon Sep 17 00:00:00 2001 From: Taiki Ono Date: Mon, 17 Jun 2024 12:02:13 +0900 Subject: [PATCH] Update code comments Signed-off-by: Taiki Ono --- .github/workflows/clippy.yml | 2 +- .github/workflows/test-annotation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index 0cda624..7903037 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -8,7 +8,7 @@ jobs: pull-requests: write steps: - uses: actions/checkout@v4 - - uses: dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a # Latest as of 2023-11-16 + - uses: dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a # No semver tag. with: toolchain: stable components: clippy diff --git a/.github/workflows/test-annotation.yml b/.github/workflows/test-annotation.yml index fb16705..a5de1ee 100644 --- a/.github/workflows/test-annotation.yml +++ b/.github/workflows/test-annotation.yml @@ -24,7 +24,7 @@ jobs: # Generate `gitleaks` binary tar --extract --gzip --file "gitleaks_${VERSION}_${TARGET}.tar.gz" --verbose sudo install gitleaks /usr/local/bin/gitleaks - - uses: dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a # Latest as of 2023-11-16 + - uses: dtolnay/rust-toolchain@d8352f6b1d2e870bc5716e7a6d9b65c4cc244a1a # No semver tag. with: toolchain: stable - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1