Skip to content

Commit

Permalink
Hardcode SHA for container dependencies (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
gap777 authored Feb 28, 2023
1 parent 6b937e6 commit 85fba32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#running-a-workflow-based-on-the-conclusion-of-another-workflow
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@latest
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- name: Tag and Push Gem
id: tag-and-push-gem
# This action basically runs `bundle exec rake release` if there is not an existing tag in GitHub
# for the current version of the gem, found in the `gemspec`.
uses: discourse/publish-rubygems-action@latest
uses: discourse/publish-rubygems-action@ec5415e2cc3509a5cc8c4eef9499cf3fb05f8391
env:
# This is provided to GitHub Actions automatically – you do not need to add this secret.
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit 85fba32

Please sign in to comment.