diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a77a110..1ec367c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,12 +23,12 @@ jobs: options: --cap-add=SYS_ADMIN --privileged steps: - name: Checkout Ultramarine repository - uses: actions/checkout@v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: repository: Ultramarine-Linux/packages fetch-depth: 0 - name: Checkout Mock Configs - uses: actions/checkout@v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: 0 path: mock-configs @@ -49,7 +49,7 @@ jobs: x=${NAME//\//@} echo "name=$x" >> $GITHUB_OUTPUT - - uses: actions/upload-artifact@v7 + - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: ${{ steps.art.outputs.name }} compression-level: 0 # The RPMs are already compressed :p