Skip to content

Commit 2d11d4c

Browse files
authored
[chore] Update scala CLI and fix CLA check for dependabot (#23382)
2 parents 0827546 + 132721e commit 2d11d4c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/cla.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
jobs:
77
check:
88
runs-on: ubuntu-latest
9+
if: github.event.pull_request.user.login != 'dependabot'
910
steps:
1011
- name: Verify CLA
1112
uses: scala/cla-checker@v1

.github/workflows/lts-backport.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818
- uses: coursier/cache-action@v6
19-
- uses: VirtusLab/[email protected].0
19+
- uses: VirtusLab/[email protected].1
2020
- run: scala-cli ./project/scripts/addToBackportingProject.scala -- ${{ github.sha }}
2121
env:
2222
GRAPHQL_API_TOKEN: ${{ secrets.GRAPHQL_API_TOKEN }}

0 commit comments

Comments
 (0)