Skip to content

Commit

Permalink
Merge branch 'main' into feat/cosign-repository-env
Browse files Browse the repository at this point in the history
  • Loading branch information
saisatishkarra authored Nov 16, 2023
2 parents df805e8 + 9f6e076 commit 3461064
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion actions/maven/publish/slsa-hashing-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.6.0</version>
<version>3.10.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Hashes retrieved using instructions here:
# https://pip.pypa.io/en/stable/cli/pip_hash/#example
yamllint==1.32.0 \
--hash=sha256:d01dde008c65de5b235188ab3110bebc59d18e5c65fc8a58267cd211cd9df34a \
--hash=sha256:d97a66e48da820829d96077d76b8dfbe6c6140f106e558dae87e81ac4e6b30b7
yamllint==1.33.0 \
--hash=sha256:28a19f5d68d28d8fec538a1db21bb2d84c7dc2e2ea36266da8d4d1c5a683814d \
--hash=sha256:2dceab9ef2d99518a2fcf4ffc964d44250ac4459be1ba3ca315118e4a1a81f7d
# NOTE: pathspec is included because it is not pinned using '==' by yamllint. So
# we need to include the exact version and hash here.
pathspec==0.11.1 \
Expand Down

0 comments on commit 3461064

Please sign in to comment.