diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 07da00b..ee1e331 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone this git repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Project Syntax Verification run: make docker/run target=${{ inputs.tardigradelint-target }} @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone this git repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Check workflow files uses: reviewdog/action-actionlint@7485c2136bd093d2317a854c72910eebaee35238 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9364b7f..a34ac4d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac with: fetch-depth: 0 - run: git fetch --tags --force origin # WA: https://github.com/actions/checkout/issues/882 diff --git a/.github/workflows/test-salt-linux.yml b/.github/workflows/test-salt-linux.yml index f6927ee..84d287b 100644 --- a/.github/workflows/test-salt-linux.yml +++ b/.github/workflows/test-salt-linux.yml @@ -45,7 +45,7 @@ jobs: SALT_REPO_URL: ${{ format(inputs.salt-repo-url, inputs.salt-os-version) }} steps: - name: Clone this git repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # Install salt - run: touch /etc/fstab diff --git a/.github/workflows/test-salt-windows.yml b/.github/workflows/test-salt-windows.yml index b21f9ca..8d07f1e 100644 --- a/.github/workflows/test-salt-windows.yml +++ b/.github/workflows/test-salt-windows.yml @@ -29,7 +29,7 @@ jobs: runs-on: ${{ inputs.salt-os-version}} steps: - name: Clone this git repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # Install salt - run: > diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 25c1319..716fe9d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone this git repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Start the mock AWS stack run: make mockstack/up