Skip to content

Commit d69eb58

Browse files
committed
CI correction
1 parent e2f9870 commit d69eb58

2 files changed

Lines changed: 4 additions & 22 deletions

File tree

.github/actions/setup-tflint/action.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
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

0 commit comments

Comments
 (0)