Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -198,7 +198,7 @@ jobs:
git config --global --add safe.directory "*"

- name: Setup python
uses: actions/setup-python@v5
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
if: ${{ !contains(matrix.container, 'alpine') }}
id: python-setup
with:
Expand DownExpand Up@@ -263,7 +263,7 @@ jobs:
run: yarn build:lib

- name: Archive Binary
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
with:
name: profiling-node-binaries-${{ matrix.binary }}
path: ${{ github.workspace }}/lib/sentry_cpu_profiler-${{matrix.binary}}.node
Expand All@@ -288,7 +288,7 @@ jobs:
run: yarn build:lib

- name: Extract Prebuilt Binaries
uses: actions/download-artifact@v4
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
with:
pattern: profiling-node-binaries-*
path: ${{ github.workspace }}/lib/
Expand All@@ -298,7 +298,7 @@ jobs:
run: yarn build:tarball

- name: Archive artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
with:
name: ${{ github.sha }}
retention-days: 90
Expand DownExpand Up@@ -330,7 +330,7 @@ jobs:
- name: Install dependencies
run: yarn install --ignore-engines --ignore-scripts --frozen-lockfile
- name: Download Tarball
uses: actions/download-artifact@v4
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
with:
name: ${{ github.sha }}
- name: Run tests
Expand All@@ -354,7 +354,7 @@ jobs:
- name: Install dependencies
run: yarn install --ignore-engines --ignore-scripts --frozen-lockfile
- name: Download Tarball
uses: actions/download-artifact@v4
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
with:
name: ${{ github.sha }}
- name: Run tests
Expand All@@ -374,7 +374,7 @@ jobs:
- name: Install dependencies
run: yarn install --ignore-engines --ignore-scripts --frozen-lockfile
- name: Download Tarball
uses: actions/download-artifact@v4
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
with:
name: ${{ github.sha }}
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog-preview.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -14,5 +14,5 @@ permissions:

jobs:
changelog-preview:
uses: getsentry/craft/.github/workflows/changelog-preview.yml@v2
uses: getsentry/craft/.github/workflows/changelog-preview.yml@f4889d04564e47311038ecb6b910fef6b6cf1363 # v2
secrets: inherit
Loading