diff --git a/.github/workflows/continuous-tests.yml b/.github/workflows/continuous-tests.yml index 271a0724..75079044 100644 --- a/.github/workflows/continuous-tests.yml +++ b/.github/workflows/continuous-tests.yml @@ -20,7 +20,7 @@ jobs: - name: Run Tests run: yarn workspace @joshdb/json run test - name: Store Code Coverage Report - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # tag=v3 + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3 with: name: coverage path: coverage/ @@ -37,7 +37,7 @@ jobs: - name: Run Tests run: yarn workspace @joshdb/map run test - name: Store Code Coverage Report - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # tag=v3 + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3 with: name: coverage path: coverage/ @@ -64,7 +64,7 @@ jobs: - name: Run Tests run: yarn workspace @joshdb/maria run test - name: Store Code Coverage Report - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # tag=v3 + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3 with: name: coverage path: coverage/ @@ -89,7 +89,7 @@ jobs: - name: Run Tests run: yarn workspace @joshdb/mongo run test - name: Store Code Coverage Report - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # tag=v3 + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3 with: name: coverage path: coverage/ @@ -119,7 +119,7 @@ jobs: - name: Run Tests run: yarn workspace @joshdb/postgresql run test --coverage - name: Store Code Coverage Report - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # tag=v3 + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3 with: name: coverage path: coverage/ @@ -142,7 +142,7 @@ jobs: - name: Run Tests run: yarn workspace @joshdb/redis run test --coverage - name: Store Code Coverage Report - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # tag=v3 + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3 with: name: coverage path: coverage/ @@ -161,7 +161,7 @@ jobs: - name: Run Tests run: yarn workspace @joshdb/sqlite run test --coverage - name: Store Code Coverage Report - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # tag=v3 + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3 with: name: coverage path: coverage/ diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 29489e6d..ef6f04f6 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -33,7 +33,7 @@ jobs: - name: Build Documentation run: yarn docs - name: Upload Documentation Artifacts - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # tag=v3 + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3 with: name: docs path: packages/*/docs/api.json