Skip to content

Commit 3da0c9d

Browse files
chore(deps): update all digest updates
1 parent 67eef20 commit 3da0c9d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ossf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141

4242
# Upload the results to GitHub's code scanning dashboard (optional).
4343
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
44-
- uses: github/codeql-action/upload-sarif@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3
44+
- uses: github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3
4545
with:
4646
sarif_file: results.sarif

.github/workflows/scans.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- uses: microsoft/DevSkim-Action@a6b6966a33b497cd3ae2ebc406edf8f4cc2feec6 # v1
2929

30-
- uses: github/codeql-action/upload-sarif@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3
30+
- uses: github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3
3131
with:
3232
sarif_file: devskim-results.sarif
3333

@@ -61,7 +61,7 @@ jobs:
6161
mega-linter.log
6262
6363
- if: ${{ success() || failure() }}
64-
uses: github/codeql-action/upload-sarif@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3
64+
uses: github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3
6565
with:
6666
sarif_file: megalinter-reports/megalinter-report.sarif
6767
ref: ${{ github.head_ref && format('refs/heads/{0}', github.head_ref) || github.ref }}
@@ -93,7 +93,7 @@ jobs:
9393
- uses: microsoft/security-devops-action@08976cb623803b1b36d7112d4ff9f59eae704de0 # v1
9494
id: msdo
9595

96-
- uses: github/codeql-action/upload-sarif@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3
96+
- uses: github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3
9797
with:
9898
sarif_file: ${{ steps.msdo.outputs.sarifFile }}
9999

@@ -133,7 +133,7 @@ jobs:
133133
format: sarif
134134
output: trivy-results.sarif
135135

136-
- uses: github/codeql-action/upload-sarif@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3
136+
- uses: github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3
137137
with:
138138
sarif_file: "trivy-results.sarif"
139139

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ARG PYTHONDONTWRITEBYTECODE=1
4444
ARG UV_NO_CACHE=1
4545

4646
# set up python
47-
COPY --from=ghcr.io/astral-sh/uv:latest@sha256:515b886e8eb99bcf9278776d8ea41eb4553a794195ef5803aa7ca6258653100d /uv /uvx /bin/
47+
COPY --from=ghcr.io/astral-sh/uv:latest@sha256:0b6dc79013b689f3bc0cbf12807cb1c901beaafe80f2ee10a1d76aa3842afb92 /uv /uvx /bin/
4848
COPY pyproject.toml uv.lock ./
4949
RUN --mount=type=cache,target=/root/.cache/uv \
5050
uv venv --seed "${VIRTUAL_ENV}" && \

0 commit comments

Comments
 (0)