Skip to content

Commit

Permalink
Bump actions/checkout from 4.2.1 to 4.2.2
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.2.1...v4.2.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent 9f5df18 commit 6399ef4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/invoke-codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout Repository"
uses: "actions/checkout@v4.2.1"
uses: "actions/checkout@v4.2.2"
with:
fetch-depth: "0"
- name: "Initialize CodeQL"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/invoke-devskim-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout Repository"
uses: "actions/checkout@v4.2.1"
uses: "actions/checkout@v4.2.2"
with:
fetch-depth: "0"
- name: "Analyze Repository"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-deno-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout Repository"
uses: "actions/checkout@v4.2.1"
uses: "actions/checkout@v4.2.2"
- name: "Setup Deno"
uses: "denoland/setup-deno@v2.0.1"
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/review-deno-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
CDV_RUN_LITE: "${{matrix.runon != 'ubuntu-latest'}}"
steps:
- name: "Checkout Repository"
uses: "actions/checkout@v4.2.1"
uses: "actions/checkout@v4.2.2"
- name: "Setup Deno"
uses: "denoland/setup-deno@v2.0.1"
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan-virus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout Repository"
uses: "actions/checkout@v4.2.1"
uses: "actions/checkout@v4.2.2"
with:
fetch-depth: "0"
- name: "Scan Repository"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout Repository"
uses: "actions/checkout@v4.2.1"
uses: "actions/checkout@v4.2.2"
- name: "Sync Labels"
uses: "EndBug/label-sync@v2.3.3"
with:
Expand Down

0 comments on commit 6399ef4

Please sign in to comment.