diff --git a/.github/workflows/announce.yml b/.github/workflows/announce.yml index fd5211e..c60e8a2 100644 --- a/.github/workflows/announce.yml +++ b/.github/workflows/announce.yml @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the announcer - uses: actions/checkout@v4 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: repository: TauCetiProject/TauCetiProgress ref: ${{ inputs.progress_ref }} @@ -65,7 +65,7 @@ jobs: # Two commits of history are enough: the section to announce is exactly what this push added # to a PROGRESS.md file. - name: Check out the roadmap at this commit - uses: actions/checkout@v4 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 2 path: roadmap diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c3f253f..07cba46 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: tests: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - name: Run the suites