File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 with :
2525 persist-credentials : false
2626 - name : Install uv and set Python version
27- uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
27+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
2828 with :
2929 version : " 0.11.2"
3030 python-version : " 3.13"
@@ -41,12 +41,12 @@ jobs:
4141 with :
4242 persist-credentials : false
4343 - name : Install uv and set Python version
44- uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
44+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
4545 with :
4646 version : " 0.11.2"
4747 python-version : " 3.13"
4848 enable-cache : true # zizmor: ignore[cache-poisoning] CI-only, no artifacts published
49- - uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 # zizmor: ignore[cache-poisoning]
49+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # zizmor: ignore[cache-poisoning]
5050 name : Cache mypy cache
5151 with :
5252 path : ./.mypy_cache
8282 with :
8383 persist-credentials : false
8484 - name : Install uv and set Python version
85- uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
85+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
8686 with :
8787 version : " 0.11.2"
8888 python-version : ${{ matrix.python-version }}
@@ -145,7 +145,7 @@ jobs:
145145 with :
146146 persist-credentials : false
147147 - name : Install uv and set Python version
148- uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
148+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
149149 with :
150150 version : " 0.11.2"
151151 python-version : " 3.13"
Original file line number Diff line number Diff line change 6161
6262 # Initializes the CodeQL tools for scanning.
6363 - name : Initialize CodeQL
64- uses : github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
64+ uses : github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
6565 with :
6666 languages : ${{ matrix.language }}
6767 build-mode : ${{ matrix.build-mode }}
8989 exit 1
9090
9191 - name : Perform CodeQL Analysis
92- uses : github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
92+ uses : github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
9393 with :
9494 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@ffa630c65fa7e0ecfa0625b5ceda64399aea1b36 # v3.0 .0
18+ uses : dependabot/fetch-metadata@25dd0e34f4fe68f24cc83900b1fe3fe149efef98 # v3.1 .0
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 9797 persist-credentials : false
9898
9999 - name : Install uv and set Python version
100- uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
100+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
101101 with :
102102 version : " 0.11.2"
103103 python-version : " 3.12"
@@ -347,7 +347,7 @@ jobs:
347347
348348 - name : Notify Slack on success
349349 if : success()
350- uses : slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
350+ uses : slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3
351351 with :
352352 webhook : ${{ secrets.SLACK_WEBHOOK_RELEASES }}
353353 webhook-type : incoming-webhook
@@ -431,7 +431,7 @@ jobs:
431431
432432 - name : Notify Slack on failure
433433 if : failure()
434- uses : slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
434+ uses : slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3
435435 with :
436436 webhook : ${{ secrets.SLACK_WEBHOOK_ENGINEERING }}
437437 webhook-type : incoming-webhook
You can’t perform that action at this time.
0 commit comments