Skip to content

Commit 470259b

Browse files
authored
Merge branch 'main' into release-security
2 parents 5ff523f + a4fb8c6 commit 470259b

File tree

4 files changed

+27
-23
lines changed

4 files changed

+27
-23
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
if: needs.changes.outputs.should-run-tests == 'true'
5454
name: Tests
5555
runs-on: ubuntu-24.04
56-
container: ghcr.io/runatlantis/testing-env:latest@sha256:925d411e6297ae6e3a71ead5e0e1eac28df09d8d6c4880a246d8617ce2d37cbc
56+
container: ghcr.io/runatlantis/testing-env:latest@sha256:ff2a5fb7691d65f9554e69823c55f01c6e34824b9be377199e1b7754ff5fa007
5757
steps:
5858
- name: Harden Runner
5959
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1

.github/workflows/website.yml

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ concurrency:
1919
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
2020
cancel-in-progress: true
2121

22+
permissions:
23+
# Required: allow read access to the content for analysis.
24+
contents: read
25+
2226
jobs:
2327
changes:
2428
outputs:

package-lock.json

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
"license": "Apache-2.0",
33
"type": "module",
44
"devDependencies": {
5-
"@playwright/test": "^1.50.1",
6-
"@types/node": "^22.13.4",
7-
"@vueuse/core": "^12.7.0",
8-
"markdown-it-footnote": "^4.0.0",
9-
"markdownlint-cli": "^0.44.0",
10-
"mermaid": "^11.4.1",
11-
"sitemap-ts": "^1.7.3",
12-
"vite": "^6.1.4",
13-
"vitepress": "^1.6.3",
14-
"vitepress-plugin-mermaid": "^2.0.16",
15-
"vue": "^3.4.27"
5+
"@playwright/test": "1.50.1",
6+
"@types/node": "22.13.4",
7+
"@vueuse/core": "12.7.0",
8+
"markdown-it-footnote": "4.0.0",
9+
"markdownlint-cli": "0.44.0",
10+
"mermaid": "11.4.1",
11+
"sitemap-ts": "1.8.0",
12+
"vite": "6.2.6",
13+
"vitepress": "1.6.3",
14+
"vitepress-plugin-mermaid": "2.0.17",
15+
"vue": "3.5.13"
1616
},
1717
"scripts": {
1818
"website:dev": "vitepress dev --host localhost --port 8080 runatlantis.io",

0 commit comments

Comments
 (0)