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/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2

- name: Set up Node.js
uses: actions/setup-node@v6
Expand Down
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@v6
uses: actions/checkout@v6.0.2

- 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@v6
- uses: actions/checkout@v6.0.2

# 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@v6
- uses: actions/checkout@v6.0.2

# Run analyzers
- name: Run Microsoft Security DevOps Analysis
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/self-hosted-validation-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:

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

# Run MSDO v1
- name: Run MSDO
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/self-hosted-validation-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:

- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2

- name: Run Defender CLI - Image Scan
uses: ./v2/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/toolchain-version-probe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

# Run MSDO — scan may find nothing (no real targets), that's fine.
# Side effect: Guardian downloads all tool packages into _msdo/packages/nuget/.
Expand Down
Loading