Skip to content

Commit

Permalink
Fix: Renamed files => adjusted in code
Browse files Browse the repository at this point in the history
  • Loading branch information
Its4Nik committed Dec 30, 2024
1 parent 569044d commit 8183c6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
run: npm audit --audit-level=high

- name: Run Anchore
uses: ./.github/workflows/anchore.yml
uses: ./.github/workflows/anchore.yaml

- name: Run CodeQL
uses: ./.github/workflows/codeql.yml
uses: ./.github/workflows/codeql.yaml

- name: Test build
uses: ./.github/workflows/build-test.yaml

0 comments on commit 8183c6a

Please sign in to comment.