Unverified Commit fd80da15 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

Bump the github-actions group across 1 directory with 2 updates

Bumps the github-actions group with 2 updates in the / directory: [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) and [actions/first-interaction](https://github.com/actions/first-interaction).


Updates `sigstore/cosign-installer` from 3.10.0 to 4.0.0
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](https://github.com/sigstore/cosign-installer/compare/v3.10.0...v4.0.0)

Updates `actions/first-interaction` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/actions/first-interaction/releases)
- [Commits](https://github.com/actions/first-interaction/compare/v3.0.0...v3.1.0

)

---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/first-interaction
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: default avatardependabot[bot] <support@github.com>
parent 72a4e836
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ jobs:
      # Install the cosign tool except on PR
      # https://github.com/sigstore/cosign-installer
      - name: Install cosign
        uses: sigstore/cosign-installer@v3.10.0
        uses: sigstore/cosign-installer@v4.0.0
        with:
          cosign-release: v2.2.4

+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ jobs:
      # Install the cosign tool except on PR
      # https://github.com/sigstore/cosign-installer
      - name: Install cosign
        uses: sigstore/cosign-installer@v3.10.0
        uses: sigstore/cosign-installer@v4.0.0
        with:
          cosign-release: v2.2.4

+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ jobs:
      issues: write
      pull-requests: write
    steps:
      - uses: actions/first-interaction@v3.0.0
      - uses: actions/first-interaction@v3.1.0
        with:
          repo-token: ${{ secrets.GITHUB_TOKEN }}
          issue-message: 🎉 Thank you for your first issue! We will look into it soon.