Skip to content

Commit ca200ac

Browse files
build(deps): bump crazy-max/ghaction-import-gpg from 6.1.0 to 6.2.0
PR-URL: #3048 Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases) - [Commits](crazy-max/ghaction-import-gpg@01dd5d3...cb9bde2) --- updated-dependencies: - dependency-name: crazy-max/ghaction-import-gpg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent d995f6b commit ca200ac

17 files changed

+17
-17
lines changed

.github/workflows/lint_autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
# Import GPG key to sign commits:
164164
- name: 'Import GPG key to sign commits'
165165
# Pin action to full length commit SHA
166-
uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0
166+
uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # v6.2.0
167167
with:
168168
gpg_private_key: ${{ secrets.STDLIB_BOT_GPG_PRIVATE_KEY }}
169169
passphrase: ${{ secrets.STDLIB_BOT_GPG_PASSPHRASE }}

.github/workflows/lint_random_files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ jobs:
414414
- name: 'Import GPG key to sign commits'
415415
if: ${{ github.event.inputs.fix == 'true' }} && ( success() || failure() )
416416
# Pin action to full length commit SHA
417-
uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0
417+
uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # v6.2.0
418418
with:
419419
gpg_private_key: ${{ secrets.STDLIB_BOT_GPG_PRIVATE_KEY }}
420420
passphrase: ${{ secrets.STDLIB_BOT_GPG_PASSPHRASE }}

.github/workflows/markdown_equations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
# Import GPG key to sign commits:
9797
- name: 'Import GPG key to sign commits'
9898
# Pin action to full length commit SHA
99-
uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0
99+
uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # v6.2.0
100100
with:
101101
gpg_private_key: ${{ secrets.STDLIB_BOT_GPG_PRIVATE_KEY }}
102102
passphrase: ${{ secrets.STDLIB_BOT_GPG_PASSPHRASE }}

.github/workflows/markdown_pkg_urls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
# Import GPG key to sign commits:
108108
- name: 'Import GPG key to sign commits'
109109
# Pin action to full length commit SHA
110-
uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0
110+
uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # v6.2.0
111111
with:
112112
gpg_private_key: ${{ secrets.STDLIB_BOT_GPG_PRIVATE_KEY }}
113113
passphrase: ${{ secrets.STDLIB_BOT_GPG_PASSPHRASE }}

.github/workflows/markdown_related_packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
# Import GPG key to sign commits:
106106
- name: 'Import GPG key to sign commits'
107107
# Pin action to full length commit SHA
108-
uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0
108+
uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # v6.2.0
109109
with:
110110
gpg_private_key: ${{ secrets.STDLIB_BOT_GPG_PRIVATE_KEY }}
111111
passphrase: ${{ secrets.STDLIB_BOT_GPG_PASSPHRASE }}

.github/workflows/markdown_tocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
# Import GPG key to sign commits:
108108
- name: 'Import GPG key to sign commits'
109109
# Pin action to full length commit SHA
110-
uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0
110+
uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # v6.2.0
111111
with:
112112
gpg_private_key: ${{ secrets.STDLIB_BOT_GPG_PRIVATE_KEY }}
113113
passphrase: ${{ secrets.STDLIB_BOT_GPG_PASSPHRASE }}

.github/workflows/namespace_declarations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
# Import GPG key to sign commits:
9494
- name: 'Import GPG key to sign commits'
9595
# Pin action to full length commit SHA
96-
uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0
96+
uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # v6.2.0
9797
with:
9898
gpg_private_key: ${{ secrets.STDLIB_BOT_GPG_PRIVATE_KEY }}
9999
passphrase: ${{ secrets.STDLIB_BOT_GPG_PASSPHRASE }}

.github/workflows/namespace_exports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
# Import GPG key to sign commits:
115115
- name: 'Import GPG key to sign commits'
116116
# Pin action to full length commit SHA
117-
uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0
117+
uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # v6.2.0
118118
with:
119119
gpg_private_key: ${{ secrets.STDLIB_BOT_GPG_PRIVATE_KEY }}
120120
passphrase: ${{ secrets.STDLIB_BOT_GPG_PASSPHRASE }}

.github/workflows/run_tests_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ jobs:
278278
# Import GPG key to sign commits:
279279
- name: 'Import GPG key to sign commits'
280280
# Pin action to full length commit SHA
281-
uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0
281+
uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # v6.2.0
282282
with:
283283
gpg_private_key: ${{ secrets.STDLIB_BOT_GPG_PRIVATE_KEY }}
284284
passphrase: ${{ secrets.STDLIB_BOT_GPG_PASSPHRASE }}

.github/workflows/scaffold_pkg_via_branch_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
# Import GPG key to sign commits:
9494
- name: 'Import GPG key to sign commits'
9595
# Pin action to full length commit SHA
96-
uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0
96+
uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # v6.2.0
9797
with:
9898
gpg_private_key: ${{ secrets.STDLIB_BOT_GPG_PRIVATE_KEY }}
9999
passphrase: ${{ secrets.STDLIB_BOT_GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)