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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 0a41fdb)
  • Loading branch information
dependabot[bot] authored and hugoalh committed Oct 28, 2024
1 parent 658a58b commit 40c23be
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/[email protected].1"
uses: "actions/[email protected].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/[email protected].1"
uses: "actions/[email protected].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/[email protected].1"
uses: "actions/[email protected].2"
- name: "Setup Docker QEMU"
uses: "docker/[email protected]"
- 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/[email protected].1"
uses: "actions/[email protected].2"
- name: "Setup Deno"
uses: "denoland/[email protected]"
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/[email protected].1"
uses: "actions/[email protected].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/[email protected].1"
uses: "actions/[email protected].2"
- name: "Sync Labels"
uses: "EndBug/[email protected]"
with:
Expand Down

0 comments on commit 40c23be

Please sign in to comment.