File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
1212 permissions :
1313 contents : read
1414 steps :
15- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1616 with :
1717 fetch-depth : 0
1818 - name : Set up pixi
19- uses : prefix-dev/setup-pixi@8ca4608ef7f4daeb54f5205b20d0b7cb42f11143 # v0.8.14
19+ uses : prefix-dev/setup-pixi@fef5c9568ca6c4ff7707bf840ab0692ba3f08293 # v0.9.0
2020 with :
2121 environments : build
2222 - name : Build project
3838 id-token : write
3939 environment : pypi
4040 steps :
41- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
41+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
4242 with :
4343 name : artifact
4444 path : dist
Original file line number Diff line number Diff line change 2121 steps :
2222 - name : Check valid conventional commit message
2323 id : lint
24- uses : amannn/action-semantic-pull-request@v5
24+ uses : amannn/action-semantic-pull-request@v6
2525 with :
2626 subjectPattern : ^[A-Z].+[^. ]$ # subject must start with uppercase letter and may not end with a dot/space
2727 env :
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout branch
21- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2222 - name : Set up pixi
23- uses : prefix-dev/setup-pixi@8ca4608ef7f4daeb54f5205b20d0b7cb42f11143 # v0.8.14
23+ uses : prefix-dev/setup-pixi@fef5c9568ca6c4ff7707bf840ab0692ba3f08293 # v0.9.0
2424 with :
2525 environments : default lint
2626 - name : pre-commit
@@ -51,14 +51,14 @@ jobs:
5151 connection-string : duckdb:///test.duckdb
5252 steps :
5353 - name : Checkout branch
54- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
54+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5555 with :
5656 fetch-depth : 0
5757 - name : Install msodbcsql18
5858 if : matrix.database == 'mssql'
5959 run : sudo ACCEPT_EULA=Y apt-get install msodbcsql18 -y
6060 - name : Set up pixi
61- uses : prefix-dev/setup-pixi@8ca4608ef7f4daeb54f5205b20d0b7cb42f11143 # v0.8.14
61+ uses : prefix-dev/setup-pixi@fef5c9568ca6c4ff7707bf840ab0692ba3f08293 # v0.9.0
6262 with :
6363 environments : ${{ matrix.environment }}
6464 activate-environment : true
Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : " Checkout code"
38- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
38+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3939 with :
4040 persist-credentials : false
4141
7474 # Upload the results to GitHub's code scanning dashboard (optional).
7575 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
7676 - name : " Upload to code-scanning"
77- uses : github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
77+ uses : github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
7878 with :
7979 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments