File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 linting :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v3
21+ - uses : actions/checkout@v6
2222 - name : Install uv and set Python version
2323 uses : astral-sh/setup-uv@v7
2424 with :
@@ -33,14 +33,14 @@ jobs:
3333 type-checking :
3434 runs-on : ubuntu-latest
3535 steps :
36- - uses : actions/checkout@v3
36+ - uses : actions/checkout@v6
3737 - name : Install uv and set Python version
3838 uses : astral-sh/setup-uv@v7
3939 with :
4040 version : " 0.11.2"
4141 python-version : " 3.13"
4242 enable-cache : true
43- - uses : actions/cache@v3
43+ - uses : actions/cache@v5
4444 name : Cache mypy cache
4545 with :
4646 path : ./.mypy_cache
7575
7676 name : Test on Python version ${{ matrix.python-version }}
7777 steps :
78- - uses : actions/checkout@v3
79- - uses : pnpm/action-setup@v3
78+ - uses : actions/checkout@v6
79+ - uses : pnpm/action-setup@v5
8080 with :
8181 version : 10.33.0
8282
@@ -85,12 +85,12 @@ jobs:
8585 git clone https://github.com/langfuse/langfuse.git ./langfuse-server && echo $(cd ./langfuse-server && git rev-parse HEAD)
8686
8787 - name : Setup node (for langfuse server)
88- uses : actions/setup-node@v3
88+ uses : actions/setup-node@v6
8989 with :
9090 node-version : 24
9191
9292 - name : Cache langfuse server dependencies
93- uses : actions/cache@v3
93+ uses : actions/cache@v5
9494 with :
9595 path : ./langfuse-server/node_modules
9696 key : |
Original file line number Diff line number Diff line change 1616 steps :
1717 - name : Check author permission and existing review request
1818 id : check
19- uses : actions/github-script@v7
19+ uses : actions/github-script@v8
2020 with :
2121 script : |
2222 const owner = context.repo.owner;
5757
5858 - name : Add Claude review comment
5959 if : steps.check.outputs.should_comment == 'true'
60- uses : actions/github-script@v7
60+ uses : actions/github-script@v8
6161 with :
6262 script : |
6363 await github.rest.issues.createComment({
Original file line number Diff line number Diff line change @@ -55,11 +55,11 @@ jobs:
5555 # your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
5656 steps :
5757 - name : Checkout repository
58- uses : actions/checkout@v4
58+ uses : actions/checkout@v6
5959
6060 # Initializes the CodeQL tools for scanning.
6161 - name : Initialize CodeQL
62- uses : github/codeql-action/init@v3
62+ uses : github/codeql-action/init@v4
6363 with :
6464 languages : ${{ matrix.language }}
6565 build-mode : ${{ matrix.build-mode }}
8787 exit 1
8888
8989 - name : Perform CodeQL Analysis
90- uses : github/codeql-action/analyze@v3
90+ uses : github/codeql-action/analyze@v4
9191 with :
9292 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 1515 steps :
1616 - name : Dependabot metadata
1717 id : metadata
18- uses : dependabot/fetch-metadata@v1
18+ uses : dependabot/fetch-metadata@v2
1919 with :
2020 github-token : " ${{ secrets.GITHUB_TOKEN }}"
2121 - name : Enable auto-merge for Dependabot PRs
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Set up Python ${{ matrix.python-version }}
18- uses : actions/setup-python@v2
18+ uses : actions/setup-python@v6
1919 with :
2020 python-version : ${{ matrix.python-version }}
2121 - name : Install dependencies using pip
Original file line number Diff line number Diff line change 6262 fi
6363
6464 - name : Checkout repository
65- uses : actions/checkout@v4
65+ uses : actions/checkout@v6
6666 with :
6767 fetch-depth : 0
6868 token : ${{ secrets.GH_ACCESS_TOKEN }}
@@ -299,7 +299,7 @@ jobs:
299299
300300 - name : Notify Slack on success
301301 if : success()
302- uses : slackapi/slack-github-action@v1.26.0
302+ uses : slackapi/slack-github-action@v3.0.1
303303 with :
304304 payload : |
305305 {
@@ -384,7 +384,7 @@ jobs:
384384
385385 - name : Notify Slack on failure
386386 if : failure()
387- uses : slackapi/slack-github-action@v1.26.0
387+ uses : slackapi/slack-github-action@v3.0.1
388388 with :
389389 payload : |
390390 {
You can’t perform that action at this time.
0 commit comments