Skip to content

Commit a3850f4

Browse files
Pin dependencies
1 parent edabb63 commit a3850f4

File tree

23 files changed

+140
-140
lines changed

23 files changed

+140
-140
lines changed

.github/actions/deploy-tinybird/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636
working-directory: ghost/core/core/server/data/tinybird
3737

3838
- name: Send slack notification
39-
uses: slackapi/slack-github-action@v2.1.1
39+
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
4040
if: always()
4141
with:
4242
webhook: ${{ inputs.slack-webhook }}

.github/actions/load-docker-image/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
steps:
1818
- name: Download image artifact (artifact)
1919
if: inputs.use-artifact == 'true'
20-
uses: actions/download-artifact@v4
20+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
2121
with:
2222
name: ${{ inputs.artifact-name }}
2323

@@ -34,7 +34,7 @@ runs:
3434
3535
- name: Log in to GitHub Container Registry
3636
if: inputs.use-artifact == 'false'
37-
uses: docker/login-action@v3
37+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
3838
with:
3939
registry: ghcr.io
4040
username: ${{ github.actor }}

.github/actions/restore-cache/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
steps:
1111
- name: Check dependency cache
1212
id: dep-cache
13-
uses: actions/cache/restore@v4
13+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
1414
with:
1515
path: ${{ env.CACHED_DEPENDENCY_PATHS }}
1616
key: ${{ env.DEPENDENCY_CACHE_KEY }}
@@ -26,7 +26,7 @@ runs:
2626
- name: Check dependency cache (retry)
2727
id: dep-cache-retry-attempt
2828
if: steps.dep-cache.outputs.cache-hit != 'true'
29-
uses: actions/cache/restore@v4
29+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
3030
with:
3131
path: ${{ env.CACHED_DEPENDENCY_PATHS }}
3232
key: ${{ env.DEPENDENCY_CACHE_KEY }}

.github/actions/setup-playwright/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
shell: bash
1616
run: echo "version=$(node -p "require('@playwright/test/package.json').version")" >> $GITHUB_OUTPUT
1717

18-
- uses: actions/cache@v4
18+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
1919
name: Check if Playwright browser is cached
2020
id: playwright-cache
2121
with:

0 commit comments

Comments
 (0)