Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/official-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v6

- name: Extract branch name
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-push-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:

# Checkout your code repository to scan
- uses: actions/checkout@v3
- uses: actions/checkout@v6

# Run analyzers
- uses: ./
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sample-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:

# Checkout your code repository to scan
- uses: actions/checkout@v3
- uses: actions/checkout@v6

# Run analyzers
- name: Run Microsoft Security DevOps Analysis
Expand Down
Loading