diff options
author | Valery Piashchynski <[email protected]> | 2023-10-26 18:18:15 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-10-26 18:18:15 +0200 |
commit | 0f1df9129e5de8600464ab1ffd5fc41a9598bd93 (patch) | |
tree | f6f496f0709e571506017b5c9c193fdf87963558 | |
parent | 6eddf5596fe1c264d45ae40bace908f25340b281 (diff) | |
parent | 795d29f783f706b36ada5898aca99fcd7de16e7c (diff) |
Merge branch 'master' into release/v2023.3.3
-rw-r--r-- | .github/workflows/tests.yml | 4 | ||||
-rw-r--r-- | README.md | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a0cf2fa2..aeef9119 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v4 - name: Setup nodejs - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: "14" @@ -147,7 +147,7 @@ jobs: - name: Try to execute run: docker run --rm rr:local -v - - uses: aquasecurity/[email protected] # action page: <https://github.com/aquasecurity/trivy-action> + - uses: aquasecurity/[email protected] # action page: <https://github.com/aquasecurity/trivy-action> with: image-ref: rr:local format: "table" @@ -1,8 +1,8 @@ <p align="center"> <a href="https://roadrunner.dev" target="_blank"> <picture> - <source media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/7326800/205905278-3899e2c8-5c15-4347-820b-a8ea4c5ba2d7.png"> - <img align="center" src="https://user-images.githubusercontent.com/796136/50286124-6f7f3780-046f-11e9-9f45-e8fedd4f786d.png"> + <source media="(prefers-color-scheme: dark)" srcset="https://github.com/roadrunner-server/.github/assets/8040338/cf1bfcf2-b787-426d-80f5-2862bb2a39b2"> + <img align="center" src="https://github.com/roadrunner-server/.github/assets/8040338/c4b971fd-b84f-406d-b850-0a4f072a5885"> </picture> </a> </p> |