Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.5 to 4.1.6 (#500)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@44c2b7a...a5ac7e5)

---
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>
  • Loading branch information
dependabot[bot] authored May 18, 2024
1 parent a2fa3e8 commit 177dfcd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
language: ["javascript"]
steps:
- name: "Checkout"
uses: "actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b"
uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29"
- name: "Initialize CodeQL"
uses: "github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a"
with:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
steps:
- name: "Checkout"
uses: "actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b"
uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29"
- name: "Use Node.js lts/*"
uses: "actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8"
with:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
steps:
- name: "Checkout"
uses: "actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b"
uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29"
- name: "Use Node.js ${{ matrix.node_version }}"
uses: "actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8"
with:
Expand All @@ -82,7 +82,7 @@ jobs:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
steps:
- name: "Checkout"
uses: "actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b"
uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29"
- name: "Use Deno ${{ matrix.deno_version }}"
uses: "denoland/setup-deno@041b854f97b325bd60e53e9dc2de9cb9f9ac0cba"
with:
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
os: ["ubuntu-latest", "macos-latest"]
steps:
- name: "Checkout"
uses: "actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b"
uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29"
- name: "Use Bun ${{ matrix.bun_version }}"
uses: "oven-sh/setup-bun@8f24390df009a496891208e5e36b8a1de1f45135"
with:
Expand All @@ -133,7 +133,7 @@ jobs:
os: ["ubuntu-latest"]
steps:
- name: "Checkout"
uses: "actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b"
uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29"
- name: "Use Node.js lts/*"
uses: "actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8"
with:
Expand All @@ -154,7 +154,7 @@ jobs:
id-token: "write"
steps:
- name: "Checkout"
uses: "actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b"
uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29"
- name: "Use Node.js lts/*"
uses: "actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8"
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
security-events: "write"
steps:
- name: "Checkout"
uses: "actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b"
uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29"
- name: "Perform security analysis"
uses: "ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534"
with:
Expand Down

0 comments on commit 177dfcd

Please sign in to comment.