|
55 | 55 | stable: ${{ matrix.stable }} |
56 | 56 |
|
57 | 57 | - name: Cache style cache |
58 | | - uses: actions/cache@v4 |
| 58 | + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 |
59 | 59 | with: |
60 | 60 | path: /home/linuxbrew/.cache/Homebrew/style |
61 | 61 | key: style-cache-${{ matrix.stable && 'stable-' || 'master-' }}${{ github.sha }} |
@@ -144,13 +144,13 @@ jobs: |
144 | 144 | test-bot-formulae-args: ${{ steps.check-labels.outputs.test-bot-formulae-args }} |
145 | 145 | test-bot-dependents-args: ${{ steps.check-labels.outputs.test-bot-dependents-args }} |
146 | 146 | steps: |
147 | | - - uses: actions/checkout@v4 |
| 147 | + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
148 | 148 | with: |
149 | 149 | persist-credentials: false |
150 | 150 |
|
151 | 151 | - name: Check for CI labels |
152 | 152 | id: check-labels |
153 | | - uses: actions/github-script@v7 |
| 153 | + uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 |
154 | 154 | env: |
155 | 155 | TESTING_FORMULAE: ${{needs.formulae_detect.outputs.testing_formulae}} |
156 | 156 | ADDED_FORMULAE: ${{needs.formulae_detect.outputs.added_formulae}} |
@@ -260,13 +260,13 @@ jobs: |
260 | 260 | test-bot-formulae-args: ${{ steps.check-labels.outputs.test-bot-formulae-args }} |
261 | 261 | test-bot-dependents-args: ${{ steps.check-labels.outputs.test-bot-dependents-args }} |
262 | 262 | steps: |
263 | | - - uses: actions/checkout@v4 |
| 263 | + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
264 | 264 | with: |
265 | 265 | persist-credentials: false |
266 | 266 |
|
267 | 267 | - name: Check for CI labels |
268 | 268 | id: check-labels |
269 | | - uses: actions/github-script@v7 |
| 269 | + uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 |
270 | 270 | env: |
271 | 271 | TESTING_FORMULAE: ${{needs.formulae_detect.outputs.testing_formulae}} |
272 | 272 | ADDED_FORMULAE: ${{needs.formulae_detect.outputs.added_formulae}} |
|
0 commit comments