File tree Expand file tree Collapse file tree 11 files changed +25
-25
lines changed Expand file tree Collapse file tree 11 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 7272 python-version : " 3.13"
7373
7474 - name : Install uv
75- uses : astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
75+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
7676 with :
7777 version : " 0.9.7"
7878 enable-cache : false
Original file line number Diff line number Diff line change 7474
7575 - name : Extract metadata (tags, labels) for Docker
7676 id : meta
77- uses : docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8 .0
77+ uses : docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9 .0
7878 with :
7979 tags : |
8080 type=sha
@@ -211,7 +211,7 @@ jobs:
211211 }
212212
213213 - name : Upload Docker images as artifacts
214- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
214+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
215215 with :
216216 name : docker-images
217217 path : |
Original file line number Diff line number Diff line change @@ -112,15 +112,15 @@ jobs:
112112
113113 # Initializes the CodeQL tools for scanning.
114114 - name : Initialize CodeQL
115- uses : github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
115+ uses : github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
116116 if : ${{ matrix.run == 'true' }}
117117 with :
118118 languages : ${{ matrix.language }}
119119 build-mode : ${{ matrix.build-mode }}
120120 queries : security-extended
121121
122122 - name : Perform CodeQL Analysis
123- uses : github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
123+ uses : github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
124124 if : ${{ matrix.run == 'true' }}
125125 with :
126126 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 1515 contents : write # needed to commit docs
1616 steps :
1717 - name : Runner cleanup
18- uses : open-edge-platform/geti-ci/actions/cleanup-runner@60c5b06ac4b2c056f3567e84aa7fa06930cdc4e4
18+ uses : open-edge-platform/geti-ci/actions/cleanup-runner@b7d997c1651b1e1b99a280033bd268b55ccb7923
1919 with :
2020 type : " initial"
2121 - name : Checkout repository
Original file line number Diff line number Diff line change 1313 contents : write # needed to commit docs
1414 steps :
1515 - name : Runner cleanup
16- uses : open-edge-platform/geti-ci/actions/cleanup-runner@60c5b06ac4b2c056f3567e84aa7fa06930cdc4e4
16+ uses : open-edge-platform/geti-ci/actions/cleanup-runner@b7d997c1651b1e1b99a280033bd268b55ccb7923
1717 with :
1818 type : " initial"
1919 - name : Checkout repository
Original file line number Diff line number Diff line change 2323 with :
2424 persist-credentials : false
2525 - name : Run Zizmor scan
26- uses : open-edge-platform/geti-ci/actions/zizmor@60c5b06ac4b2c056f3567e84aa7fa06930cdc4e4
26+ uses : open-edge-platform/geti-ci/actions/zizmor@b7d997c1651b1e1b99a280033bd268b55ccb7923
2727 with :
2828 scan-scope : " changed"
2929 severity-level : " MEDIUM"
4040 with :
4141 persist-credentials : false
4242 - name : Run Bandit scan
43- uses : open-edge-platform/geti-ci/actions/bandit@60c5b06ac4b2c056f3567e84aa7fa06930cdc4e4
43+ uses : open-edge-platform/geti-ci/actions/bandit@b7d997c1651b1e1b99a280033bd268b55ccb7923
4444 with :
4545 scan-scope : " changed"
4646 severity-level : " LOW"
Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ jobs:
2424 run : python -m pip install build
2525 - name : Build sdist
2626 run : python -m build --sdist library/
27- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
27+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
2828 with :
2929 name : artifact-sdist
3030 path : library/dist/*.tar.gz
3131 - name : Build wheel
3232 run : python -m build --wheel library/
33- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
33+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
3434 with :
3535 name : artifact-wheel
3636 path : library/dist/*.whl
4545 id-token : write # required by trusted publisher
4646 steps :
4747 - name : Download artifacts
48- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
48+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
4949 with :
5050 path : library/dist
5151 pattern : artifact-*
Original file line number Diff line number Diff line change 7272 private-key : ${{ secrets.RENOVATE_APP_PEM }}
7373
7474 - name : Self-hosted Renovate
75- uses : renovatebot/github-action@70ea19f1b0dc8a9cc7af1b4278f8d3fd9778b577 # v43 .0.17
75+ uses : renovatebot/github-action@fc0e62a8df512bfba579d7c87f37c043c4274874 # v44 .0.1
7676 with :
7777 configurationFile : .github/renovate.json5
7878 token : " ${{ steps.get-github-app-token.outputs.token }}"
Original file line number Diff line number Diff line change 3535
3636 # Upload the results to GitHub's code scanning dashboard
3737 - name : Upload to code-scanning
38- uses : github/codeql-action/upload-sarif@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
38+ uses : github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
3939 with :
4040 sarif_file : results.sarif
Original file line number Diff line number Diff line change 2424 with :
2525 persist-credentials : false
2626 - name : Run Zizmor scan
27- uses : open-edge-platform/geti-ci/actions/zizmor@60c5b06ac4b2c056f3567e84aa7fa06930cdc4e4
27+ uses : open-edge-platform/geti-ci/actions/zizmor@b7d997c1651b1e1b99a280033bd268b55ccb7923
2828 with :
2929 scan-scope : " all"
3030 severity-level : " LOW"
4242 with :
4343 persist-credentials : false
4444 - name : Run Bandit scan
45- uses : open-edge-platform/geti-ci/actions/bandit@60c5b06ac4b2c056f3567e84aa7fa06930cdc4e4
45+ uses : open-edge-platform/geti-ci/actions/bandit@b7d997c1651b1e1b99a280033bd268b55ccb7923
4646 with :
4747 scan-scope : " all"
4848 severity-level : " LOW"
6262 persist-credentials : false
6363 - name : Run Trivy scan
6464 id : trivy
65- uses : open-edge-platform/geti-ci/actions/trivy@60c5b06ac4b2c056f3567e84aa7fa06930cdc4e4
65+ uses : open-edge-platform/geti-ci/actions/trivy@b7d997c1651b1e1b99a280033bd268b55ccb7923
6666 with :
6767 scan_type : " fs"
6868 scan-scope : all
You can’t perform that action at this time.
0 commit comments