diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 511e682..73fa54c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: persist-credentials: false fetch-depth: 1 - uses: dtolnay/rust-toolchain@stable - - uses: taiki-e/install-action@v2.82.2 + - uses: taiki-e/install-action@v2.82.9 with: # Pin tool versions for reproducible parser behavior in advisory DB checks. tool: cargo-deny@0.19.4,cargo-audit@0.22.1 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 10ed07d..fce3b26 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -35,10 +35,10 @@ jobs: persist-credentials: false fetch-depth: 1 - - uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e + - uses: github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a with: languages: ${{ matrix.language }} - - uses: github/codeql-action/autobuild@8aad20d150bbac5944a9f9d289da16a4b0d87c1e + - uses: github/codeql-action/autobuild@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a - - uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e + - uses: github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a