File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
2828 with :
2929 egress-policy : audit
30- - uses : actions/checkout@v5.0.0
30+ - uses : actions/checkout@v6
3131 with :
3232 fetch-depth : 0
3333 - name : 🧹 Conventional Commits
Original file line number Diff line number Diff line change 2323 uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
2424 with :
2525 egress-policy : audit
26- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.1.7
26+ - uses : actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.1.7
2727 - name : 🔂 dependency review
28- uses : actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b # v4.7.3
28+ uses : actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2
2929 with :
3030 fail-on-severity : " high"
3131 deny-licenses : " AGPL-1.0, AGPL-3.0"
Original file line number Diff line number Diff line change 2323 packages : read
2424 statuses : write
2525 steps :
26- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.1.7
26+ - uses : actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.1.7
2727 with :
2828 fetch-depth : 0
2929 - name : 🧹 run superlinter
7070 permissions :
7171 contents : read
7272 steps :
73- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.1.7
73+ - uses : actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.1.7
7474
7575 - name : Set up Helm
7676 uses : azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v3
@@ -110,7 +110,7 @@ jobs:
110110 permissions :
111111 contents : read
112112 steps :
113- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.1.7
113+ - uses : actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.1.7
114114 - name : Set up python
115115 uses : actions/setup-python@v6
116116 with :
Original file line number Diff line number Diff line change 1313 pre-commit :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v5.0.0
16+ - uses : actions/checkout@v6
1717 - uses : actions/setup-python@v6
1818 - uses : actions/setup-go@v6
1919 - run : go install golang.org/x/lint/golint@latest
Original file line number Diff line number Diff line change 2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Checkout code
32- uses : actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f # v4.2.0
32+ uses : actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.2.0
3333 with :
3434 fetch-depth : 0
3535 persist-credentials : false
9090 contents : read
9191 steps :
9292 - name : Download artifacts
93- uses : actions/download-artifact@v4
93+ uses : actions/download-artifact@v7
9494 with :
9595 pattern : wheel-linux-x86_64
9696 merge-multiple : true
Original file line number Diff line number Diff line change 3636
3737 steps :
3838 - name : Checkout code
39- uses : actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f # v4.2.0
39+ uses : actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.2.0
4040 with :
4141 fetch-depth : 0
4242 persist-credentials : false
Original file line number Diff line number Diff line change 2626
2727 steps :
2828 - name : Checkout code
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v6
3030 with :
3131 fetch-depth : 0
3232 persist-credentials : true
4343 version : v3.12.0
4444
4545 - name : Cache Helm dependencies
46- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2 .3
46+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0 .3
4747 with :
4848 path : ~/.cache/helm
4949 key : ${{ runner.os }}-helm
Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ jobs:
3131 target : aarch64
3232 steps :
3333 - name : Checkout code
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v6
3535 - name : Setup Python
3636 id : setup-python
37- uses : actions/setup-python@v5
37+ uses : actions/setup-python@v6
3838 with :
3939 python-version : " 3.12"
4040 - name : Install build dependencies
4646 python -m build --wheel --sdist
4747 python -m twine check dist/*
4848 - name : Upload wheel
49- uses : actions/upload-artifact@v4
49+ uses : actions/upload-artifact@v6
5050 with :
5151 name : wheel-${{ matrix.platform.os }}-${{ matrix.platform.target }}
5252 path : ./sdk/python/dist
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : checkout
19- uses : actions/checkout@v5.0.0
19+ uses : actions/checkout@v6
2020 - name : test
2121 run : |
2222 echo "Running all tests..."
You can’t perform that action at this time.
0 commit comments