|
18 | 18 | runs-on: ubuntu-24.04-arm |
19 | 19 |
|
20 | 20 | steps: |
21 | | - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 |
| 21 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
22 | 22 | with: |
23 | 23 | persist-credentials: false |
24 | 24 |
|
|
31 | 31 | id: cache |
32 | 32 | run: echo "path=$(pnpm store path)" >> "$GITHUB_OUTPUT" |
33 | 33 |
|
34 | | - - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5 |
| 34 | + - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
35 | 35 | with: |
36 | 36 | path: ${{ steps.cache.outputs.path }} |
37 | 37 | key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }} |
|
49 | 49 | runs-on: ubuntu-24.04-arm |
50 | 50 |
|
51 | 51 | steps: |
52 | | - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 |
| 52 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
53 | 53 | with: |
54 | 54 | persist-credentials: false |
55 | 55 |
|
|
62 | 62 | id: cache |
63 | 63 | run: echo "path=$(pnpm store path)" >> "$GITHUB_OUTPUT" |
64 | 64 |
|
65 | | - - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5 |
| 65 | + - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
66 | 66 | with: |
67 | 67 | path: ${{ steps.cache.outputs.path }} |
68 | 68 | key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }} |
|
78 | 78 | runs-on: ubuntu-24.04-arm |
79 | 79 |
|
80 | 80 | steps: |
81 | | - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 |
| 81 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
82 | 82 | with: |
83 | 83 | persist-credentials: false |
84 | 84 |
|
|
91 | 91 | id: cache |
92 | 92 | run: echo "path=$(pnpm store path)" >> "$GITHUB_OUTPUT" |
93 | 93 |
|
94 | | - - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5 |
| 94 | + - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
95 | 95 | with: |
96 | 96 | path: ${{ steps.cache.outputs.path }} |
97 | 97 | key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }} |
@@ -132,7 +132,7 @@ jobs: |
132 | 132 | password: ${{ secrets.GITHUB_TOKEN }} |
133 | 133 |
|
134 | 134 | - name: Build and maybe Push Docker image |
135 | | - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 |
| 135 | + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 |
136 | 136 | with: |
137 | 137 | push: ${{ github.ref == 'refs/heads/main' }} |
138 | 138 | tags: ${{ steps.meta.outputs.tags }} |
|
0 commit comments