Skip to content

Commit fad91c8

Browse files
Merge branch 'main' into DTOSS-12157-create-application-package-script
2 parents b2d8521 + 08df5a9 commit fad91c8

3 files changed

Lines changed: 36 additions & 36 deletions

File tree

.github/workflows/stage-2-test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python-version: ${{ steps.tool-versions.outputs.python }}
2828

2929
- name: Install uv
30-
uses: astral-sh/setup-uv@887a942a15af3a7626099df99e897a18d9e5ab3a # v5.1.0
30+
uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
3131
with:
3232
version: ${{ steps.tool-versions.outputs.uv }}
3333
enable-cache: true
@@ -39,7 +39,7 @@ jobs:
3939
run: uv run pytest
4040

4141
- name: Upload coverage reports
42-
uses: codecov/codecov-action@cb6530fbecd68d5f1ee7a3dcd113450ea8d5d6d4 # v5.1.2
42+
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
4343
if: always()
4444
with:
4545
files: ./coverage.xml
@@ -66,7 +66,7 @@ jobs:
6666
python-version: ${{ steps.tool-versions.outputs.python }}
6767

6868
- name: Install uv
69-
uses: astral-sh/setup-uv@887a942a15af3a7626099df99e897a18d9e5ab3a # v5.1.0
69+
uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
7070
with:
7171
version: ${{ steps.tool-versions.outputs.uv }}
7272
enable-cache: true
@@ -91,7 +91,7 @@ jobs:
9191
continue-on-error: true
9292

9393
- name: Upload ruff SARIF
94-
uses: github/codeql-action/upload-sarif@8c78abb9b62512e3c45dea6559ffd924ed8549c8 # v3.28.0
94+
uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
9595
with:
9696
sarif_file: ruff-results.sarif
9797
if: always()

.github/workflows/stage-3-build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
python-version: ${{ steps.tool-versions.outputs.python }}
5757

5858
- name: Install uv
59-
uses: astral-sh/setup-uv@887a942a15af3a7626099df99e897a18d9e5ab3a # v5.1.0
59+
uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
6060
with:
6161
version: ${{ steps.tool-versions.outputs.uv }}
6262
enable-cache: true
@@ -95,7 +95,7 @@ jobs:
9595
--clobber
9696
9797
- name: Upload artifact
98-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
98+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
9999
with:
100100
name: gateway-package
101101
path: |
@@ -104,6 +104,6 @@ jobs:
104104
retention-days: 90
105105

106106
- name: Attest build provenance
107-
uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
107+
uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0
108108
with:
109109
subject-path: ${{ runner.temp }}/dist/${{ steps.version.outputs.artifact_name }}

uv.lock

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)