Skip to content

Commit

Permalink
ci: use commit hash for LizardByte actions (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Oct 31, 2023
1 parent 7bf3fc9 commit 21c111e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,16 @@ jobs:

- name: Run Action
id: setup-release
uses: LizardByte/[email protected]
# dependabot cannot pick up our tags, so use the commit hash
uses: LizardByte/setup-release-action@38bc9762d673470bd6f78613ae88b6b62c6e282b
with:
fail_on_events_api_error: true
github_token: ${{ secrets.GH_BOT_TOKEN }}

- name: Create Release
id: action
uses: LizardByte/[email protected]
# dependabot cannot pick up our tags, so use the commit hash
uses: LizardByte/create-release-action@cd331e8752cdc0b66d75ad41ada0c16cae7cdf73
with:
allowUpdates: false
artifacts: ''
Expand Down

0 comments on commit 21c111e

Please sign in to comment.