mirror of
https://github.com/actions/attest-build-provenance.git
synced 2025-12-17 04:39:29 +00:00
This reverts commit e6d8dfc0d1.
This commit is contained in:
parent
c07a60533f
commit
8f6eff7dbe
2
.github/workflows/prober.yml
vendored
2
.github/workflows/prober.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
id-token: write
|
id-token: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: hmarr/debug-action@v3
|
- uses: hmarr/debug-action@v2
|
||||||
|
|
||||||
- name: Request OIDC Token
|
- name: Request OIDC Token
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
6
package-lock.json
generated
6
package-lock.json
generated
@ -1575,7 +1575,9 @@
|
|||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/@octokit/plugin-paginate-rest": {
|
"node_modules/@octokit/plugin-paginate-rest": {
|
||||||
"version": "9.2.0",
|
"version": "9.2.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-9.2.2.tgz",
|
||||||
|
"integrity": "sha512-u3KYkGF7GcZnSD/3UP0S7K5XUFT2FkOQdcfXZGZQPGv3lm4F2Xbf71lvjldr8c1H3nNbF+33cLEkWYbokGWqiQ==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@octokit/types": "^12.6.0"
|
"@octokit/types": "^12.6.0"
|
||||||
@ -1584,7 +1586,7 @@
|
|||||||
"node": ">= 18"
|
"node": ">= 18"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@octokit/core": ">=5"
|
"@octokit/core": "5"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@octokit/plugin-rest-endpoint-methods": {
|
"node_modules/@octokit/plugin-rest-endpoint-methods": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user