update attest dep and send IA header

This commit is contained in:
Conor Sloan
2024-08-21 11:11:46 +01:00
parent 7af620c09c
commit 8c9931350a
4 changed files with 32 additions and 10 deletions
+4 -4
View File
@@ -9,7 +9,7 @@
"version": "0.0.0",
"license": "MIT",
"dependencies": {
"@actions/attest": "^1.3.1",
"@actions/attest": "^1.4.0",
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
@@ -56,9 +56,9 @@
}
},
"node_modules/@actions/attest": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/@actions/attest/-/attest-1.3.1.tgz",
"integrity": "sha512-4q09+4QvNROKHsjpusyRhtmUz8kHpFg45n5LqJAYrMQh8mU5O5t9shpGU3Z44rtUebgBTH8Ge0lTzLxfUOVvHw==",
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@actions/attest/-/attest-1.4.0.tgz",
"integrity": "sha512-vyiv8VuONuIqktf4DdLqYL5sKEPPNTBlmjik+DP+7HqTiOgmrBa4Nn1eKh50aHjxa6tz+VSIYPaw0XG3Zc7zJw==",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",