Skip to content

Commit be72d37

Browse files
committed
chore: fix vulnerability
1 parent de2ec73 commit be72d37

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test-neqsim-compatibility.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@ jobs:
3333
fetch-depth: 0
3434

3535
- name: Refuse jar bump without version-note update
36+
env:
37+
BASE_REF: ${{ github.base_ref }}
3638
run: |
3739
set -euo pipefail
38-
base="origin/${{ github.base_ref }}"
40+
base="origin/$BASE_REF"
3941
changed=$(git diff --name-only "$base"...HEAD)
4042
echo "Changed files:"
4143
echo "$changed"

0 commit comments

Comments
 (0)