From 704ec0258f7bc9a96d68610a6a112cbae9565043 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 02:05:17 -0700 Subject: [PATCH] build(deps): bump the actions-minor group across 1 directory with 3 updates (#177) Bumps the actions-minor group with 3 updates in the / directory: [step-security/harden-runner](https://github.com/step-security/harden-runner), [github/codeql-action](https://github.com/github/codeql-action) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `step-security/harden-runner` from 2.9.1 to 2.10.1 - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde...91182cccc01eb5e619899d80e4e971d6181294a7) Updates `github/codeql-action` from 3.26.2 to 3.26.7 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/429e1977040da7a23b6822b13c129cd1ba93dbb2...8214744c546c1e5c8f03dde8fab3a7353211988d) Updates `actions/upload-artifact` from 4.3.6 to 4.4.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/834a144ee995460fba8ed112a2fc961b36a5ec5a...50769540e7f4bd5e21e526ee35c689e35e0d6874) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/check.codeql-analysis.yml | 8 ++++---- .github/workflows/check.dependency-review.yml | 2 +- .github/workflows/check.dist.yml | 4 ++-- .github/workflows/check.eslint.yml | 4 ++-- .github/workflows/check.format.yml | 2 +- .github/workflows/check.scorecards.yml | 6 +++--- .github/workflows/ci.build-test.yml | 8 ++++---- .github/workflows/ci.native-build.yml | 10 +++++----- .github/workflows/ci.native-builds.yml | 2 +- .github/workflows/ci.publish.yml | 4 ++-- 10 files changed, 25 insertions(+), 25 deletions(-) diff --git a/.github/workflows/check.codeql-analysis.yml b/.github/workflows/check.codeql-analysis.yml index 1aa8e93..978a1e7 100644 --- a/.github/workflows/check.codeql-analysis.yml +++ b/.github/workflows/check.codeql-analysis.yml @@ -29,7 +29,7 @@ jobs: steps: - name: 'Setup: Harden Runner' - uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1 + uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1 with: disable-sudo: true egress-policy: block @@ -61,13 +61,13 @@ jobs: - args: [--frozen-lockfile, --strict-peer-dependencies] - name: 'CodeQL: Initialize' id: initialize - uses: github/codeql-action/init@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3.26.2 + uses: github/codeql-action/init@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7 with: languages: ${{ matrix.language }} source-root: src - name: 'CodeQL: Autobuild' id: autobuild - uses: github/codeql-action/autobuild@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3.26.2 + uses: github/codeql-action/autobuild@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7 - name: 'CodeQL: Analysis' id: analyze - uses: github/codeql-action/analyze@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3.26.2 + uses: github/codeql-action/analyze@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7 diff --git a/.github/workflows/check.dependency-review.yml b/.github/workflows/check.dependency-review.yml index a6e9fe8..5694b3f 100644 --- a/.github/workflows/check.dependency-review.yml +++ b/.github/workflows/check.dependency-review.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Setup: Harden Runner' - uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1 + uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1 with: disable-sudo: true egress-policy: block diff --git a/.github/workflows/check.dist.yml b/.github/workflows/check.dist.yml index a7f4c43..b6aa2b9 100644 --- a/.github/workflows/check.dist.yml +++ b/.github/workflows/check.dist.yml @@ -13,7 +13,7 @@ jobs: steps: - name: 'Setup: Harden Runner' - uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1 + uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1 with: disable-sudo: true egress-policy: block @@ -56,7 +56,7 @@ jobs: - if: ${{ failure() && steps.diff.outcome == 'failure' }} name: 'Artifact: Dist' id: upload - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: dist path: dist/ diff --git a/.github/workflows/check.eslint.yml b/.github/workflows/check.eslint.yml index f57c0e8..a9735ad 100644 --- a/.github/workflows/check.eslint.yml +++ b/.github/workflows/check.eslint.yml @@ -14,7 +14,7 @@ jobs: security-events: write steps: - name: 'Setup: Harden Runner' - uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1 + uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1 with: disable-sudo: true egress-policy: block @@ -51,7 +51,7 @@ jobs: bun run lint -- --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif continue-on-error: true - name: 'Analysis: SARIF' - uses: github/codeql-action/upload-sarif@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3.26.2 + uses: github/codeql-action/upload-sarif@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7 with: sarif_file: eslint-results.sarif wait-for-processing: true diff --git a/.github/workflows/check.format.yml b/.github/workflows/check.format.yml index a129367..141f5c0 100644 --- a/.github/workflows/check.format.yml +++ b/.github/workflows/check.format.yml @@ -13,7 +13,7 @@ jobs: steps: - name: 'Setup: Harden Runner' - uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1 + uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1 with: disable-sudo: true egress-policy: block diff --git a/.github/workflows/check.scorecards.yml b/.github/workflows/check.scorecards.yml index 791bd59..36fe300 100644 --- a/.github/workflows/check.scorecards.yml +++ b/.github/workflows/check.scorecards.yml @@ -28,7 +28,7 @@ jobs: steps: - name: 'Setup: Harden Runner' - uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1 + uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1 with: disable-sudo: true egress-policy: audit @@ -54,12 +54,12 @@ jobs: results_format: sarif publish_results: true - name: 'Artifact: SARIF' - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: 'scorecard-sarif' path: results.sarif retention-days: 5 - name: 'Reporting: Code Scanning' - uses: github/codeql-action/upload-sarif@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3.26.2 + uses: github/codeql-action/upload-sarif@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7 with: sarif_file: results.sarif diff --git a/.github/workflows/ci.build-test.yml b/.github/workflows/ci.build-test.yml index e581036..418e139 100644 --- a/.github/workflows/ci.build-test.yml +++ b/.github/workflows/ci.build-test.yml @@ -13,7 +13,7 @@ jobs: steps: - name: 'Setup: Harden Runner' - uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1 + uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1 with: disable-sudo: true egress-policy: block @@ -59,7 +59,7 @@ jobs: with: token: ${{ secrets.CODECOV_TOKEN }} - name: 'Artifact: Distribution' - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: hashlock-dist-${{ github.sha }} retention-days: 7 @@ -73,7 +73,7 @@ jobs: steps: - name: 'Setup: Harden Runner' - uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1 + uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1 with: disable-sudo: true egress-policy: block @@ -92,7 +92,7 @@ jobs: steps: - name: 'Setup: Harden Runner' - uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1 + uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1 with: disable-sudo: true egress-policy: block diff --git a/.github/workflows/ci.native-build.yml b/.github/workflows/ci.native-build.yml index ac7ea18..1d417ad 100644 --- a/.github/workflows/ci.native-build.yml +++ b/.github/workflows/ci.native-build.yml @@ -73,7 +73,7 @@ jobs: runs-on: ${{ inputs.runner }} steps: - name: 'Setup: Harden Runner' - uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1 + uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1 with: disable-sudo: true egress-policy: block @@ -156,7 +156,7 @@ jobs: rm -frv hashlock-${{ inputs.tag }} hashlock-${{ inputs.tag }}.tgz hashlock-${{ inputs.tag }}.zip hashlock-${{ inputs.tag }}.txz echo "Done." - name: 'Artifact: Executable' - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: ${{ inputs.artifact }} retention-days: ${{ inputs.retention-days }} @@ -168,7 +168,7 @@ jobs: hashlock.${{ inputs.tag }}.sha256 hashlock.${{ inputs.tag }}.sha512 - name: 'Artifact: Archives' - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: ${{ inputs.artifact }}-archives retention-days: ${{ inputs.retention-days }} @@ -192,7 +192,7 @@ jobs: steps: - name: 'Setup: Harden Runner' - uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1 + uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1 with: disable-sudo: true egress-policy: block @@ -218,7 +218,7 @@ jobs: id-token: write steps: - name: 'Setup: Harden Runner' - uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1 + uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1 with: egress-policy: audit - name: 'Setup: Checkout' diff --git a/.github/workflows/ci.native-builds.yml b/.github/workflows/ci.native-builds.yml index a1d294f..3f0cbe9 100644 --- a/.github/workflows/ci.native-builds.yml +++ b/.github/workflows/ci.native-builds.yml @@ -98,7 +98,7 @@ jobs: echo "hashes=$(sha256sum ./* | base64 -w0)" >> "$GITHUB_OUTPUT" cd .. - name: 'Artifact: Merged' - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: ${{ inputs.artifact-prefix }}-all retention-days: ${{ inputs.retention-days }} diff --git a/.github/workflows/ci.publish.yml b/.github/workflows/ci.publish.yml index 34620fb..ca3be54 100644 --- a/.github/workflows/ci.publish.yml +++ b/.github/workflows/ci.publish.yml @@ -110,7 +110,7 @@ jobs: registry: ${{ steps.metadata.outputs.registry }} steps: - name: 'Setup: Harden Runner' - uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1 + uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1 with: disable-sudo: true egress-policy: block @@ -178,7 +178,7 @@ jobs: env: NODE_AUTH_TOKEN: ${{ secrets.PUBLISH_TOKEN || github.token }} - name: 'Artifact: Package' - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: ${{ inputs.artifact }} retention-days: 7