From f2200f3c44b512937a24c97d69c62ba3f10b5a3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 04:08:38 +0000 Subject: [PATCH] chore(deps): bump crazy-max/ghaction-import-gpg from 6.0.0 to 6.1.0 Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases) - [Commits](https://github.com/crazy-max/ghaction-import-gpg/compare/82a020f1f7f605c65dd2449b392a52c3fcfef7ef...01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4) --- updated-dependencies: - dependency-name: crazy-max/ghaction-import-gpg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint_random_files.yml | 2 +- .github/workflows/markdown_equations.yml | 2 +- .github/workflows/markdown_pkg_urls.yml | 2 +- .github/workflows/markdown_related_packages.yml | 2 +- .github/workflows/markdown_tocs.yml | 2 +- .github/workflows/namespace_declarations.yml | 2 +- .github/workflows/namespace_exports.yml | 2 +- .github/workflows/run_tests_coverage.yml | 2 +- .github/workflows/scaffold_pkg_via_branch_push.yml | 2 +- .github/workflows/terminal.yml | 2 +- .github/workflows/update_cli_permissions.yml | 2 +- .github/workflows/update_contributors.yml | 2 +- .github/workflows/update_error_databases.yml | 2 +- .github/workflows/update_package_meta_data.yml | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/lint_random_files.yml b/.github/workflows/lint_random_files.yml index 7a6b8153a80f..72a12d7043f4 100644 --- a/.github/workflows/lint_random_files.yml +++ b/.github/workflows/lint_random_files.yml @@ -402,7 +402,7 @@ jobs: - name: 'Import GPG key to sign commits' if: ${{ github.event.inputs.fix == 'true' }} && ( success() || failure() ) # Pin action to full length commit SHA - uses: crazy-max/ghaction-import-gpg@82a020f1f7f605c65dd2449b392a52c3fcfef7ef # v6.0.0 + uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0 with: gpg_private_key: ${{ secrets.STDLIB_BOT_GPG_PRIVATE_KEY }} passphrase: ${{ secrets.STDLIB_BOT_GPG_PASSPHRASE }} diff --git a/.github/workflows/markdown_equations.yml b/.github/workflows/markdown_equations.yml index 20b7b4e7b34d..0c17e1313291 100644 --- a/.github/workflows/markdown_equations.yml +++ b/.github/workflows/markdown_equations.yml @@ -98,7 +98,7 @@ jobs: # Import GPG key to sign commits: - name: 'Import GPG key to sign commits' # Pin action to full length commit SHA - uses: crazy-max/ghaction-import-gpg@82a020f1f7f605c65dd2449b392a52c3fcfef7ef # v6.0.0 + uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0 with: gpg_private_key: ${{ secrets.STDLIB_BOT_GPG_PRIVATE_KEY }} passphrase: ${{ secrets.STDLIB_BOT_GPG_PASSPHRASE }} diff --git a/.github/workflows/markdown_pkg_urls.yml b/.github/workflows/markdown_pkg_urls.yml index 9d4d66ced7d2..513f3511f8f8 100644 --- a/.github/workflows/markdown_pkg_urls.yml +++ b/.github/workflows/markdown_pkg_urls.yml @@ -104,7 +104,7 @@ jobs: # Import GPG key to sign commits: - name: 'Import GPG key to sign commits' # Pin action to full length commit SHA - uses: crazy-max/ghaction-import-gpg@82a020f1f7f605c65dd2449b392a52c3fcfef7ef # v6.0.0 + uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0 with: gpg_private_key: ${{ secrets.STDLIB_BOT_GPG_PRIVATE_KEY }} passphrase: ${{ secrets.STDLIB_BOT_GPG_PASSPHRASE }} diff --git a/.github/workflows/markdown_related_packages.yml b/.github/workflows/markdown_related_packages.yml index 05cc867de8bc..a41500a85b85 100644 --- a/.github/workflows/markdown_related_packages.yml +++ b/.github/workflows/markdown_related_packages.yml @@ -102,7 +102,7 @@ jobs: # Import GPG key to sign commits: - name: 'Import GPG key to sign commits' # Pin action to full length commit SHA - uses: crazy-max/ghaction-import-gpg@82a020f1f7f605c65dd2449b392a52c3fcfef7ef # v6.0.0 + uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0 with: gpg_private_key: ${{ secrets.STDLIB_BOT_GPG_PRIVATE_KEY }} passphrase: ${{ secrets.STDLIB_BOT_GPG_PASSPHRASE }} diff --git a/.github/workflows/markdown_tocs.yml b/.github/workflows/markdown_tocs.yml index b8fca52d49e2..20e0b6519204 100644 --- a/.github/workflows/markdown_tocs.yml +++ b/.github/workflows/markdown_tocs.yml @@ -109,7 +109,7 @@ jobs: # Import GPG key to sign commits: - name: 'Import GPG key to sign commits' # Pin action to full length commit SHA - uses: crazy-max/ghaction-import-gpg@82a020f1f7f605c65dd2449b392a52c3fcfef7ef # v6.0.0 + uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0 with: gpg_private_key: ${{ secrets.STDLIB_BOT_GPG_PRIVATE_KEY }} passphrase: ${{ secrets.STDLIB_BOT_GPG_PASSPHRASE }} diff --git a/.github/workflows/namespace_declarations.yml b/.github/workflows/namespace_declarations.yml index 704c2106842c..8b82983a2544 100644 --- a/.github/workflows/namespace_declarations.yml +++ b/.github/workflows/namespace_declarations.yml @@ -98,7 +98,7 @@ jobs: # Import GPG key to sign commits: - name: 'Import GPG key to sign commits' # Pin action to full length commit SHA - uses: crazy-max/ghaction-import-gpg@82a020f1f7f605c65dd2449b392a52c3fcfef7ef # v6.0.0 + uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0 with: gpg_private_key: ${{ secrets.STDLIB_BOT_GPG_PRIVATE_KEY }} passphrase: ${{ secrets.STDLIB_BOT_GPG_PASSPHRASE }} diff --git a/.github/workflows/namespace_exports.yml b/.github/workflows/namespace_exports.yml index 4ac25d23dc9b..9711f4a997e8 100644 --- a/.github/workflows/namespace_exports.yml +++ b/.github/workflows/namespace_exports.yml @@ -120,7 +120,7 @@ jobs: # Import GPG key to sign commits: - name: 'Import GPG key to sign commits' # Pin action to full length commit SHA - uses: crazy-max/ghaction-import-gpg@82a020f1f7f605c65dd2449b392a52c3fcfef7ef # v6.0.0 + uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0 with: gpg_private_key: ${{ secrets.STDLIB_BOT_GPG_PRIVATE_KEY }} passphrase: ${{ secrets.STDLIB_BOT_GPG_PASSPHRASE }} diff --git a/.github/workflows/run_tests_coverage.yml b/.github/workflows/run_tests_coverage.yml index 4bfd68d473ac..66ff3a8e968f 100644 --- a/.github/workflows/run_tests_coverage.yml +++ b/.github/workflows/run_tests_coverage.yml @@ -278,7 +278,7 @@ jobs: # Import GPG key to sign commits: - name: 'Import GPG key to sign commits' # Pin action to full length commit SHA - uses: crazy-max/ghaction-import-gpg@82a020f1f7f605c65dd2449b392a52c3fcfef7ef # v6.0.0 + uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0 with: gpg_private_key: ${{ secrets.STDLIB_BOT_GPG_PRIVATE_KEY }} passphrase: ${{ secrets.STDLIB_BOT_GPG_PASSPHRASE }} diff --git a/.github/workflows/scaffold_pkg_via_branch_push.yml b/.github/workflows/scaffold_pkg_via_branch_push.yml index 7cb6ac7ee7f7..58a5efb26ca4 100644 --- a/.github/workflows/scaffold_pkg_via_branch_push.yml +++ b/.github/workflows/scaffold_pkg_via_branch_push.yml @@ -90,7 +90,7 @@ jobs: # Import GPG key to sign commits: - name: 'Import GPG key to sign commits' # Pin action to full length commit SHA - uses: crazy-max/ghaction-import-gpg@82a020f1f7f605c65dd2449b392a52c3fcfef7ef # v6.0.0 + uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0 with: gpg_private_key: ${{ secrets.STDLIB_BOT_GPG_PRIVATE_KEY }} passphrase: ${{ secrets.STDLIB_BOT_GPG_PASSPHRASE }} diff --git a/.github/workflows/terminal.yml b/.github/workflows/terminal.yml index b7295d3a909c..667716a510cd 100644 --- a/.github/workflows/terminal.yml +++ b/.github/workflows/terminal.yml @@ -80,7 +80,7 @@ jobs: # Import GPG key to sign commits: - name: 'Import GPG key to sign commits' # Pin action to full length commit SHA - uses: crazy-max/ghaction-import-gpg@82a020f1f7f605c65dd2449b392a52c3fcfef7ef # v6.0.0 + uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0 with: gpg_private_key: ${{ secrets.STDLIB_BOT_GPG_PRIVATE_KEY }} passphrase: ${{ secrets.STDLIB_BOT_GPG_PASSPHRASE }} diff --git a/.github/workflows/update_cli_permissions.yml b/.github/workflows/update_cli_permissions.yml index 32a4988cd215..743194f4f76e 100644 --- a/.github/workflows/update_cli_permissions.yml +++ b/.github/workflows/update_cli_permissions.yml @@ -80,7 +80,7 @@ jobs: # Import GPG key to sign commits: - name: 'Import GPG key to sign commits' # Pin action to full length commit SHA - uses: crazy-max/ghaction-import-gpg@82a020f1f7f605c65dd2449b392a52c3fcfef7ef # v6.0.0 + uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0 with: gpg_private_key: ${{ secrets.STDLIB_BOT_GPG_PRIVATE_KEY }} passphrase: ${{ secrets.STDLIB_BOT_GPG_PASSPHRASE }} diff --git a/.github/workflows/update_contributors.yml b/.github/workflows/update_contributors.yml index 751af7d7a6ae..d38353c13dd9 100644 --- a/.github/workflows/update_contributors.yml +++ b/.github/workflows/update_contributors.yml @@ -82,7 +82,7 @@ jobs: # Import GPG key to sign commits: - name: 'Import GPG key to sign commits' # Pin action to full length commit SHA - uses: crazy-max/ghaction-import-gpg@82a020f1f7f605c65dd2449b392a52c3fcfef7ef # v6.0.0 + uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0 with: gpg_private_key: ${{ secrets.STDLIB_BOT_GPG_PRIVATE_KEY }} passphrase: ${{ secrets.STDLIB_BOT_GPG_PASSPHRASE }} diff --git a/.github/workflows/update_error_databases.yml b/.github/workflows/update_error_databases.yml index 8061029fc48f..3b323003704a 100644 --- a/.github/workflows/update_error_databases.yml +++ b/.github/workflows/update_error_databases.yml @@ -126,7 +126,7 @@ jobs: # Import GPG key to sign commits: - name: 'Import GPG key to sign commits' # Pin action to full length commit SHA - uses: crazy-max/ghaction-import-gpg@82a020f1f7f605c65dd2449b392a52c3fcfef7ef # v6.0.0 + uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0 with: gpg_private_key: ${{ secrets.STDLIB_BOT_GPG_PRIVATE_KEY }} passphrase: ${{ secrets.STDLIB_BOT_GPG_PASSPHRASE }} diff --git a/.github/workflows/update_package_meta_data.yml b/.github/workflows/update_package_meta_data.yml index 774e8812a0a0..39848c9c758e 100644 --- a/.github/workflows/update_package_meta_data.yml +++ b/.github/workflows/update_package_meta_data.yml @@ -86,7 +86,7 @@ jobs: # Import GPG key to sign commits: - name: 'Import GPG key to sign commits' # Pin action to full length commit SHA - uses: crazy-max/ghaction-import-gpg@82a020f1f7f605c65dd2449b392a52c3fcfef7ef # v6.0.0 + uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0 with: gpg_private_key: ${{ secrets.STDLIB_BOT_GPG_PRIVATE_KEY }} passphrase: ${{ secrets.STDLIB_BOT_GPG_PASSPHRASE }}