Skip to content

Commit 97fbd3c

Browse files
Build(deps): bump actions/checkout from 6.0.1 to 6.0.2 (#133)
* Build(deps): bump actions/checkout from 6.0.1 to 6.0.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8e8c483...de0fac2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore(workflows): remove pull_request trigger from example workflows --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joe Martin <jmartin@aerospike.com>
1 parent 911d4b2 commit 97fbd3c

21 files changed

+26
-31
lines changed

.github/workflows/example_artifacts-cicd.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Example Artifacts CI/CD
22
on:
33
workflow_dispatch:
4-
pull_request:
5-
branches: [main]
64
push:
75
branches: [main]
86

@@ -22,7 +20,7 @@ jobs:
2220
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
2321
with:
2422
egress-policy: audit
25-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
23+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2624
- name: Extract Version
2725
id: extract
2826
uses: ./.github/actions/extract-version-from-tag

.github/workflows/example_docker-test.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ permissions:
66
id-token: write
77
on:
88
workflow_dispatch:
9-
pull_request:
10-
branches: [main]
119

1210
jobs:
1311
extract-version:
@@ -18,7 +16,7 @@ jobs:
1816
with:
1917
egress-policy: audit
2018

21-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
19+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2220
- name: Extract Version
2321
id: extract
2422
uses: ./.github/actions/extract-version-from-tag

.github/workflows/example_reusable-integration.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Example Reusable Integration
22
on:
33
workflow_dispatch:
4-
pull_request:
5-
branches: [main]
64
push:
75
branches: [main]
86

@@ -44,7 +42,7 @@ jobs:
4442
with:
4543
egress-policy: audit
4644

47-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
45+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4846
- name: Extract Version
4947
id: extract
5048
uses: ./.github/actions/extract-version-from-tag
@@ -206,7 +204,7 @@ jobs:
206204
egress-policy: audit
207205

208206
- name: Checkout
209-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
207+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
210208
with:
211209
fetch-depth: 1
212210
- name: Download All Matrix Artifacts

.github/workflows/release-changelog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
egress-policy: audit
1919

20-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
20+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2121
with:
2222
fetch-depth: 0
2323
fetch-tags: true

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
egress-policy: audit
1919

20-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
20+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2121
with:
2222
fetch-depth: 0
2323
persist-credentials: false

.github/workflows/reusable_create-release-bundle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
egress-policy: audit
7878

7979
- name: Checkout shared-workflows repository
80-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
80+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8181
with:
8282
repository: aerospike/shared-workflows
8383
ref: ${{ inputs.gh-workflows-ref }}

.github/workflows/reusable_deploy-artifacts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
fi
111111
112112
- name: Checkout shared-workflows repository
113-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
113+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
114114
with:
115115
repository: aerospike/shared-workflows
116116
ref: ${{ inputs.gh-workflows-ref }}

.github/workflows/reusable_docker-build-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
with:
133133
egress-policy: audit
134134

135-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5
135+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5
136136

137137
- name: Install JFrog CLI
138138
id: jf

.github/workflows/reusable_execute-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
with:
172172
egress-policy: audit
173173
- name: Checkout shared-workflows repository
174-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
174+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
175175
with:
176176
repository: aerospike/shared-workflows
177177
ref: ${{ inputs.gh-workflows-ref }}
@@ -180,7 +180,7 @@ jobs:
180180

181181
- name: Checkout source repository
182182
if: inputs.gh-source-path != ''
183-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
183+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
184184
with:
185185
repository: ${{ inputs.gh-source-repository }}
186186
ref: ${{ inputs.gh-source-ref }}

.github/workflows/reusable_pr-hygiene-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
egress-policy: audit
4343

4444
- name: Checkout repository
45-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
45+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4646
with:
4747
fetch-depth: 0
4848
token: ${{ secrets.passed_github_token }}

0 commit comments

Comments
 (0)