Bump the github-actions-backward-compatible group with 2 updates (#37389)

Bumps the github-actions-backward-compatible group with 2 updates: [hashicorp/actions-packaging-linux](https://github.com/hashicorp/actions-packaging-linux) and [hashicorp/actions-generate-metadata](https://github.com/hashicorp/actions-generate-metadata).


Updates `hashicorp/actions-packaging-linux` from 1.9 to 1.10
- [Release notes](https://github.com/hashicorp/actions-packaging-linux/releases)
- [Commits](8d55a640bb...129994a18b)

Updates `hashicorp/actions-generate-metadata` from 1.1.1 to 1.1.3
- [Release notes](https://github.com/hashicorp/actions-generate-metadata/releases)
- [Commits](fdbc8803a0...f1d8525252)

---
updated-dependencies:
- dependency-name: hashicorp/actions-packaging-linux
  dependency-version: '1.10'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-backward-compatible
- dependency-name: hashicorp/actions-generate-metadata
  dependency-version: 1.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-backward-compatible
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/37390/head
dependabot[bot] 9 months ago committed by GitHub
parent cc18ab401d
commit f4da6c1c82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -66,7 +66,7 @@ jobs:
run: |
mkdir -p "$LICENSE_DIR" && cp LICENSE "$LICENSE_DIR/LICENSE.txt"
- if: ${{ inputs.goos == 'linux' }}
uses: hashicorp/actions-packaging-linux@8d55a640bb30b5508f16757ea908b274564792d4 # v1.9
uses: hashicorp/actions-packaging-linux@129994a18b8e7dc106937edf859fddd97af66365 # v1.10
with:
name: "terraform"
description: "Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned."

@ -80,7 +80,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Generate package metadata
id: generate-metadata-file
uses: hashicorp/actions-generate-metadata@fdbc8803a0e53bcbb912ddeee3808329033d6357 # v1.1.1
uses: hashicorp/actions-generate-metadata@f1d852525201cb7bbbf031dd2e985fb4c22307fc # v1.1.3
with:
version: ${{ needs.get-product-version.outputs.product-version }}
product: ${{ env.PKG_NAME }}

Loading…
Cancel
Save