Skip to content

Commit 79c4998

Browse files
chore(deps): Bump actions/checkout from 4.1.1 to 4.1.2 (#23)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@b4ffde6...9bb5618) --- 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>
1 parent 995cdda commit 79c4998

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/action.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
permissions: {}
2626
name: Install Chainsaw and test presence in path
2727
steps:
28-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
28+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
2929
- name: Install Chainsaw
3030
uses: ./
3131
- name: Check install
@@ -48,7 +48,7 @@ jobs:
4848
permissions: {}
4949
name: Install Chainsaw with cosign verification and test presence in path
5050
steps:
51-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
51+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
5252
- name: Install Cosign
5353
uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 # v3.4.0
5454
- name: Install Chainsaw
@@ -75,7 +75,7 @@ jobs:
7575
permissions: {}
7676
name: Install Chainsaw and test presence in path from GitHub
7777
steps:
78-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
78+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
7979
- name: Install Chainsaw
8080
uses: kyverno/action-install-chainsaw@main
8181
- name: Check install
@@ -98,7 +98,7 @@ jobs:
9898
permissions: {}
9999
name: Install Chainsaw and test presence in path
100100
steps:
101-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
101+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
102102
- name: Install Chainsaw
103103
uses: ./
104104
with:
@@ -123,7 +123,7 @@ jobs:
123123
permissions: {}
124124
name: Try to install a wrong version
125125
steps:
126-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
126+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
127127
- name: Install Chainsaw
128128
uses: ./
129129
with:
@@ -138,7 +138,7 @@ jobs:
138138
permissions: {}
139139
name: Install Chainsaw and test presence in path
140140
steps:
141-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
141+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
142142
- name: Install Chainsaw
143143
uses: ./
144144
with:
@@ -162,7 +162,7 @@ jobs:
162162
permissions: {}
163163
name: Install Chainsaw and test presence in path with custom root dir
164164
steps:
165-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
165+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
166166
- name: Install Chainsaw
167167
uses: ./
168168
with:
@@ -192,7 +192,7 @@ jobs:
192192
- '1.21'
193193
name: Try to install with go ${{ matrix.go_version }}
194194
steps:
195-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
195+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
196196
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
197197
with:
198198
go-version: ${{ matrix.go_version }}

0 commit comments

Comments
 (0)