mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-08-29 01:53:47 +08:00
chore(deps): bump actions/attest from 4.2.1 to 4.2.2 (#22953)
Bumps [actions/attest](https://github.com/actions/attest) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/actions/attest/releases) - [Changelog](https://github.com/actions/attest/blob/main/RELEASE.md) - [Commits](https://github.com/actions/attest/compare/508db95dd578ae2727ebd6217d5ba78e4fbda05d...1e69f48acb82d1966a394da916b4c1698aa569d6) --- updated-dependencies: - dependency-name: actions/attest dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -118,7 +118,7 @@ jobs:
|
||||
outputs: type=image,compression=zstd,force-compression=true,push-by-digest=true,name-canonical=true,push=true
|
||||
|
||||
- name: Attest (ordinary version)
|
||||
uses: actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4.2.1
|
||||
uses: actions/attest@1e69f48acb82d1966a394da916b4c1698aa569d6 # v4.2.2
|
||||
with:
|
||||
subject-name: |
|
||||
${{ vars.DOCKER_USERNAME }}/${{ steps.repo-name.outputs.repo-name }}
|
||||
@@ -173,7 +173,7 @@ jobs:
|
||||
outputs: type=image,compression=zstd,force-compression=true,push-by-digest=true,name-canonical=true,push=true
|
||||
|
||||
- name: Attest (Chromium-bundled version)
|
||||
uses: actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4.2.1
|
||||
uses: actions/attest@1e69f48acb82d1966a394da916b4c1698aa569d6 # v4.2.2
|
||||
with:
|
||||
subject-name: |
|
||||
${{ vars.DOCKER_USERNAME }}/${{ steps.repo-name.outputs.repo-name }}
|
||||
|
||||
Reference in New Issue
Block a user