diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35567e2fb..d50d76b95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - playwright-tests steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 - uses: volta-cli/action@5c175f92dea6f48441c436471e6479dbc192e194 # v4 - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5 with: @@ -74,7 +74,7 @@ jobs: allow-failure: false steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 - uses: volta-cli/action@5c175f92dea6f48441c436471e6479dbc192e194 # v4 - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5 with: @@ -114,7 +114,7 @@ jobs: - ember-release steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 - uses: volta-cli/action@5c175f92dea6f48441c436471e6479dbc192e194 # v4 - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5 with: @@ -151,7 +151,7 @@ jobs: test-suite: "test:one embroider-optimized" steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 - uses: volta-cli/action@5c175f92dea6f48441c436471e6479dbc192e194 # v4 - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5 with: diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index f83530d85..c8ee4383a 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 - uses: volta-cli/action@5c175f92dea6f48441c436471e6479dbc192e194 # v4 - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d22237936..4c2ef92f7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 - uses: volta-cli/action@5c175f92dea6f48441c436471e6479dbc192e194 # v4 - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5 with: