Skip to content

Commit 4d2f6ce

Browse files
Pin dependencies
1 parent adbab2a commit 4d2f6ce

File tree

21 files changed

+114
-114
lines changed

21 files changed

+114
-114
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 }}

0 commit comments

Comments
 (0)