Skip to content

Commit 7fff2fc

Browse files
committed
hard code action versions to use
1 parent f8d9e41 commit 7fff2fc

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/deploy-go-docker-image.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ name: Deploy Go Docker Image
22
on:
33
workflow_call:
44
inputs:
5-
actionsVersion:
6-
required: true
7-
type: string
8-
description: The version of shared actions to run
95
stage:
106
required: true
117
type: string
@@ -116,7 +112,7 @@ jobs:
116112
heroku container:release -a ${{ inputs.herokuApp }} web
117113
118114
- name: Notify Bugsnag Sources
119-
uses: anime-skip/github-actions/.github/actions/bugsnag-report-go-release@${{ inputs.actionsVersion }}
115+
uses: anime-skip/github-actions/.github/actions/bugsnag-report-go-release@v6
120116
with:
121117
apiKey: ${{ secrets.bugsnagApiKey }}
122118
version: ${{ steps.details.outputs.version }}
@@ -126,7 +122,7 @@ jobs:
126122
repository: ${{ inputs.repository }}
127123

128124
- name: Add Release to Grafana
129-
uses: anime-skip/github-actions/.github/actions/grafana-release-annotation@${{ inputs.actionsVersion }}
125+
uses: anime-skip/github-actions/.github/actions/grafana-release-annotation@v6
130126
with:
131127
version: ${{ steps.details.outputs.version }}
132128
repository: ${{ inputs.repository }}

0 commit comments

Comments
 (0)