Skip to content

Commit e04fa72

Browse files
authored
ref: restore unpinned actions (#4243)
Previously we have pinned actions for those created by 'getsentry/', now it's a maintenance burden to approve & merge every dependabot PR. Let's just unpin them. Therefore making Burak's life easier too.
1 parent 54f2a95 commit e04fa72

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.github/workflows/changelog-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ permissions:
1515

1616
jobs:
1717
changelog-preview:
18-
uses: getsentry/craft/.github/workflows/changelog-preview.yml@f4889d04564e47311038ecb6b910fef6b6cf1363 # 2.25.0
18+
uses: getsentry/craft/.github/workflows/changelog-preview.yml@v2
1919
secrets: inherit

.github/workflows/fast-revert.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323
with:
2424
token: ${{ secrets.BUMP_SENTRY_TOKEN }}
25-
- uses: getsentry/action-fast-revert@35b4b6c1f8f91b5911159568b3b15e531b5b8174 # v2.0.1
25+
- uses: getsentry/action-fast-revert@v2
2626
with:
2727
pr: ${{ github.event.number || github.event.inputs.pr }}
2828
co_authored_by: ${{ github.event.inputs.co_authored_by || format('{0} <{1}+{0}@users.noreply.github.com>', github.event.sender.login, github.event.sender.id) }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fetch-depth: 0
3434
- name: Prepare release
3535
id: prepare-release
36-
uses: getsentry/craft@f4889d04564e47311038ecb6b910fef6b6cf1363 # 2.25.0
36+
uses: getsentry/craft@v2
3737
env:
3838
GITHUB_TOKEN: ${{ steps.token.outputs.token }}
3939
with:
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5151
with:
5252
fetch-depth: 0
53-
- uses: getsentry/action-release@dab6548b3c03c4717878099e43782cf5be654289 # v3.5.0
53+
- uses: getsentry/action-release@v3
5454
env:
5555
SENTRY_ORG: self-hosted
5656
SENTRY_PROJECT: installer

action.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: "Sentry self-hosted end-to-end tests"
2+
description: "Runs end-to-end tests against a self-hosted instance built from the current branch. You can optionally specify a custom image to test against as well."
23
inputs:
34
project_name:
45
required: false
@@ -59,6 +60,8 @@ runs:
5960
# we just cache the venv-dir directly in action-setup-venv
6061
enable-cache: false
6162

63+
# NOTE(aldy505): Specifically pinned to 3.1.0
64+
# See https://github.com/getsentry/action-setup-venv/issues/28
6265
- uses: getsentry/action-setup-venv@6e8aebf461914919d9de6e3082669d6bfecc400c # v3.1.0
6366
with:
6467
python-version: "3.12"

0 commit comments

Comments
 (0)