Skip to content

Commit 748ab90

Browse files
build(deps): bump actions/checkout from 4.1.1 to 4.1.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@b4ffde6...1d96c77) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 733fb1b commit 748ab90

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
security-events: write
2121
steps:
2222
- name: ⤵️ Check out code from GitHub
23-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
23+
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
2424
- name: 🏗 Initialize CodeQL
2525
uses: github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a
2626
- run: |

.github/workflows/test-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: ⤵️ Check out code from GitHub
19-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
19+
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
2020
- name: ☑️ ShellCheck
2121
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38
2222
with:
@@ -28,7 +28,7 @@ jobs:
2828
needs: [shellcheck]
2929
steps:
3030
- name: ⤵️ Check out code from GitHub
31-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
31+
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
3232
- name: ⚙️ Prepare
3333
run: |
3434
sudo apt-get update

.github/workflows/test-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: ⤵️ Check out code from GitHub
19-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
19+
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
2020
- name: ☑️ ShellCheck
2121
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38
2222
with:
@@ -28,7 +28,7 @@ jobs:
2828
needs: [shellcheck]
2929
steps:
3030
- name: ⤵️ Check out code from GitHub
31-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
31+
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
3232
- name: ⚙️ Prepare
3333
run: |
3434
brew install zsh

0 commit comments

Comments
 (0)