diff --git a/.github/workflows/act_build.yml b/.github/workflows/act_build.yml index 2a1e2b4..2c4843e 100644 --- a/.github/workflows/act_build.yml +++ b/.github/workflows/act_build.yml @@ -40,7 +40,7 @@ jobs: debug_info: - packed steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - name: Install Rust @@ -107,7 +107,7 @@ jobs: - stable - nightly steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - name: Install Rust diff --git a/.github/workflows/act_build_release.yml b/.github/workflows/act_build_release.yml index 48bf8bd..72ea340 100644 --- a/.github/workflows/act_build_release.yml +++ b/.github/workflows/act_build_release.yml @@ -46,7 +46,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - name: Setup Rust @@ -88,7 +88,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - name: Install Rust toolchain diff --git a/.github/workflows/act_lint.yml b/.github/workflows/act_lint.yml index 6e29917..1322582 100644 --- a/.github/workflows/act_lint.yml +++ b/.github/workflows/act_lint.yml @@ -15,7 +15,7 @@ jobs: security-events: write steps: - name: Checkout code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false @@ -53,7 +53,7 @@ jobs: name: Rustfmt runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - name: Install Rust @@ -63,7 +63,7 @@ jobs: cargo-deny: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false @@ -82,7 +82,7 @@ jobs: cargo-about: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false diff --git a/.github/workflows/ci-dev.yml b/.github/workflows/ci-dev.yml index 11da522..fdab6eb 100644 --- a/.github/workflows/ci-dev.yml +++ b/.github/workflows/ci-dev.yml @@ -29,7 +29,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: # Shallow checkouts don't work for merging, so pull in enough history to likely work fetch-depth: 75 diff --git a/.github/workflows/release-plz-pr.yml b/.github/workflows/release-plz-pr.yml index cc768e6..1f75a1e 100644 --- a/.github/workflows/release-plz-pr.yml +++ b/.github/workflows/release-plz-pr.yml @@ -26,7 +26,7 @@ jobs: cancel-in-progress: false steps: - name: Checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: true fetch-depth: 0 @@ -34,7 +34,7 @@ jobs: - name: Install Rust toolchain uses: dtolnay/rust-toolchain@stable - name: Run release-plz - uses: release-plz/action@487eb7b5c085a664d5c5ca05f4159bd9b591182a # v0.5.120 + uses: release-plz/action@e592230ad39e3ec735402572601fc621aa24355c # v0.5.124 with: command: release-pr env: diff --git a/.github/workflows/release-plz-release.yml b/.github/workflows/release-plz-release.yml index 3c42e7b..6f4e246 100644 --- a/.github/workflows/release-plz-release.yml +++ b/.github/workflows/release-plz-release.yml @@ -23,7 +23,7 @@ jobs: id-token: write steps: - name: Checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: true fetch-depth: 0 @@ -31,7 +31,7 @@ jobs: - name: Install Rust toolchain uses: dtolnay/rust-toolchain@stable - name: Run release-plz - uses: release-plz/action@487eb7b5c085a664d5c5ca05f4159bd9b591182a # v0.5.120 + uses: release-plz/action@e592230ad39e3ec735402572601fc621aa24355c # v0.5.124 with: command: release env: