Skip to content

[Test Package Versions Bump] Updating package versions #31521

[Test Package Versions Bump] Updating package versions

[Test Package Versions Bump] Updating package versions #31521

name: Check snapshots
on:
- pull_request
jobs:
check-snapshots:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write # need to add a comment to a PR
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0
- uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0
with:
global-json-file: global.json
- name: "Check Snapshots"
run: ./tracer/build.sh SummaryOfSnapshotChanges
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
PullRequestNumber: "${{ github.event.pull_request.number }}"
TargetBranch: "${{ github.base_ref }}"