Skip to content

Commit

Permalink
chore: update actions version to fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Apr 12, 2024
1 parent f673ad2 commit 41d602f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
uses: actions/checkout@v4

- name: Build Bicep for linting
uses: azure/CLI@v1
uses: azure/CLI@v2
with:
inlineScript: az config set bicep.use_binary_from_path=false && az bicep build -f infra/main.bicep --stdout

- name: Run Microsoft Security DevOps Analysis
uses: microsoft/security-devops-action@preview
uses: microsoft/security-devops-action@v1
id: msdo
continue-on-error: true
with:
Expand Down

0 comments on commit 41d602f

Please sign in to comment.