diff --git a/.github/workflows/assign-ids.yml b/.github/workflows/assign-ids.yml index 85814cf4..54eea2a0 100644 --- a/.github/workflows/assign-ids.yml +++ b/.github/workflows/assign-ids.yml @@ -23,11 +23,11 @@ jobs: uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: ~/.cargo/bin - key: rustsec-admin-0ca9edd637bced72d435a282199af47e727276d3 + key: rustsec-admin-eee63cf3c3916a9b8305678dfb91206acd9e67eb - name: Install rustsec-admin if: steps.admin-cache.outputs.cache-hit != 'true' - run: cargo install --git https://github.com/rustsec/rustsec rustsec-admin --rev 0ca9edd637bced72d435a282199af47e727276d3 + run: cargo install --git https://github.com/rustsec/rustsec rustsec-admin --rev eee63cf3c3916a9b8305678dfb91206acd9e67eb - name: Assign IDs id: assign diff --git a/.github/workflows/export-osv.yml b/.github/workflows/export-osv.yml index a41c193c..7f124f5f 100644 --- a/.github/workflows/export-osv.yml +++ b/.github/workflows/export-osv.yml @@ -21,11 +21,11 @@ jobs: id: admin-cache with: path: ~/.cargo/bin - key: rustsec-admin-0ca9edd637bced72d435a282199af47e727276d3 + key: rustsec-admin-eee63cf3c3916a9b8305678dfb91206acd9e67eb - name: Install rustsec-admin if: steps.admin-cache.outputs.cache-hit != 'true' - run: cargo install --git https://github.com/rustsec/rustsec rustsec-admin --rev 0ca9edd637bced72d435a282199af47e727276d3 + run: cargo install --git https://github.com/rustsec/rustsec rustsec-admin --rev eee63cf3c3916a9b8305678dfb91206acd9e67eb - run: | mkdir -p crates diff --git a/.github/workflows/publish-web.yml b/.github/workflows/publish-web.yml index 6d72ef4e..d08b98ba 100644 --- a/.github/workflows/publish-web.yml +++ b/.github/workflows/publish-web.yml @@ -21,11 +21,11 @@ jobs: id: admin-cache with: path: ~/.cargo/bin - key: rustsec-admin-0ca9edd637bced72d435a282199af47e727276d3 + key: rustsec-admin-eee63cf3c3916a9b8305678dfb91206acd9e67eb - name: Install rustsec-admin if: steps.admin-cache.outputs.cache-hit != 'true' - run: cargo install --git https://github.com/rustsec/rustsec rustsec-admin --rev 0ca9edd637bced72d435a282199af47e727276d3 + run: cargo install --git https://github.com/rustsec/rustsec rustsec-admin --rev eee63cf3c3916a9b8305678dfb91206acd9e67eb - run: | rustsec-admin web . diff --git a/.github/workflows/sync-ids.yml b/.github/workflows/sync-ids.yml index 962cd3a3..594f1f18 100644 --- a/.github/workflows/sync-ids.yml +++ b/.github/workflows/sync-ids.yml @@ -25,11 +25,11 @@ jobs: uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: ~/.cargo/bin - key: rustsec-admin-0ca9edd637bced72d435a282199af47e727276d3 + key: rustsec-admin-eee63cf3c3916a9b8305678dfb91206acd9e67eb - name: Install rustsec-admin if: steps.admin-cache.outputs.cache-hit != 'true' - run: cargo install --git https://github.com/rustsec/rustsec rustsec-admin --rev 0ca9edd637bced72d435a282199af47e727276d3 + run: cargo install --git https://github.com/rustsec/rustsec rustsec-admin --rev eee63cf3c3916a9b8305678dfb91206acd9e67eb - name: Synchronize IDs id: sync_ids diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index f944d08a..731bbb18 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -21,11 +21,11 @@ jobs: uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: ~/.cargo/bin - key: rustsec-admin-0ca9edd637bced72d435a282199af47e727276d3 + key: rustsec-admin-eee63cf3c3916a9b8305678dfb91206acd9e67eb - name: Install rustsec-admin if: steps.admin-cache.outputs.cache-hit != 'true' - run: cargo install --git https://github.com/rustsec/rustsec rustsec-admin --rev 0ca9edd637bced72d435a282199af47e727276d3 + run: cargo install --git https://github.com/rustsec/rustsec rustsec-admin --rev eee63cf3c3916a9b8305678dfb91206acd9e67eb - name: Lint advisories run: rustsec-admin lint