diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 118733d5..a0ff21de 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -15,7 +15,7 @@ jobs: contents: write steps: - name: checkout project - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac with: fetch-depth: 0 - name: check cargo cache @@ -73,7 +73,7 @@ jobs: url: https://crates.io/crates/rustracer steps: - name: checkout project - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: check cache uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 id: cache @@ -97,7 +97,7 @@ jobs: - cratesio steps: - name: checkout project - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: check cache uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 id: cache @@ -123,7 +123,7 @@ jobs: contents: write steps: - name: checkout project - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac with: fetch-depth: 0 - name: get tag diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18c6f836..1ff1e357 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: rust: ${{ steps.filter.outputs.rust }} steps: - name: checkout project - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 id: filter with: @@ -66,7 +66,7 @@ jobs: contents: read steps: - name: checkout project - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: check cache uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 id: cache @@ -97,7 +97,7 @@ jobs: contents: read steps: - name: checkout project - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: setup python run: | set -x @@ -118,7 +118,7 @@ jobs: contents: read steps: - name: checkout project - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: shellcheck bash run: | shopt -s globstar @@ -134,7 +134,7 @@ jobs: coverage: ${{ steps.coverage.outputs.coverage }} steps: - name: checkout project - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: check cache uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 id: cache @@ -214,7 +214,7 @@ jobs: contents: write steps: - name: checkout project - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: check cache uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 id: cache