Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- 6379:6379

steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0
with:
submodules: recursive

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build_binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
apt-get update
apt-get install -y --no-install-recommends git ca-certificates gcc libc6-dev curl make zip

- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0
with:
submodules: recursive

Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
runs-on: ubuntu-22.04-arm

steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0
with:
submodules: recursive

Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
runs-on: macos-14

steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0
with:
submodules: recursive

Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
runs-on: windows-2022

steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0
with:
submodules: recursive

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
}')[matrix.build-arch] }}

steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0
with:
submodules: recursive

Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
runs-on: macos-14

steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0
with:
submodules: recursive

Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0
with:
submodules: recursive

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Changelogs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
26 changes: 13 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y libcurl4-openssl-dev

- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0
with:
submodules: recursive

Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y libcurl4-openssl-dev

- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0
with:
submodules: recursive

Expand All @@ -128,7 +128,7 @@ jobs:
outputs:
devservices-files-changed: ${{ steps.changes.outputs.devservices-files-changed }}
steps:
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.7
- uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 # v4.1.7
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Inconsistent checkout action version in devservices job

The devservices-files-changed job uses actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 # v4.1.7 while all other jobs in the workflow use actions/checkout@v6.0.0. This inconsistency means different checkout behavior within the same workflow, particularly regarding credential persistence mechanisms. The job should be updated to v6.0.0 like all other instances to maintain consistency across the codebase.

Fix in Cursor Fix in Web

- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
name: Check for file changes
id: changes
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
if: "!startsWith(github.ref, 'refs/heads/release-library/')"

steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0
with:
submodules: recursive

Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
ghcr.io/getsentry/objectstore:nightly \
run

- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0
with:
submodules: recursive

Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0
with:
submodules: recursive

Expand Down Expand Up @@ -358,7 +358,7 @@ jobs:
run: |
curl -sL https://sentry.io/get-cli/ | bash

- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0
with:
submodules: recursive

Expand Down Expand Up @@ -434,7 +434,7 @@ jobs:
run: |
curl -sL https://sentry.io/get-cli/ | bash

- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0
with:
submodules: recursive

Expand Down Expand Up @@ -499,7 +499,7 @@ jobs:
REVISION: "${{ github.event.pull_request.head.sha || github.sha }}"

steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0

- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
Expand Down Expand Up @@ -565,7 +565,7 @@ jobs:
if: "!startsWith(github.ref, 'refs/heads/release-library/') && !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' && needs.build-setup.outputs.full_ci == 'true'"

steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0

- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
Expand Down Expand Up @@ -776,7 +776,7 @@ jobs:
ghcr.io/getsentry/objectstore:nightly \
run

- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0
with:
submodules: recursive

Expand Down Expand Up @@ -825,7 +825,7 @@ jobs:
steps:
# Checkout Sentry and run integration tests against latest Relay
- name: Checkout Sentry
uses: actions/checkout@v5.0.0
uses: actions/checkout@v6.0.0
with:
repository: getsentry/sentry
path: sentry
Expand Down Expand Up @@ -895,7 +895,7 @@ jobs:
needs: devservices-files-changed
if: needs.devservices-files-changed.outputs.devservices-files-changed == 'true'
steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0
name: Checkout repository

- name: Get devservices version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y libcurl4-openssl-dev

- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0
with:
submodules: recursive

Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0

- name: Install Rust Toolchain
run: rustup toolchain install stable --profile minimal --no-self-update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
app-id: ${{ vars.SENTRY_RELEASE_BOT_CLIENT_ID }}
private-key: ${{ secrets.SENTRY_RELEASE_BOT_PRIVATE_KEY }}

- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0
with:
token: ${{ steps.token.outputs.token }}
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
app-id: ${{ vars.SENTRY_RELEASE_BOT_CLIENT_ID }}
private-key: ${{ secrets.SENTRY_RELEASE_BOT_PRIVATE_KEY }}

- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0
with:
token: ${{ steps.token.outputs.token }}
fetch-depth: 0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
outputs:
gocd: ${{ steps.changes.outputs.gocd }}
steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0
- name: Check for relevant file changes
uses: getsentry/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 # v2.11.1
id: changes
Expand All @@ -39,7 +39,7 @@ jobs:
id-token: "write"

steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0
- id: 'auth'
uses: google-github-actions/auth@v3
with:
Expand Down
Loading