Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feat/convert-flux
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Jul 18, 2023
2 parents 67f8085 + a5de84b commit 7790ca9
Show file tree
Hide file tree
Showing 6 changed files with 258 additions and 231 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
format: 'sarif'
output: 'trivy-results.sarif'

- uses: github/codeql-action/upload-sarif@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # v2.20.3
- uses: github/codeql-action/upload-sarif@489225d82a57396c6f426a40e66d461b16b3461d # v2.20.4
with:
sarif_file: trivy-results.sarif
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"pino-pretty": "10.0.1",
"pretty-ms": "8.0.0",
"reflect-metadata": "0.1.13",
"semver": "7.5.3",
"semver": "7.5.4",
"tar": "6.1.15",
"typanion": "3.13.0"
},
Expand Down
2 changes: 1 addition & 1 deletion test/Dockerfile.jammy
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ RUN install-tool hashin 0.17.0
# renovate: datasource=pypi
RUN install-tool poetry 1.5.1
# renovate: datasource=pypi
RUN install-tool pdm 2.7.4
RUN install-tool pdm 2.8.0

#--------------------------------------
# Image: test-ruby
Expand Down
2 changes: 1 addition & 1 deletion test/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ FROM build as testq


# renovate: datasource=npm
RUN install-tool renovate 36.6.0
RUN install-tool renovate 36.8.11

RUN set -ex; \
renovate --version; \
Expand Down
2 changes: 1 addition & 1 deletion test/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ FROM build as test-pdm
USER 1000

# renovate: datasource=pypi
RUN install-tool pdm 2.7.4
RUN install-tool pdm 2.8.0

#--------------------------------------
# test c: python2.7
Expand Down
Loading

0 comments on commit 7790ca9

Please sign in to comment.