summaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2021-01-08 08:14:58 -0800
committergVisor bot <gvisor-bot@google.com>2021-01-08 08:17:41 -0800
commitdf1b23c8dedfa6b29f74cbd00d04182a9fa01925 (patch)
treea9d3f53b0243bc4400117f360022f7e4ec066751 /WORKSPACE
parentbf343394d4988c01461b59b6b05bc508f26855eb (diff)
Fix sha256 for github-workflow.json.
This was not being tested as part of the unit test workflows, and thus was not being hit normally. These tests are also added to the unit tests target. PiperOrigin-RevId: 350766814
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE2
1 files changed, 1 insertions, 1 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 97daca911..f48f10e94 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -210,7 +210,7 @@ http_file(
http_file(
name = "github_workflow_schema",
- sha256 = "2c375bb43dbc8b32b1bed46c290d0b70a8fa2aca7a5484dfca1b6e9c38cf9e7a",
+ sha256 = "60603d1095b11d136e04a8b95be83a23ad8044169e46f82f925c320c1cf47a49",
urls = ["https://raw.githubusercontent.com/SchemaStore/schemastore/27612065234778feaac216ce14dd47846fe0a2dd/src/schemas/json/github-workflow.json"],
)