diff --git a/.github/workflows/release_candidate.yml b/.github/workflows/release_candidate.yml index af8241a1..d90c327d 100644 --- a/.github/workflows/release_candidate.yml +++ b/.github/workflows/release_candidate.yml @@ -38,9 +38,9 @@ jobs: permissions: contents: read - steps:actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Login to DockerHub if: github.event_name != 'pull_request' @@ -90,9 +90,9 @@ jobs: permissions: contents: read - steps:actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Login to DockerHub if: github.event_name != 'pull_request' diff --git a/.github/workflows/unit.tests-formatting.yml b/.github/workflows/unit.tests-formatting.yml index 48454f97..15125289 100644 --- a/.github/workflows/unit.tests-formatting.yml +++ b/.github/workflows/unit.tests-formatting.yml @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest strategy: - matrix:actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + matrix: dotnet-version: ['7.0'] steps: