Skip to content

Commit

Permalink
Bump actions/checkout from 4.2.1 to 4.2.2 (#521)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 39bd598 commit 0a41fdb
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-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout Repository"
uses: "actions/checkout@v4.2.1"
uses: "actions/checkout@v4.2.2"
- name: "Setup Docker QEMU"
uses: "docker/setup-qemu-action@v3.2.0"
- name: "Setup Docker Buildx"
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 0a41fdb

Please sign in to comment.