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

Bump sigstore/cosign-installer from 3.9.2 to 3.10.0 in the github-actions group (#171)

* Bump sigstore/cosign-installer in the github-actions group

Bumps the github-actions group with 1 update: [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer).


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

)

---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
  dependency-version: 3.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: default avatardependabot[bot] <support@github.com>

* Use repository owner instead of actor for image names (#173)

Co-authored-by: default avatarFedor Batonogov <f.batonogov@yandex.ru>

---------

Signed-off-by: default avatardependabot[bot] <support@github.com>
Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: default avatargithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: default avatarFedor Batonogov <f.batonogov@yandex.ru>
parent c6ff4486
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ env:
  # Use docker.io for Docker Hub if empty
  REGISTRY: ghcr.io
  # github.repository as <account>/<repo>
  IMAGE_NAME: ${{ github.actor }}/pyinstaller-linux
  IMAGE_NAME: ${{ github.repository_owner }}/pyinstaller-linux

jobs:
  build:
@@ -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.9.2
        uses: sigstore/cosign-installer@v3.10.0
        with:
          cosign-release: v2.2.4

+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ env:
  # Use docker.io for Docker Hub if empty
  REGISTRY: ghcr.io
  # github.repository as <account>/<repo>
  IMAGE_NAME: ${{ github.actor }}/pyinstaller-windows
  IMAGE_NAME: ${{ github.repository_owner }}/pyinstaller-windows

jobs:
  build:
@@ -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.9.2
        uses: sigstore/cosign-installer@v3.10.0
        with:
          cosign-release: v2.2.4