@@ -15,16 +15,16 @@ jobs:
1515 permissions :
1616 contents : read
1717 steps :
18- - uses : actions/checkout@v5
19- - uses : oven-sh/setup-bun@v2
18+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
19+ - uses : oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2
2020 with :
2121 bun-version : latest
2222 - run : bun install --frozen-lockfile
2323 - run : bun run build
2424 - run : bun run test --coverage-reporter=lcov --coverage-reporter=text
2525 - name : Report coverage
2626 if : ${{ github.repository_owner == 'maxmilton' }}
27- uses : qltysh/qlty-action/coverage@v1
27+ uses : qltysh/qlty-action/coverage@a2277a908db90c4c868832fb9204521fb940fdb4 # v1
2828 with :
2929 token : ${{ secrets.QLTY_COVERAGE_TOKEN }}
3030 files : coverage/lcov.info
@@ -34,15 +34,15 @@ jobs:
3434 permissions :
3535 contents : read
3636 steps :
37- - uses : actions/checkout@v5
38- - uses : oven-sh/setup-bun@v2
37+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
38+ - uses : oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2
3939 with :
4040 bun-version : latest
4141 - run : bun install --frozen-lockfile
4242 - run : bun playwright install chromium firefox webkit
4343 - run : bun run build
4444 - run : bun run test:e2e --reporter=github,html
45- - uses : actions/upload-artifact@v4
45+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
4646 if : always()
4747 with :
4848 name : playwright-report
5454 permissions :
5555 contents : read
5656 steps :
57- - uses : actions/checkout@v5
58- - uses : oven-sh/setup-bun@v2
57+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
58+ - uses : oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2
5959 with :
6060 bun-version : latest
6161 - run : bun install --frozen-lockfile
0 commit comments