File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change 5959 # compact: true
6060
6161 # - name: Upload Checkov results
62- # uses: github/codeql-action/upload-sarif@v2
62+ # uses: github/codeql-action/upload-sarif@v3
6363 # with:
6464 # sarif_file: "checkov-results.sarif"
6565 # category: "checkov"
@@ -104,7 +104,7 @@ jobs:
104104 python -m pip install --upgrade pip
105105 pip install poetry
106106 poetry config virtualenvs.create false
107- poetry install
107+ poetry install --no-root
108108
109109 - name : Run Ruff linter
110110 working-directory : backend
@@ -121,7 +121,7 @@ jobs:
121121
122122 - name : Upload Bandit results
123123 if : always()
124- uses : github/codeql-action/upload-sarif@v2
124+ uses : github/codeql-action/upload-sarif@v3
125125 with :
126126 sarif_file : " backend/bandit-report.json"
127127 category : " bandit"
@@ -230,7 +230,7 @@ jobs:
230230 run : npm run build
231231
232232 - name : Store build artifacts
233- uses : actions/upload-artifact@v3
233+ uses : actions/upload-artifact@v6
234234 with :
235235 name : frontend-build
236236 path : frontend/dist/
@@ -260,13 +260,6 @@ jobs:
260260 working-directory : infra
261261 run : terraform validate
262262
263- - name : Run tflint
264- uses : ./.github/actions/setup-tflint
265- - run : |
266- cd infra
267- tflint --init
268- tflint
269-
270263 dependency-check :
271264 name : Dependency Analysis
272265 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments