Skip to content

Commit 85fba32

Browse files
authored
Hardcode SHA for container dependencies (#12)
1 parent 6b937e6 commit 85fba32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#running-a-workflow-based-on-the-conclusion-of-another-workflow
1414
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1515
steps:
16-
- uses: actions/checkout@latest
16+
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
1717
- name: Tag and Push Gem
1818
id: tag-and-push-gem
1919
# This action basically runs `bundle exec rake release` if there is not an existing tag in GitHub
2020
# for the current version of the gem, found in the `gemspec`.
21-
uses: discourse/publish-rubygems-action@latest
21+
uses: discourse/publish-rubygems-action@ec5415e2cc3509a5cc8c4eef9499cf3fb05f8391
2222
env:
2323
# This is provided to GitHub Actions automatically – you do not need to add this secret.
2424
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)